diff options
author | Martin Smith <msmith@trolltech.com> | 2010-04-27 08:43:52 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-04-27 08:43:52 (GMT) |
commit | 6749edd4c6f647c4963793183a452bb1ae769c1c (patch) | |
tree | 4ae9e70dd775925274ee771cd5babfee3ad1c6c3 /tools/qdoc3/test/qt-html-templates.qdocconf | |
parent | 27f96458ba40dcbf5db4df0b0e553ca5799a13c4 (diff) | |
download | Qt-6749edd4c6f647c4963793183a452bb1ae769c1c.zip Qt-6749edd4c6f647c4963793183a452bb1ae769c1c.tar.gz Qt-6749edd4c6f647c4963793183a452bb1ae769c1c.tar.bz2 |
qdoc: Removed MacRefs for Xcode documentation stuff.
Also added the infrastructure for generating breadcrumbs.
Diffstat (limited to 'tools/qdoc3/test/qt-html-templates.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index 158aef3..ba0783e 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -87,8 +87,9 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ " <div class=\"breadcrumb toolblock\">\n" \ " <ul>\n" \ " <li class=\"first\"><a href=\"index.html\">Home</a></li>\n" \ - " <!-- Bread crumbs goes here -->\n" \ - " </ul>\n" \ + " <!-- Bread crumbs goes here -->\n" + +HTML.postpostheader = " </ul>\n" \ " </div>\n" \ " <div class=\"toolbuttons toolblock\">\n" \ " <ul>\n" \ |