diff options
author | David Cole <david.cole@kitware.com> | 2012-05-08 18:33:25 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-05-08 18:33:25 (GMT) |
commit | 6f079484867783ea1bb899d59641bba564bcf398 (patch) | |
tree | d9bdb2cb93b204ce27c180b525968c9c9fa03d9d | |
parent | 41d3dfc1efc6110d0c51ad1230566973553aebef (diff) | |
parent | 707afd1ed0d5d21760e33c5345b86be22d3d6ef5 (diff) | |
download | CMake-6f079484867783ea1bb899d59641bba564bcf398.zip CMake-6f079484867783ea1bb899d59641bba564bcf398.tar.gz CMake-6f079484867783ea1bb899d59641bba564bcf398.tar.bz2 |
Merge topic 'doc-html-index'
707afd1 Documentation: Improve HTML section index format
-rw-r--r-- | Source/cmDocumentationFormatterHTML.cxx | 2 |
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" ; |