summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentationFormatterHTML.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-05-07 12:50:08 (GMT)
committerBrad King <brad.king@kitware.com>2012-05-07 12:51:57 (GMT)
commit707afd1ed0d5d21760e33c5345b86be22d3d6ef5 (patch)
tree945bdd5860e2723d20563d06a9c56b6a4ac17473 /Source/cmDocumentationFormatterHTML.cxx
parentdfccdd65fb61198498f9d3211917afd4788bbc5d (diff)
downloadCMake-707afd1ed0d5d21760e33c5345b86be22d3d6ef5.zip
CMake-707afd1ed0d5d21760e33c5345b86be22d3d6ef5.tar.gz
CMake-707afd1ed0d5d21760e33c5345b86be22d3d6ef5.tar.bz2
Documentation: Improve HTML section index format
Add a newline after section index list items. This makes the generated HTML source more readable.
Diffstat (limited to 'Source/cmDocumentationFormatterHTML.cxx')
-rw-r--r--Source/cmDocumentationFormatterHTML.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentationFormatterHTML.cxx b/Source/cmDocumentationFormatterHTML.cxx
index ed28b45..cd0077e 100644
--- a/Source/cmDocumentationFormatterHTML.cxx
+++ b/Source/cmDocumentationFormatterHTML.cxx
@@ -145,7 +145,7 @@ void cmDocumentationFormatterHTML
cmDocumentationPrintHTMLId(os, op->Name.c_str());
os << "\"><b><code>";
this->PrintHTMLEscapes(os, op->Name.c_str());
- os << "</code></b></a></li>";
+ os << "</code></b></a></li>\n";
}
}
os << "</ul>\n" ;