[cmake-commits] alex committed cmDocumentation.cxx 1.65 1.66

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Feb 17 14:04:04 EST 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv1327

Modified Files:
	cmDocumentation.cxx 
Log Message:
BUG: actually print the docs for custom modules if this was requested

Alex


Index: cmDocumentation.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentation.cxx,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- cmDocumentation.cxx	14 Jan 2008 22:05:09 -0000	1.65
+++ cmDocumentation.cxx	17 Feb 2008 19:04:01 -0000	1.66
@@ -1215,7 +1215,7 @@
   this->ClearSections();
   this->CreateCustomModulesSection();
   this->AddSectionToPrint("Description");
-  this->AddSectionToPrint("Custom Modules");
+  this->AddSectionToPrint("Custom CMake Modules");
   this->AddSectionToPrint("Copyright");
   this->AddSectionToPrint("See Also");
 



More information about the Cmake-commits mailing list