diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-22 11:06:19 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-22 11:06:19 (GMT) |
commit | 88259a37599cad4756299d729b9a733cf4b0e528 (patch) | |
tree | fee3e864a507b19680d3087177685d5250a057e4 /src/declarative | |
parent | 2c9417fadf4205c4fcb602ca17b4d729c5466020 (diff) | |
download | Qt-88259a37599cad4756299d729b9a733cf4b0e528.zip Qt-88259a37599cad4756299d729b9a733cf4b0e528.tar.gz Qt-88259a37599cad4756299d729b9a733cf4b0e528.tar.bz2 |
doc: Fixed some qdoc errors.
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/util/qmlanimation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qmlanimation.cpp b/src/declarative/util/qmlanimation.cpp index 00299e7..6c9d13f 100644 --- a/src/declarative/util/qmlanimation.cpp +++ b/src/declarative/util/qmlanimation.cpp @@ -1528,7 +1528,7 @@ void QmlRotationAnimation::setTo(qreal t) Possible values are Numerical, Clockwise, Counterclockwise, or Shortest. - \list + \table \row \o Numerical \o Rotate by linearly interpolating between the two numbers. @@ -1543,7 +1543,7 @@ void QmlRotationAnimation::setTo(qreal t) \o Shortest \o Rotate in the direction that produces the shortest animation path. A rotation from 10 to 350 will rotate 20 degrees counterclockwise. - \list + \endtable The default direction is Shortest. */ |