diff options
author | Martin Smith <msmith@trolltech.com> | 2009-09-16 07:55:52 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-09-16 07:57:10 (GMT) |
commit | ce17ae5a6159d8ce3a5d2cc98f804a2debb860e5 (patch) | |
tree | de3976dd7ce842552ae7ed44ac25a11a1b5cfe79 /tools | |
parent | 314e5680c8276d539b596927874036a873966d8f (diff) | |
download | Qt-ce17ae5a6159d8ce3a5d2cc98f804a2debb860e5.zip Qt-ce17ae5a6159d8ce3a5d2cc98f804a2debb860e5.tar.gz Qt-ce17ae5a6159d8ce3a5d2cc98f804a2debb860e5.tar.bz2 |
qdoc: Added the "All Functions" link back into the header.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index f9e3c35..7ceacb2 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -10,6 +10,8 @@ HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0 "<font color=\"#004faf\">Home</font></a> ·" \ " <a href=\"classes.html\">" \ "<font color=\"#004faf\">All Classes</font></a> ·" \ + " <a href=\"functions.html\">" \ + "<font color=\"#004faf\">All Functions</font></a> ·" \ " <a href=\"overviews.html\">" \ "<font color=\"#004faf\">Overviews</font></a>" \ "</td>" \ |