Browse Source

BUG: actually print the docs for custom modules if this was requested

Alex
Alexander Neundorf 18 years ago
parent
commit
95ba817b2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmDocumentation.cxx

+ 1 - 1
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");