mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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