diff options
author | Nico Vertriest <[email protected]> | 2012-05-18 15:19:55 +0200 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-05-24 15:41:16 +0200 |
commit | 6112c0f57177ee813271da54200a2d9f3ef20238 (patch) | |
tree | b0cb10f46fb8c6b2b13516ab8e0e97c675b506a3 /src/quick/util/qquickspringanimation.cpp | |
parent | b13827d77e9a3d64a728036b3804638da62bbe40 (diff) |
Doc: Sanitized QML types
-modified \brief
-checked QML modules
-added qml directory to the qdocconf file
-added particles directory to the qdocconf file
Change-Id: I589e32d3106cda37c7fa4d55a941afd9876fc2b2
Reviewed-by: Geir Vattekar <[email protected]>
Diffstat (limited to 'src/quick/util/qquickspringanimation.cpp')
-rw-r--r-- | src/quick/util/qquickspringanimation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickspringanimation.cpp b/src/quick/util/qquickspringanimation.cpp index ad83bf158c..1f5b15cf77 100644 --- a/src/quick/util/qquickspringanimation.cpp +++ b/src/quick/util/qquickspringanimation.cpp @@ -345,7 +345,7 @@ void QQuickSpringAnimationPrivate::updateMode() \ingroup qml-animation-transition \inherits NumberAnimation - \brief The SpringAnimation element allows a property to track a value in a spring-like motion. + \brief Allows a property to track a value in a spring-like motion SpringAnimation mimics the oscillatory behavior of a spring, with the appropriate \l spring constant to control the acceleration and the \l damping to control how quickly the effect dies away. |