summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-04-13 09:59:01 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-04-13 09:59:01 (GMT)
commit9f343781354654af762f89170092d08ee56b3042 (patch)
treec4b36ccc4334b36da8e1a14791ec2c0dac5c03d6 /tools
parentadd41080b9a4e2319007063bd73447f336933e9e (diff)
downloadQt-9f343781354654af762f89170092d08ee56b3042.zip
Qt-9f343781354654af762f89170092d08ee56b3042.tar.gz
Qt-9f343781354654af762f89170092d08ee56b3042.tar.bz2
qdoc: Fixed some TOC links.
Diffstat (limited to 'tools')
-rw-r--r--tools/qdoc3/htmlgenerator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qdoc3/htmlgenerator.cpp b/tools/qdoc3/htmlgenerator.cpp
index d80e8b4..4985f64 100644
--- a/tools/qdoc3/htmlgenerator.cpp
+++ b/tools/qdoc3/htmlgenerator.cpp
@@ -2070,7 +2070,6 @@ void HtmlGenerator::generateTableOfContents(const Node *node, CodeMarker *marker
Text headingText = Text::sectionHeading(atom);
out() << "<li>";
out() << "<a href=\""
- << nodeName
<< "#"
<< Doc::canonicalTitle(headingText.toString())
<< "\">";