summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentationFormatterHTML.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDocumentationFormatterHTML.cxx')
-rw-r--r--Source/cmDocumentationFormatterHTML.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDocumentationFormatterHTML.cxx b/Source/cmDocumentationFormatterHTML.cxx
index c3b0dee..cb8fac1 100644
--- a/Source/cmDocumentationFormatterHTML.cxx
+++ b/Source/cmDocumentationFormatterHTML.cxx
@@ -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";
}