summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-11-06 18:53:23 +0100
committerJerome Pasion <jerome.pasion@digia.com>2012-11-07 10:16:08 +0100
commitb4a05fd2d845c0898aa628b94dc28c4c0e99cfba (patch)
tree3a22bb6f189e2073a6d2b313a3b81986039be19b /src/xml
parentce85e1b2286b44362f6d74fac488574db74d7387 (diff)
Doc: Cleaning up QHP information in module configuration files.
There is a common standard among all Qt modules. These changes affect the final .qch file for each module. Changes: 1)URL in qt-project.org is confirmed by DevNet maintainer url = http://qt-project.org/doc/<module> 2)Landing page title mapping indexTitle = landing page 3)"C++ Classes" as a child node. The list of C++ classes and the titles are specified in the wiki. 4)Removed extra subprojects. They are not needed for now. Each module may need additional nodes. Change-Id: I1825476c21fe9aaddc9d6b512ff74229f17271a0 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/doc/qtxml.qdocconf19
1 files changed, 7 insertions, 12 deletions
diff --git a/src/xml/doc/qtxml.qdocconf b/src/xml/doc/qtxml.qdocconf
index 112d8e8bc2..038993a558 100644
--- a/src/xml/doc/qtxml.qdocconf
+++ b/src/xml/doc/qtxml.qdocconf
@@ -2,31 +2,26 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtXml
description = Qt XML Reference Documentation
-url = http://qt-project.org/doc/qt-5.0/qtxml
+url = http://qt-project.org/doc/qtxml
version = 5.0.0
qhp.projects = QtXml
qhp.QtXml.file = qtxml.qhp
qhp.QtXml.namespace = org.qt-project.qtxml.500
-qhp.QtXml.virtualFolder = qdoc
-qhp.QtXml.indexTitle = Qt XML Reference Documentation
+qhp.QtXml.virtualFolder = qtxml
+qhp.QtXml.indexTitle = Qt XML
qhp.QtXml.indexRoot =
qhp.QtXml.filterAttributes = qtxml 5.0.0 qtrefdoc
qhp.QtXml.customFilters.Qt.name = QtXml 5.0.0
qhp.QtXml.customFilters.Qt.filterAttributes = qtxml 5.0.0
-qhp.QtXml.subprojects = classes overviews examples
-qhp.QtXml.subprojects.classes.title = Classes
-qhp.QtXml.subprojects.classes.indexTitle = Qt XML's Classes
+
+qhp.QtXml.subprojects = classes
+qhp.QtXml.subprojects.classes.title = C++ Classes
+qhp.QtXml.subprojects.classes.indexTitle = Qt XML C++ Classes
qhp.QtXml.subprojects.classes.selectors = class fake:headerfile
qhp.QtXml.subprojects.classes.sortPages = true
-qhp.QtXml.subprojects.overviews.title = Overviews
-qhp.QtXml.subprojects.overviews.indexTitle = All Overviews and HOWTOs
-qhp.QtXml.subprojects.overviews.selectors = fake:page,group,module
-qhp.QtXml.subprojects.examples.title = Qt XML Examples
-qhp.QtXml.subprojects.examples.indexTitle = Qt XML Examples
-qhp.QtXml.subprojects.examples.selectors = fake:example
tagfile = ../../../doc/qtxml/qtxml.tags