aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/examples
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples')
-rw-r--r--doc/src/examples/advtutorial.qdoc2
-rw-r--r--doc/src/examples/dynamicview-tutorial.qdoc2
-rw-r--r--doc/src/examples/example-slideswitch.qdoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/examples/advtutorial.qdoc b/doc/src/examples/advtutorial.qdoc
index 4b4f5622ea..fb5134ddf4 100644
--- a/doc/src/examples/advtutorial.qdoc
+++ b/doc/src/examples/advtutorial.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
-\page qml-advtutorial.html
+\page qml-advtutorial.html tutorial
\inqmlmodule QtQuick 2
\title QML Advanced Tutorial
\brief A more advanced tutorial, showing how to use QML to create a game.
diff --git a/doc/src/examples/dynamicview-tutorial.qdoc b/doc/src/examples/dynamicview-tutorial.qdoc
index d1f69c28bb..210a762442 100644
--- a/doc/src/examples/dynamicview-tutorial.qdoc
+++ b/doc/src/examples/dynamicview-tutorial.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
-\page qml-dynamicview-tutorial.html
+\page qml-dynamicview-tutorial.html tutorial
\inqmlmodule QtQuick 2
\title QML Dynamic View Ordering Tutorial
\brief A tutorial describing how to re-arrange items in a QML ListView
diff --git a/doc/src/examples/example-slideswitch.qdoc b/doc/src/examples/example-slideswitch.qdoc
index 259d0abeed..61300c9e47 100644
--- a/doc/src/examples/example-slideswitch.qdoc
+++ b/doc/src/examples/example-slideswitch.qdoc
@@ -27,7 +27,7 @@
/*!
-\page qmlexampletoggleswitch.html
+\page qmlexampletoggleswitch.html tutorial
\title QML Example - Toggle Switch
\brief A reusable switch component made in QML
This example shows how to create a reusable switch component in QML.