From 0123fd441c04d716473f5d8410d1c053a4ca5a1e Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 12 Dec 2016 14:48:57 +0100 Subject: 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 --- doc/config/qtota-project.qdocconf | 18 +++++++++++++++--- 1 file 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) -- cgit v1.2.3