aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/advtutorial.qdoc
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-11-16 17:19:47 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-16 09:07:49 +0100
commit94007211cfea4a46e5ad7b263a576e1a3095987e (patch)
tree39a435a0fda5b851323d63b6d0010f1e00234d45 /doc/src/declarative/advtutorial.qdoc
parentc560a38ac95e3febb1d39598a5c4de43c495b67c (diff)
Add \inqmlmodule tags to the generic QtQuick module docs
Change-Id: If40907e44a0e54f8a9caaea2103eb3e5c9e541d3 Reviewed-by: Martin Smith <martin.smith@nokia.com>
Diffstat (limited to 'doc/src/declarative/advtutorial.qdoc')
-rw-r--r--doc/src/declarative/advtutorial.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/declarative/advtutorial.qdoc b/doc/src/declarative/advtutorial.qdoc
index f6b6c71610..47de61e4b4 100644
--- a/doc/src/declarative/advtutorial.qdoc
+++ b/doc/src/declarative/advtutorial.qdoc
@@ -27,6 +27,7 @@
/*!
\page qml-advtutorial.html
+\inqmlmodule QtQuick 2
\title QML Advanced Tutorial
\brief A more advanced tutorial, showing how to use QML to create a game.
\nextpage QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks
@@ -64,6 +65,7 @@ directory.
/*!
\page qml-advtutorial1.html
+\inqmlmodule QtQuick 2
\title QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks
\contentspage QML Advanced Tutorial
\previouspage QML Advanced Tutorial
@@ -133,6 +135,7 @@ elements to get started. Next, we will populate the game canvas with some blocks
/*!
\page qml-advtutorial2.html
+\inqmlmodule QtQuick 2
\title QML Advanced Tutorial 2 - Populating the Game Canvas
\contentspage QML Advanced Tutorial
\previouspage QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks
@@ -208,6 +211,7 @@ Now, we have a screen of blocks, and we can begin to add the game mechanics.
/*!
\page qml-advtutorial3.html
+\inqmlmodule QtQuick 2
\title QML Advanced Tutorial 3 - Implementing the Game Logic
\contentspage QML Advanced Tutorial
\previouspage QML Advanced Tutorial 2 - Populating the Game Canvas
@@ -296,6 +300,7 @@ until the next chapter - where your application becomes alive!
/*!
\page qml-advtutorial4.html
+\inqmlmodule QtQuick 2
\title QML Advanced Tutorial 4 - Finishing Touches
\contentspage QML Advanced Tutorial
\previouspage QML Advanced Tutorial 3 - Implementing the Game Logic