aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/advtutorial.qdoc
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2013-07-16 12:22:19 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-23 13:55:47 +0200
commit92cc84a373cfe67b24d3f3697ab3e070eecc65c3 (patch)
tree2ff79495686155d079f3361f2c25a9a24ca2f4fe /src/quick/doc/src/advtutorial.qdoc
parent7cbd086c81fcec6cd4a5d6b84c43d647f17fa7f1 (diff)
doc: Eliminate more cases of multiple topic commands
This fixes the advanced tutotial based on the samegame example. Several instances where \page and \example occur in the same comment are corrected by removing the \page and leaving the \example. And the links in the tutorial's list of chapters are correct. Task-number: QTBUG-31578 Change-Id: I89bb179bc4d4f6120b8d13ba05a51c802a7d4013 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/quick/doc/src/advtutorial.qdoc')
-rw-r--r--src/quick/doc/src/advtutorial.qdoc12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/quick/doc/src/advtutorial.qdoc b/src/quick/doc/src/advtutorial.qdoc
index 80a0173f32..966bd9d804 100644
--- a/src/quick/doc/src/advtutorial.qdoc
+++ b/src/quick/doc/src/advtutorial.qdoc
@@ -52,10 +52,10 @@ control QML types.
Tutorial chapters:
\list 1
-\li \l {quick/tutorials/samegame/samegame1}{Creating the Game Canvas and Blocks}
-\li \l {quick/tutorials/samegame/samegame2}{Populating the Game Canvas}
-\li \l {quick/tutorials/samegame/samegame3}{Implementing the Game Logic}
-\li \l {quick/tutorials/samegame/samegame4}{Finishing Touches}
+\li \l {QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks}{Creating the Game Canvas and Blocks}
+\li \l {QML Advanced Tutorial 2 - Populating the Game Canvas}{Populating the Game Canvas}
+\li \l {QML Advanced Tutorial 3 - Implementing the Game Logic}{Implementing the Game Logic}
+\li \l {QML Advanced Tutorial 4 - Finishing Touches}{Finishing Touches}
\endlist
All the code in this tutorial can be found in Qt's \c examples/quick/tutorials/samegame
@@ -63,7 +63,6 @@ directory.
*/
/*!
-\page qml-advtutorial1.html
\title QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks
\contentspage QML Advanced Tutorial
\previouspage QML Advanced Tutorial
@@ -132,7 +131,6 @@ types to get started. Next, we will populate the game canvas with some blocks.
/*!
-\page qml-advtutorial2.html
\title QML Advanced Tutorial 2 - Populating the Game Canvas
\contentspage QML Advanced Tutorial
\previouspage QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks
@@ -207,7 +205,6 @@ Now, we have a screen of blocks, and we can begin to add the game mechanics.
*/
/*!
-\page qml-advtutorial3.html
\title QML Advanced Tutorial 3 - Implementing the Game Logic
\contentspage QML Advanced Tutorial
\previouspage QML Advanced Tutorial 2 - Populating the Game Canvas
@@ -295,7 +292,6 @@ until the next chapter - where your application becomes alive!
*/
/*!
-\page qml-advtutorial4.html
\title QML Advanced Tutorial 4 - Finishing Touches
\contentspage QML Advanced Tutorial
\previouspage QML Advanced Tutorial 3 - Implementing the Game Logic