mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
STYLE: fix line length
This commit is contained in:
@@ -217,7 +217,8 @@ void cmDocumentationFormatterHTML
|
||||
{
|
||||
std::string name = sections[i]->
|
||||
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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user