summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2016-12-12 14:48:57 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2016-12-13 09:01:49 +0000
commit0123fd441c04d716473f5d8410d1c053a4ca5a1e (patch)
tree0183ad2d2ede6aa74764424f70e78e0d3a74eb45
parent762be95fbeb04fe99af6dd3eea44ebf1d618c4c1 (diff)
Doc: Fix QHP (offline docs) table of contents
Project name was incorrect, leading to invalid entries in the TOC of the generated offline documentation. Also, add TOC subsections for C++ and QML type documentation. Change-Id: Ibcb9b596d0708f422d9d6e638668f9801ace27e4 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
-rw-r--r--doc/config/qtota-project.qdocconf18
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/config/qtota-project.qdocconf b/doc/config/qtota-project.qdocconf
index 6d6331f..ab7e1e6 100644
--- a/doc/config/qtota-project.qdocconf
+++ b/doc/config/qtota-project.qdocconf
@@ -1,6 +1,6 @@
include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf)
-project = QtOta
+project = QtOTA
description = Qt OTA Update Documentation
version = $QT_VERSION
@@ -9,13 +9,25 @@ headerdirs += ../../src/lib/
indexes = $QT_INSTALL_DOCS/qtcore/qtcore.index
-qhp.projects = QtOta
+qhp.projects = QtOTA
qhp.QtOTA.file = qtota.qhp
qhp.QtOTA.namespace = io.qt.qtota.$QT_VERSION_TAG
qhp.QtOTA.virtualFolder = qtota
qhp.QtOTA.indexTitle = Over-The-Air Update
-qhp.QtOTA.indexRoot =
+qhp.QtOTA.indexRoot = Over-The-Air Update
+
+qhp.QtOTA.subprojects = cpp qml
+
+qhp.QtOTA.subprojects.cpp.title = C++ Classes
+qhp.QtOTA.subprojects.cpp.indexTitle = Qt OTA Update C++ Classes
+qhp.QtOTA.subprojects.cpp.selectors = module
+qhp.QtOTA.subprojects.cpp.sortPages = true
+
+qhp.QtOTA.subprojects.qml.title = QML Types
+qhp.QtOTA.subprojects.qml.indexTitle = Qt OTA Update QML Types
+qhp.QtOTA.subprojects.qml.selectors = qmlmodule
+qhp.QtOTA.subprojects.qml.sortPages = true
macro.B2Q = "Boot to Qt"
include(navigation.qdocconf)