From 95ba817b2eb5efb8493b917bf564291d9250d0c2 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 17 Feb 2008 14:04:01 -0500 Subject: [PATCH] BUG: actually print the docs for custom modules if this was requested Alex --- Source/cmDocumentation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index 56c849807..d6d38a53d 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");