diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-10-22 20:41:15 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-10-22 20:41:15 (GMT) |
commit | b6f1cb4edf041135e8b1cd0f558c4865ccad0a72 (patch) | |
tree | 117ec4a66ff2c9420cbacd74f592105edde0780f /Source/cmakemain.cxx | |
parent | 44cce51a1a36973344a0bc1bb99f39410fd678e6 (diff) | |
download | CMake-b6f1cb4edf041135e8b1cd0f558c4865ccad0a72.zip CMake-b6f1cb4edf041135e8b1cd0f558c4865ccad0a72.tar.gz CMake-b6f1cb4edf041135e8b1cd0f558c4865ccad0a72.tar.bz2 |
COMP: fix some warnings and add some doc strings back in
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index df5f37b..e676430 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -315,7 +315,7 @@ int do_cmake(int ac, char** av) doc.AppendSection("Generators",generators); doc.PrependSection("Options",cmDocumentationOptions); doc.SetSection("Commands",commands); - doc.SetSection("Compatibility Commands",compatCommands); + doc.AppendSection("Compatibility Commands",compatCommands); doc.SetSections(propDocs); doc.SetSeeAlsoList(cmDocumentationSeeAlso); |