aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/qtqml.qdocconf
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-02-22 17:50:19 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-25 12:34:45 +0200
commit0f97dd8b3d86d60897fed0e87d95de2e3ed59206 (patch)
tree924979ff2d72d4f440db4f16a73ad886256eb022 /src/qml/doc/qtqml.qdocconf
parented86fb2dbd4d4887e4c7b2d37f7842ac64a5e860 (diff)
Doc: Adding landing page names to navigation variables.
-used by the navigation bar in the HTML output Change-Id: If4689381fb01c0a6fe8adbd966ead1377942a101 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/qml/doc/qtqml.qdocconf')
-rw-r--r--src/qml/doc/qtqml.qdocconf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf
index 2198428a38..da596a1d97 100644
--- a/src/qml/doc/qtqml.qdocconf
+++ b/src/qml/doc/qtqml.qdocconf
@@ -47,3 +47,7 @@ exampledirs += ../../../examples/qml \
snippets
imagedirs += images
+
+navigation.landingpage = "Qt QML"
+navigation.cppclassespage = "Qt QML C++ Classes"
+navigation.qmltypespage = "Qt QML QML Types"