diff options
author | Kevin Wright <kevin.wright@nokia.com> | 2011-11-24 16:27:09 (GMT) |
---|---|---|
committer | Kevin Wright <kevin.wright@nokia.com> | 2011-11-24 16:27:09 (GMT) |
commit | f0757a09744f7ca967d79dbd185da6b82cfddac1 (patch) | |
tree | ef825347a3a08bd7527183740baf1f101dde9ac9 /doc | |
parent | 6f76e4a2cf54c38fbcb87b5e192b8716f38b6ae5 (diff) | |
download | Qt-f0757a09744f7ca967d79dbd185da6b82cfddac1.zip Qt-f0757a09744f7ca967d79dbd185da6b82cfddac1.tar.gz Qt-f0757a09744f7ca967d79dbd185da6b82cfddac1.tar.bz2 |
Fixed some linking issues.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/examples.qdoc | 3 | ||||
-rw-r--r-- | doc/src/examples/qml-examples.qdoc | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc index dfbe556..e0ace56 100644 --- a/doc/src/declarative/examples.qdoc +++ b/doc/src/declarative/examples.qdoc @@ -116,9 +116,10 @@ The examples can be found in Qt's \c examples/declarative directory. \section2 Animation \list -\o \l{declarative/animation/basics}{Basics} +\o \l{declarative/animation/basics/color-animation}{Color Animation} \o \l{declarative/animation/behaviors/behavior-example}{Behaviors} \o \l{declarative/animation/easing}{Easing} +\o \l{declarative/animation/basics/property-animation}{Property Animation} \o \l{declarative/animation/states}{States} \endlist diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc index a6276d5..1b9c45b 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 |