summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qkeyframeanimation.cpp
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 13:23:13 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-19 10:03:23 +0000
commit809c753359a6a6c5773b0494a46b1d82f3965db6 (patch)
tree764799cb91d0909cb61ae119a9b6e4e00bfdd05a /src/animation/frontend/qkeyframeanimation.cpp
parentbc544df60c1bf23df63df6ab8a017c7861319930 (diff)
Doc: Add missing dots (qt3d)
Task-number: QTBUG-68933 Change-Id: I4226b8b9d70548b6921948c5ea47520f40f5df98 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/animation/frontend/qkeyframeanimation.cpp')
-rw-r--r--src/animation/frontend/qkeyframeanimation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/animation/frontend/qkeyframeanimation.cpp b/src/animation/frontend/qkeyframeanimation.cpp
index 597b34cee..53d48a12b 100644
--- a/src/animation/frontend/qkeyframeanimation.cpp
+++ b/src/animation/frontend/qkeyframeanimation.cpp
@@ -45,7 +45,7 @@ namespace Qt3DAnimation {
/*!
\class Qt3DAnimation::QKeyframeAnimation
- \brief A class implementing simple keyframe animation to a QTransform
+ \brief A class implementing simple keyframe animation to a QTransform.
\inmodule Qt3DAnimation
\since 5.9
\inherits Qt3DAnimation::QAbstractAnimation
@@ -60,7 +60,7 @@ namespace Qt3DAnimation {
/*!
\qmltype KeyframeAnimation
- \brief A type implementing simple keyframe animation to a Transform
+ \brief A type implementing simple keyframe animation to a Transform.
\inqmlmodule Qt3D.Animation
\since 5.9
\inherits AbstractAnimation