aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/samegame
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/samegame')
-rw-r--r--examples/quick/demos/samegame/doc/src/samegame.qdoc12
1 files changed, 10 insertions, 2 deletions
diff --git a/examples/quick/demos/samegame/doc/src/samegame.qdoc b/examples/quick/demos/samegame/doc/src/samegame.qdoc
index 70042d73f0..acae8d728f 100644
--- a/examples/quick/demos/samegame/doc/src/samegame.qdoc
+++ b/examples/quick/demos/samegame/doc/src/samegame.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -30,7 +30,15 @@
\ingroup qtquickdemos
\example demos/samegame
\brief A QML implementation of the popular puzzle game by Kuniaki Moribe.
+
+ \e{Same Game} demonstrates a QML game with custom types and logic written in
+ JavaScript. The game uses various \l{Qt Quick} features such as
+ particles, animation, and loading images.
+
\image qtquick-demo-samegame-med-1.png
\image qtquick-demo-samegame-med-2.png
-*/
+ \include examples-run.qdocinc
+
+ \sa {QML Applications}
+*/