Documentation: Improve HTML section index format

Add a newline after section index list items.  This makes the generated
HTML source more readable.
This commit is contained in:
Brad King 2012-05-07 08:50:08 -04:00
parent dfccdd65fb
commit 707afd1ed0
1 changed files with 1 additions and 1 deletions

View File

@ -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" ;