summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/functionrangefinder.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-06-13 15:06:53 +0200
committerNico Vertriest <nico.vertriest@qt.io>2017-06-19 11:59:02 +0000
commit87dd9e38902a8625c19113a9827a30eadffdb032 (patch)
treee4b9eef1b78bd033649ab7b8bfeef7285daa0355 /src/animation/backend/functionrangefinder.cpp
parent67216fee992710e9a9a3731811a852a9a31ed7ab (diff)
Doc: correct \property and \qmlproperty statements
functionrangefinder.cpp:54: warning: Invalid syntax in '\fn' qabstractclipanimator.cpp:127: warning: Unrecognizable QML module/component qualifier for bool running qabstractclipanimator.cpp:168: warning: Unrecognizable QML module/component qualifier for int loops qadditiveclipblend.cpp:173: warning: Unrecognizable QML module/component qualifier for AbstractClipBlendNode baseClip qadditiveclipblend.cpp:191: warning: Unrecognizable QML module/component qualifier for AbstractClipBlendNode additiveClip qabstractclipanimator.h:62: warning: No documentation for Qt3DAnimation::QAbstractClipAnimator::Loops Change-Id: Iab2686f55149a6998eac81ca0aab991b815b12d9 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/animation/backend/functionrangefinder.cpp')
-rw-r--r--src/animation/backend/functionrangefinder.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/animation/backend/functionrangefinder.cpp b/src/animation/backend/functionrangefinder.cpp
index 168b835ad..8c0e30f4a 100644
--- a/src/animation/backend/functionrangefinder.cpp
+++ b/src/animation/backend/functionrangefinder.cpp
@@ -51,11 +51,12 @@ namespace Animation {
interpolate for example.
*/
-/*!
+/*
\internal
- \fn findLowerBound
- Finds the lower bound index of a range that encloses the requested value.
+ int findLowerBound (float x)
+
+ Finds the lower bound index of a range that encloses the requested value \a x.
We use a technique which tries to be better than a simple bisection. Often when
performing interpolations, subsequent points are correlated with earlier calls.