summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-12-13 13:49:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-13 17:19:46 +0100
commitcaeeb8d8ca804ac3cb897ad79af8a06c952214c7 (patch)
tree3273af0044e312e5b2a688358816a503571bf982 /doc
parentad8e82eddf7273260af896ae3a56084ff5005c0a (diff)
downloadqtwebkit-examples-caeeb8d8ca804ac3cb897ad79af8a06c952214c7.tar.gz
Doc: Removed hyphen from the names.
-consistent with other naming schemes and easy to predict across qdocconf files. -fixes cross-linking issues among Qt WebKit related documentation. Task-number: QTBUG-27646 Change-Id: I6e0f7e3a0d6efbe0d80b4e83e4b3b2c3ab421cb3 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/qtwebkitexamples.qdocconf21
1 files changed, 5 insertions, 16 deletions
diff --git a/doc/qtwebkitexamples.qdocconf b/doc/qtwebkitexamples.qdocconf
index 162d793..b23c94d 100644
--- a/doc/qtwebkitexamples.qdocconf
+++ b/doc/qtwebkitexamples.qdocconf
@@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtWebKitExamples
description = "Qt WebKit Examples and Demos Documentation"
-url = http://qt-project.org/doc/qt-5.0/qtwebkit-examples
+url = http://qt-project.org/doc/qt-5.0/qtwebkitexamples
version = 5.0.0
# Defines the name of the project. You cannot use operators (+, =, -) in
@@ -12,24 +12,13 @@ version = 5.0.0
qhp.projects = QtWebKitExamples
qhp.QtWebKitExamples.file = qtwebkitexamples.qhp
-qhp.QtWebKitExamples.namespace = org.qt-project.qtwebkit-examples.500
+qhp.QtWebKitExamples.namespace = org.qt-project.qtwebkitexamples.500
qhp.QtWebKitExamples.indexTitle = Qt WebKit Examples
-qhp.QtWebKitExamples.virtualFolder = qtwebkit-examples
+qhp.QtWebKitExamples.virtualFolder = qtwebkitexamples
qhp.QtWebKitExamples.indexRoot =
-qhp.QtWebKitExamples.filterAttributes = qtwebkit-examples 5.0.0 qtrefdoc
+qhp.QtWebKitExamples.filterAttributes = qtwebkitexamples 5.0.0 qtrefdoc
qhp.QtWebKitExamples.customFilters.Qt.name = QtWebKit 5.0.0
-qhp.QtWebKitExamples.customFilters.Qt.filterAttributes = qtwebkit-examples 5.0.0
-
-qhp.QtWebKitExamples.subprojects = webkitwidgetsexamples webkitexamples
-qhp.QtWebKitExamples.subprojects.webkitwidgetsexamples.title = Qt WebKit Widgets Examples
-qhp.QtWebKitExamples.subprojects.webkitwidgetsexamples.indexTitle = Qt WebKit Widgets Examples and Demos
-qhp.QtWebKitExamples.subprojects.webkitwidgetsexamples.selectors = class fake:headerfile
-qhp.QtWebKitExamples.subprojects.webkitwidgetsexamples.sortPages = true
-
-qhp.QtWebKitExamples.subprojects.webkitexamples.title = Qt WebKit Examples
-qhp.QtWebKitExamples.subprojects.webkitexamples.indexTitle = Qt WebKit Examples and Demos
-qhp.QtWebKitExamples.subprojects.webkitexamples.selectors = class fake:headerfile
-qhp.QtWebKitExamples.subprojects.webkitexamples.sortPages = true
+qhp.QtWebKitExamples.customFilters.Qt.filterAttributes = qtwebkitexamples 5.0.0
outputdir = $QT_INSTALL_DOCS/qtwebkitexamples