summaryrefslogtreecommitdiffstats
path: root/src/network/doc/qtnetwork.qdocconf
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/network/doc/qtnetwork.qdocconf
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/network/doc/qtnetwork.qdocconf')
-rw-r--r--src/network/doc/qtnetwork.qdocconf19
1 files changed, 7 insertions, 12 deletions
diff --git a/src/network/doc/qtnetwork.qdocconf b/src/network/doc/qtnetwork.qdocconf
index 808ab68589..d15927bced 100644
--- a/src/network/doc/qtnetwork.qdocconf
+++ b/src/network/doc/qtnetwork.qdocconf
@@ -2,31 +2,26 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtNetwork
description = Qt Network Reference Documentation
-url = http://qt-project.org/doc/qt-5.0/qtnetwork
+url = http://qt-project.org/doc/qtnetwork
version = 5.0.0
qhp.projects = QtNetwork
qhp.QtNetwork.file = qtnetwork.qhp
qhp.QtNetwork.namespace = org.qt-project.qtnetwork.500
-qhp.QtNetwork.virtualFolder = qdoc
-qhp.QtNetwork.indexTitle = Qt Network Reference Documentation
+qhp.QtNetwork.virtualFolder = qtnetwork
+qhp.QtNetwork.indexTitle = Qt Network
qhp.QtNetwork.indexRoot =
qhp.QtNetwork.filterAttributes = qtnetwork 5.0.0 qtrefdoc
qhp.QtNetwork.customFilters.Qt.name = QtNetwork 5.0.0
qhp.QtNetwork.customFilters.Qt.filterAttributes = qtnetwork 5.0.0
-qhp.QtNetwork.subprojects = classes overviews examples
-qhp.QtNetwork.subprojects.classes.title = Classes
-qhp.QtNetwork.subprojects.classes.indexTitle = Qt Network's Classes
+
+qhp.QtNetwork.subprojects = classes
+qhp.QtNetwork.subprojects.classes.title = C++ Classes
+qhp.QtNetwork.subprojects.classes.indexTitle = Qt Network C++ Classes
qhp.QtNetwork.subprojects.classes.selectors = class fake:headerfile
qhp.QtNetwork.subprojects.classes.sortPages = true
-qhp.QtNetwork.subprojects.overviews.title = Overviews
-qhp.QtNetwork.subprojects.overviews.indexTitle = All Overviews and HOWTOs
-qhp.QtNetwork.subprojects.overviews.selectors = fake:page,group,module
-qhp.QtNetwork.subprojects.examples.title = Qt Network Examples
-qhp.QtNetwork.subprojects.examples.indexTitle = Qt Network Examples
-qhp.QtNetwork.subprojects.examples.selectors = fake:example
tagfile = ../../../doc/qtnetwork/qtnetwork.tags