STYLE: fix line lengths
Alex
This commit is contained in:
parent
2d979a87ba
commit
40fa85883c
@ -465,7 +465,8 @@ bool cmDocumentation::CreateCustomModulesSection()
|
|||||||
{
|
{
|
||||||
if (!sectionHasHeader)
|
if (!sectionHasHeader)
|
||||||
{
|
{
|
||||||
this->CustomModulesSection.Append(cmDocumentationCustomModulesHeader[0]);
|
this->CustomModulesSection.Append(
|
||||||
|
cmDocumentationCustomModulesHeader[0]);
|
||||||
sectionHasHeader = true;
|
sectionHasHeader = true;
|
||||||
}
|
}
|
||||||
this->CreateModuleDocsForDir(dir, this->CustomModulesSection);
|
this->CreateModuleDocsForDir(dir, this->CustomModulesSection);
|
||||||
@ -498,7 +499,8 @@ void cmDocumentation::CreateModuleDocsForDir(cmsys::Directory& dir,
|
|||||||
std::string path = dir.GetPath();
|
std::string path = dir.GetPath();
|
||||||
path += "/";
|
path += "/";
|
||||||
path += fname;
|
path += fname;
|
||||||
this->CreateSingleModule(path.c_str(), moduleName.c_str(), moduleSection);
|
this->CreateSingleModule(path.c_str(), moduleName.c_str(),
|
||||||
|
moduleSection);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user