summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-05-31 14:53:40 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-06-01 11:03:09 +0000
commit44eaa87abad0808d428276829d57e31eadcbf745 (patch)
tree04c0e480f5088b8d2952ad0e51ae64b836a184d4
parentd561d938d036af49188c06c84a8b007964e60c5f (diff)
Doc: Add highlighting for some prominent Qt 3D examples
This sets the highlight attribute in examples-manifest.xml for these examples, causing them to be raised towards the top of the example list on Qt Creator's Welcome mode. Task-number: QTBUG-53733 Change-Id: I2802c779621b70915d90f1f3304142ae70b61c14 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r--src/doc/qt3d.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/qt3d.qdocconf b/src/doc/qt3d.qdocconf
index d818ee03f..c2b996c80 100644
--- a/src/doc/qt3d.qdocconf
+++ b/src/doc/qt3d.qdocconf
@@ -84,6 +84,9 @@ Cpp.ignoretokens += QT3DINPUTSHARED_EXPORT \
Cpp.ignoredirectives += Q_DECLARE_LOGGING_CATEGORY
+manifestmeta.highlighted.names = "Qt3D/Qt 3D: Audio Visualizer Example" \
+ "Qt3D/Qt 3D: Planets QML Example"
+
navigation.landingpage = "Qt 3D"
navigation.cppclassespage = "Qt 3D C++ Classes"
navigation.qmltypespage = "Qt 3D QML Types"