summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmDocumentationFormatterHTML.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentationFormatterHTML.cxx b/Source/cmDocumentationFormatterHTML.cxx
index a1745d3..175bc8d 100644
--- a/Source/cmDocumentationFormatterHTML.cxx
+++ b/Source/cmDocumentationFormatterHTML.cxx
@@ -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 =