STYLE: fix line length
This commit is contained in:
parent
adddcea5d7
commit
385377cf1c
|
@ -217,7 +217,8 @@ void cmDocumentationFormatterHTML
|
||||||
{
|
{
|
||||||
std::string name = sections[i]->
|
std::string name = sections[i]->
|
||||||
GetName((this->GetForm()));
|
GetName((this->GetForm()));
|
||||||
os << " <li><a href=\"#section_" << name << "\"<b>" << name << "</b></a></li>\n";
|
os << " <li><a href=\"#section_"
|
||||||
|
<< name << "\"<b>" << name << "</b></a></li>\n";
|
||||||
}
|
}
|
||||||
os << "</ul>\n";
|
os << "</ul>\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue