From 3f84a3dd804972693fe9d615f0306e4aab78cce6 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Wed, 29 Nov 2017 11:47:09 +0900 Subject: [PATCH] Update doxygen comments Change-Id: I1c9705fbe86d10f9a0059fc8f57fbc2c02774c6f --- dali/public-api/animation/animation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali/public-api/animation/animation.h b/dali/public-api/animation/animation.h index 715c8ea..f44a1b1 100644 --- a/dali/public-api/animation/animation.h +++ b/dali/public-api/animation/animation.h @@ -261,7 +261,7 @@ public: * @brief Enables looping for 'count' repeats. * * A zero is the same as SetLooping(true) i.e. repeat forever. - * If Play() Stop() or 'count' loops is reached, the loop counter will reset. + * This function resets the looping value and should not be used with SetLooping(bool). * Setting this parameter does not cause the animation to Play(). * * @SINCE_1_1.20 -- 2.7.4