From caeeb8d8ca804ac3cb897ad79af8a06c952214c7 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Thu, 13 Dec 2012 13:49:12 +0100 Subject: 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 --- doc/qtwebkitexamples.qdocconf | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3