-
- Downloads
Teach --help-* options to load documentation from .rst files
Install the Help directory next to Modules to make it available in CMake distributions. Use cmRST to read Help .rst documents and print them as help output. Add options --help-manual-list --help-manual to list available manuals or print one of them. Implement the options --help-commands --help-modules --help-policies --help-properties --help-variables by mapping to the corresponding manual page. Implement the options --help-command-list --help-module-list --help-policy-list --help-property-list --help-variable-list by globbing the available Help .rst documents of the corresponding type and reading their titles. Implement the options --help-command --help-module --help-policy --help-property --help-variable by globbing the matching Help .rst document(s) and printing them.
Showing
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- Source/cmDocumentation.cxx 277 additions, 32 deletionsSource/cmDocumentation.cxx
- Source/cmDocumentation.h 16 additions, 0 deletionsSource/cmDocumentation.h
- Source/cmDocumentationFormatter.h 5 additions, 4 deletionsSource/cmDocumentationFormatter.h
- Source/cmSystemTools.cxx 7 additions, 0 deletionsSource/cmSystemTools.cxx
- Source/cmSystemTools.h 3 additions, 0 deletionsSource/cmSystemTools.h
Loading
Please register or sign in to comment