ENH: better output for qt assistant

This commit is contained in:
Bill Hoffman 2007-11-27 15:59:22 -05:00
parent 86126dc41f
commit 6156a33633
1 changed files with 1 additions and 1 deletions

View File

@ -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 =