summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/test
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-10-09 04:25:22 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-10-09 04:25:22 (GMT)
commit04511e3dbbcdf40489852babbf4753e0f744c26f (patch)
treecff71281999fd7385a06fb941762e64171cc4bd9 /tools/qdoc3/test
parentf21c1f444de012c38207ed93db8c3470cf197631 (diff)
downloadQt-04511e3dbbcdf40489852babbf4753e0f744c26f.zip
Qt-04511e3dbbcdf40489852babbf4753e0f744c26f.tar.gz
Qt-04511e3dbbcdf40489852babbf4753e0f744c26f.tar.bz2
Improve qdoc generated QML documentation.
Diffstat (limited to 'tools/qdoc3/test')
-rw-r--r--tools/qdoc3/test/qml.qdocconf5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/qdoc3/test/qml.qdocconf b/tools/qdoc3/test/qml.qdocconf
index 3a7d76a..3b5d8dc 100644
--- a/tools/qdoc3/test/qml.qdocconf
+++ b/tools/qdoc3/test/qml.qdocconf
@@ -7,6 +7,7 @@ include(qt-defines.qdocconf)
project = Qml
description = Qml Reference Documentation
url = http://doc.qtsoftware.com/4.6
+qmlonly = true
edition.Console.modules = QtCore QtDBus QtNetwork QtScript QtSql QtXml \
QtXmlPatterns QtTest
@@ -72,6 +73,8 @@ HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0
"<td width=\"1\">&nbsp;&nbsp;</td>" \
"<td class=\"postheader\" valign=\"center\" align=\"left\">" \
"<a href=\"qmlreference.html\">" \
- "<font color=\"#004faf\">Home</font></a>" \
+ "<font color=\"#004faf\">Home</font></a>&nbsp;&middot;" \
+ " <a href=\"qmlelements.html\">" \
+ "<font color=\"#004faf\">Elements</font></a>" \
"</td>\n" \
"</tr></table>"