mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
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:
@@ -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" ;
|
||||
|
||||
Reference in New Issue
Block a user