summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorMäättä Antti <antti.maatta@qt.io>2017-04-21 14:17:20 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2017-05-10 04:13:12 +0000
commit773402d482c5b478e9b4b73719fa7b76792344f7 (patch)
tree87d5f7f055cbd35f89c5380c0bde0d063925494d /src/doc
parentb35237bfee04ae38cc35bdb333ab1ef8a74ffaae (diff)
Write docs for advanced custom material example
Also add it to highlighted items. Task-number: QTBUG-60287 Change-Id: I87a6074bed171970b287c6cd934e6550d86e27e0 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/qt3d.qdocconf9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/doc/qt3d.qdocconf b/src/doc/qt3d.qdocconf
index f5bbadd8d..7da047ced 100644
--- a/src/doc/qt3d.qdocconf
+++ b/src/doc/qt3d.qdocconf
@@ -82,7 +82,8 @@ imagedirs += images \
../../examples/qt3d/wireframe/doc/images \
../../examples/qt3d/audio-visualizer-qml/doc/images \
../../examples/qt3d/simplecustommaterial/doc/images \
- ../../examples/qt3d/scene2d/doc/images
+ ../../examples/qt3d/scene2d/doc/images \
+ ../../examples/qt3d/advancedcustommaterial/doc/images
Cpp.ignoretokens += QT3DINPUTSHARED_EXPORT \
QT3DCORESHARED_EXPORT \
@@ -97,8 +98,10 @@ 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"
+manifestmeta.highlighted.names = \
+ "Qt3D/Qt 3D: Advanced custom material QML Example" \
+ "Qt3D/Qt 3D: Audio Visualizer Example" \
+ "Qt3D/Qt 3D: Planets QML Example"
manifestmeta.thumbnail.names += "Qt3D/Qt 3D: Deferred Renderer C++ Example"