aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--doc/src/qml/extending-tutorial.qdoc4
-rw-r--r--doc/src/qtquick2/behaviors-and-states.qdoc2
5 files changed, 6 insertions, 6 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.
diff --git a/doc/src/qml/extending-tutorial.qdoc b/doc/src/qml/extending-tutorial.qdoc
index a17cd24cac..b5958d9d43 100644
--- a/doc/src/qml/extending-tutorial.qdoc
+++ b/doc/src/qml/extending-tutorial.qdoc
@@ -26,8 +26,8 @@
****************************************************************************/
/*!
-\page qml-extending-tutorial-index.html
-\title Tutorial: Writing QML Extensions with C++
+\page qml-extending-tutorial-index.html tutorial
+\title Writing QML Extensions with C++
\brief tutorial about extending QML with Qt C++
The Qt Declarative module provides a set of APIs for extending QML through
diff --git a/doc/src/qtquick2/behaviors-and-states.qdoc b/doc/src/qtquick2/behaviors-and-states.qdoc
index 16ee0f9ba5..ab2e1f7460 100644
--- a/doc/src/qtquick2/behaviors-and-states.qdoc
+++ b/doc/src/qtquick2/behaviors-and-states.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
-\page qtquick-behaviors-states.html
+\page qtquick-behaviors-states.html tutorial
\title Using QML Behaviors with States
\brief animating property changes with behaviors