mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
ENH: better output for qt assistant
This commit is contained in:
@@ -92,7 +92,7 @@ void cmDocumentationFormatterHTML
|
||||
{
|
||||
if(name)
|
||||
{
|
||||
os << "<h2>" << name << "</h2>\n";
|
||||
os << "<h2><a name=\"section_" << name << "\"/>" << name << "</h2>\n";
|
||||
}
|
||||
|
||||
const std::vector<cmDocumentationEntry> &entries =
|
||||
|
||||
Reference in New Issue
Block a user