diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-09-19 17:14:25 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-09-19 17:14:25 (GMT) |
commit | 31881265c7651af289e1ebbe20946ae78f067222 (patch) | |
tree | 59abed1f6fcf0314a7999e0da9e268384e7a7e55 /Source/cmDocumentationFormatter.h | |
parent | a581b643307a7cdc98889b40d35cc09f1806aace (diff) | |
download | CMake-31881265c7651af289e1ebbe20946ae78f067222.zip CMake-31881265c7651af289e1ebbe20946ae78f067222.tar.gz CMake-31881265c7651af289e1ebbe20946ae78f067222.tar.bz2 |
ENH: add new help option --help-custom-modules, which generates
documentation for all modules found in CMAKE_MODULE_PATH, which currently
has to be specified via -D, this can later on be improved e.g. by reading a
special (to-be-created) file like CMakeFiles/ModulePath.cmake in the build
tree so that running cmake help in the build tree of a project will always
give you the current module path. (This could actually also help IDEs which
would like to support cmake for projects...)
Alex
Diffstat (limited to 'Source/cmDocumentationFormatter.h')
-rw-r--r-- | Source/cmDocumentationFormatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentationFormatter.h b/Source/cmDocumentationFormatter.h index a2e7801..c0bc646 100644 --- a/Source/cmDocumentationFormatter.h +++ b/Source/cmDocumentationFormatter.h @@ -32,7 +32,7 @@ public: enum Type { None, Usage, Single, SingleModule, SingleProperty, List, ModuleList, PropertyList, - Full, Properties, Modules, Commands, CompatCommands, + Full, Properties, Modules, CustomModules, Commands, CompatCommands, Copyright, Version }; /** Forms of documentation output. */ |