Update doxygen comments 68/162068/1
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 29 Nov 2017 02:47:09 +0000 (11:47 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 29 Nov 2017 02:47:09 +0000 (11:47 +0900)
Change-Id: I1c9705fbe86d10f9a0059fc8f57fbc2c02774c6f

dali/public-api/animation/animation.h

index 715c8ea..f44a1b1 100644 (file)
@@ -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