diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-28 15:00:57 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-28 15:00:57 (GMT) |
commit | c95dc91237436b363772c418d4d0d2d1203f6119 (patch) | |
tree | 20a734f677ed90e02be1baf6e57c35ca3f1bc615 /Source/cmDumpDocumentation.cxx | |
parent | 789f0b26d9d18c4f020637ec1d63d25923765ab3 (diff) | |
download | CMake-c95dc91237436b363772c418d4d0d2d1203f6119.zip CMake-c95dc91237436b363772c418d4d0d2d1203f6119.tar.gz CMake-c95dc91237436b363772c418d4d0d2d1203f6119.tar.bz2 |
ENH:
-in the full documentation there is now an extra section for
compatibility commands, so users see which commands they shouldn't use
-cmake -h <command> now also works with lower case commands
--help-fullm --help-command, --help-module and --help-property now determine
the output format from the extension of the given filename
Let me know if there are some things I overlooked.
Alex
Diffstat (limited to 'Source/cmDumpDocumentation.cxx')
-rw-r--r-- | Source/cmDumpDocumentation.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmDumpDocumentation.cxx b/Source/cmDumpDocumentation.cxx index 493d70f..dab2651 100644 --- a/Source/cmDumpDocumentation.cxx +++ b/Source/cmDumpDocumentation.cxx @@ -96,8 +96,6 @@ int DumpForCoverageToStream(std::ostream& out) doc.SetGeneratorsSection(&generators[0]); doc.PrintDocumentation(cmDocumentation::Usage, out); doc.PrintDocumentation(cmDocumentation::Full, out); - doc.PrintDocumentation(cmDocumentation::HTML, out); - doc.PrintDocumentation(cmDocumentation::Man, out); return 0; } |