[Cmake-commits] [cmake-commits] hoffman committed cmDocumentationFormatterHTML.cxx 1.10 1.11

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Mar 6 11:34:30 EST 2008


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

Modified Files:
	cmDocumentationFormatterHTML.cxx 
Log Message:
STYLE: fix line length


Index: cmDocumentationFormatterHTML.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentationFormatterHTML.cxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** cmDocumentationFormatterHTML.cxx	5 Mar 2008 16:05:21 -0000	1.10
--- cmDocumentationFormatterHTML.cxx	6 Mar 2008 16:34:23 -0000	1.11
***************
*** 218,222 ****
      std::string name = sections[i]->
        GetName((this->GetForm()));
!     os << "  <li><a href=\"#section_" << name << "\"<b>" << name << "</b></a></li>\n";
      }
    os << "</ul>\n";
--- 218,223 ----
      std::string name = sections[i]->
        GetName((this->GetForm()));
!     os << "  <li><a href=\"#section_" 
!        << name << "\"<b>" << name << "</b></a></li>\n";
      }
    os << "</ul>\n";



More information about the Cmake-commits mailing list