[cmake-commits] hoffman committed cmDocumentationFormatterHTML.cxx 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 27 15:59:24 EST 2007


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

Modified Files:
	cmDocumentationFormatterHTML.cxx 
Log Message:
ENH: better output for qt assistant


Index: cmDocumentationFormatterHTML.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentationFormatterHTML.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cmDocumentationFormatterHTML.cxx	24 Oct 2007 15:36:47 -0000	1.6
+++ cmDocumentationFormatterHTML.cxx	27 Nov 2007 20:59:22 -0000	1.7
@@ -92,7 +92,7 @@
 {
   if(name)
     {
-    os << "<h2>" << name << "</h2>\n";
+    os << "<h2><a name=\"section_" << name << "\"/>" << name << "</h2>\n";
     }
 
   const std::vector<cmDocumentationEntry> &entries = 



More information about the Cmake-commits mailing list