Merge topic 'doc-html-index'

707afd1 Documentation: Improve HTML section index format
This commit is contained in:
David Cole 2012-05-08 14:33:25 -04:00 committed by CMake Topic Stage
commit 6f07948486
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ void cmDocumentationFormatterHTML
cmDocumentationPrintHTMLId(os, op->Name.c_str()); cmDocumentationPrintHTMLId(os, op->Name.c_str());
os << "\"><b><code>"; os << "\"><b><code>";
this->PrintHTMLEscapes(os, op->Name.c_str()); this->PrintHTMLEscapes(os, op->Name.c_str());
os << "</code></b></a></li>"; os << "</code></b></a></li>\n";
} }
} }
os << "</ul>\n" ; os << "</ul>\n" ;