summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-02-17 19:04:01 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-02-17 19:04:01 (GMT)
commit95ba817b2eb5efb8493b917bf564291d9250d0c2 (patch)
treee8aa96cf477b5e45c33d35247f84c97cdb277ef1 /Source/cmDocumentation.cxx
parente13db53a9aee6064caeee62b1833f84d006a3439 (diff)
downloadCMake-95ba817b2eb5efb8493b917bf564291d9250d0c2.zip
CMake-95ba817b2eb5efb8493b917bf564291d9250d0c2.tar.gz
CMake-95ba817b2eb5efb8493b917bf564291d9250d0c2.tar.bz2
BUG: actually print the docs for custom modules if this was requested
Alex
Diffstat (limited to 'Source/cmDocumentation.cxx')
-rw-r--r--Source/cmDocumentation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx
index 56c8498..d6d38a5 100644
--- a/Source/cmDocumentation.cxx
+++ b/Source/cmDocumentation.cxx
@@ -1215,7 +1215,7 @@ bool cmDocumentation::PrintDocumentationCustomModules(std::ostream& os)
this->ClearSections();
this->CreateCustomModulesSection();
this->AddSectionToPrint("Description");
- this->AddSectionToPrint("Custom Modules");
+ this->AddSectionToPrint("Custom CMake Modules");
this->AddSectionToPrint("Copyright");
this->AddSectionToPrint("See Also");