summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/bezierevaluator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/backend/bezierevaluator.cpp')
-rw-r--r--src/animation/backend/bezierevaluator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/animation/backend/bezierevaluator.cpp b/src/animation/backend/bezierevaluator.cpp
index 2752904fc..a56dc7007 100644
--- a/src/animation/backend/bezierevaluator.cpp
+++ b/src/animation/backend/bezierevaluator.cpp
@@ -101,6 +101,8 @@ float BezierEvaluator::valueForTime(float time) const
}
/*!
+ \internal
+
Calculates the value of the Bezier parameter, u, for the
requested time which is the x coordinate of the Keyframes.