[cmake-commits] alex committed cmDocumentation.cxx 1.51 1.52
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Sep 20 08:33:09 EDT 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv6010
Modified Files:
cmDocumentation.cxx
Log Message:
STYLE: fix line lengths
Alex
Index: cmDocumentation.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentation.cxx,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- cmDocumentation.cxx 19 Sep 2007 17:14:25 -0000 1.51
+++ cmDocumentation.cxx 20 Sep 2007 12:33:07 -0000 1.52
@@ -465,8 +465,9 @@
{
if (!sectionHasHeader)
{
- this->CustomModulesSection.Append(cmDocumentationCustomModulesHeader[0]);
- sectionHasHeader = true;
+ this->CustomModulesSection.Append(
+ cmDocumentationCustomModulesHeader[0]);
+ sectionHasHeader = true;
}
this->CreateModuleDocsForDir(dir, this->CustomModulesSection);
}
@@ -498,7 +499,8 @@
std::string path = dir.GetPath();
path += "/";
path += fname;
- this->CreateSingleModule(path.c_str(), moduleName.c_str(), moduleSection);
+ this->CreateSingleModule(path.c_str(), moduleName.c_str(),
+ moduleSection);
}
}
}
More information about the Cmake-commits
mailing list