summaryrefslogtreecommitdiff
path: root/doc/src/examples/qml-examples.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/qml-examples.qdoc')
-rw-r--r--doc/src/examples/qml-examples.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc
index a6276d5448..1b9c45ba9e 100644
--- a/doc/src/examples/qml-examples.qdoc
+++ b/doc/src/examples/qml-examples.qdoc
@@ -27,7 +27,7 @@
/*!
\title Animation: Basics Example
- \example declarative/animation/basics
+ \example declarative/animation/basics/color-animation
\brief This example shows how to create and combine \l{QML Animation}{animations} in QML.
@@ -37,6 +37,8 @@
\row
\o color-animation.qml
\endtable
+
+*/
/*!
\title Animation: Basics Property Animation Example