aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorvertries <nico.vertriest@nokia.com>2012-04-17 14:53:26 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-24 10:45:15 +0200
commitc88a4bb0bcd6d860ff222f6bcb8798d18c0079f7 (patch)
tree0c1fd286af9221d5ac6bcbc90fe06a94175cce30 /doc
parent632b4a0307073c279936b8f6553c77977cb2eea4 (diff)
Doc: Fixed tutorial articles' types.
-Added "tutorial" to the \page command. -Removed "Tutorial" in the title. Change-Id: Id336828239a39413a438dc4126c10432aba65553 Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'doc')
-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