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

Alex
This commit is contained in:
Alexander Neundorf 2008-02-17 14:04:01 -05:00
parent e13db53a9a
commit 95ba817b2e

View File

@ -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");