diff options
| author | Venugopal Shivashankar <venugopal.shivashankar@digia.com> | 2012-12-11 18:15:48 +0100 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-12 18:26:45 +0100 |
| commit | a2d8aa1b462b709c9a18292eb57971eaaeb18dbe (patch) | |
| tree | a7f8941dc990f712e54750ff14d73cff2b2b32a5 /doc/qtwebkitexamples.qdocconf | |
| parent | e88665589b06aa0d87a5185cc780ed767cff0f70 (diff) | |
Doc: Added documentation for the WebKit Widget examples
- Moved the qdoc files from the qtdoc repository
- Added group pages for QML and QWidget-based examples
- Added an index page
- Updated the qhp details in the qdocconf
Change-Id: I5f79fb1aedbfc3bcb42c84ac774ea1c4bd3a9036
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'doc/qtwebkitexamples.qdocconf')
| -rw-r--r-- | doc/qtwebkitexamples.qdocconf | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/doc/qtwebkitexamples.qdocconf b/doc/qtwebkitexamples.qdocconf index 3b2a93b..b88a143 100644 --- a/doc/qtwebkitexamples.qdocconf +++ b/doc/qtwebkitexamples.qdocconf @@ -16,9 +16,20 @@ qhp.QtWebKitExamples.namespace = org.qt-project.qtwebkit-examples.500 qhp.QtWebKitExamples.indexTitle = Qt WebKit Examples qhp.QtWebKitExamples.virtualFolder = qtwebkit-examples qhp.QtWebKitExamples.indexRoot = -qhp.QtQml.filterAttributes = qtwebkit-examples 5.0.0 qtrefdoc -qhp.QtQml.customFilters.Qt.name = QtWebKit 5.0.0 -qhp.QtQml.customFilters.Qt.filterAttributes = qtwebkit-examples 5.0.0 +qhp.QtWebKitExamples.filterAttributes = qtwebkit-examples 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 outputdir = $QT_INSTALL_DOCS/qtwebkitexamples @@ -26,3 +37,7 @@ depends += qtcore qtwidgets qtquick qtgui qtscript qtdoc qtxml qtwebkitwidgets q exampledirs = ../examples/webkitwidgets \ ../examples/webkitqml + +sourcedirs = src + +imagedirs = images |
