Skip to content
  • Eric Noulard's avatar
    Implement simple CMake script comment markup language. · 83e34dd9
    Eric Noulard authored
    The language is very simple. It use ##<keyword> special comment
    which opens a structured documentation block and ##end closes it.
    This may be used to extract documentation for macro as 'command'
    and 'variables' such that cpack --help-command and --help-variable
    does parse builtin modules files (CPack.cmake, CPackComponent.cmake,
    ...) in order to extract the corresponding doc.
    83e34dd9