diff options
author | Topi Reinio <[email protected]> | 2017-11-07 12:31:05 +0100 |
---|---|---|
committer | Topi Reiniƶ <[email protected]> | 2017-11-13 08:38:04 +0000 |
commit | 447f8e399de2a68bdd92238523201e56d1929a0f (patch) | |
tree | 3baaf1066d25c2889542e2c513bdb96754eff12c /src/qml/doc/qtqml.qdocconf | |
parent | 7853634a1134a2b4b470a6d2c8b5da1610105d51 (diff) |
Doc: Update the list of highlighted examples
Update the list of highlighted examples for modules in qtdeclarative.
Currently highlighted examples/demos for Qt Quick are in relatively
good condition, so keep the highlighting for them.
Add highlighting for 'Writing QML Extensions with C++' tutorial in
Qt QML.
Task-number: QTBUG-60629
Task-number: QTBUG-60630
Change-Id: If7fe8705cf8614d5a811d88f44a0c00ecf3348f0
Reviewed-by: Nico Vertriest <[email protected]>
Diffstat (limited to 'src/qml/doc/qtqml.qdocconf')
-rw-r--r-- | src/qml/doc/qtqml.qdocconf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf index 74b61fd6e1..6161760471 100644 --- a/src/qml/doc/qtqml.qdocconf +++ b/src/qml/doc/qtqml.qdocconf @@ -53,6 +53,8 @@ manifestmeta.thumbnail.names += "QtQml/Chapter 4*" \ "QtQml/Chapter 6*" \ "QtQml/C++ Extensions: *" +manifestmeta.highlighted.names = "QtQml/Writing QML Extensions with C++" + navigation.landingpage = "Qt QML" navigation.cppclassespage = "Qt QML C++ Classes" navigation.qmltypespage = "Qt QML QML Types" |