summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin Wright <kevin.wright@nokia.com>2011-11-24 16:31:01 (GMT)
committerKevin Wright <kevin.wright@nokia.com>2011-11-24 16:31:01 (GMT)
commitdc04e391bde2ac545549ee2f546d165024253856 (patch)
treeef9b1fe723ef82fa0149ced39b9adac2d27b3dc0 /doc
parentf0757a09744f7ca967d79dbd185da6b82cfddac1 (diff)
downloadQt-dc04e391bde2ac545549ee2f546d165024253856.zip
Qt-dc04e391bde2ac545549ee2f546d165024253856.tar.gz
Qt-dc04e391bde2ac545549ee2f546d165024253856.tar.bz2
Whitespace changes and added depends.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/qml-examples.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc
index 1b9c45b..f83a8fa 100644
--- a/doc/src/examples/qml-examples.qdoc
+++ b/doc/src/examples/qml-examples.qdoc
@@ -28,17 +28,17 @@
/*!
\title Animation: Basics Example
\example declarative/animation/basics/color-animation
-
- \brief This example shows how to create and combine \l{QML Animation}{animations} in QML.
+ \depends helper/qmlapplicationviewer
+
+ \brief This example shows how to create and combine \l{QML Animation}{animations} in QML.
\table
\row
\o \image qml-coloranim-example.png
\row
\o color-animation.qml
- \endtable
-
-*/
+ \endtable
+*/
/*!
\title Animation: Basics Property Animation Example