stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c13e2f2be0822897e02c09a219c3048a0e187d11
commit c13e2f2be0822897e02c09a219c3048a0e187d11 Author: Stefan Schmidt <[email protected]> Date: Mon Dec 4 16:33:57 2017 +0100 docs: fill in missing docs for efl_animation eo class --- src/lib/evas/canvas/efl_animation.eo | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/evas/canvas/efl_animation.eo b/src/lib/evas/canvas/efl_animation.eo index 9b5ca30eb7..d8a728d3b9 100644 --- a/src/lib/evas/canvas/efl_animation.eo +++ b/src/lib/evas/canvas/efl_animation.eo @@ -6,6 +6,7 @@ class Efl.Animation (Efl.Object) data: Efl_Animation_Data; methods { @property target { + [[Target object property]] set { } get { @@ -15,6 +16,7 @@ class Efl.Animation (Efl.Object) } } @property final_state_keep { + [[Keep final state property]] set { } get { @@ -24,6 +26,7 @@ class Efl.Animation (Efl.Object) } } @property duration { + [[Duration property]] set { } get { @@ -33,6 +36,7 @@ class Efl.Animation (Efl.Object) } } @property total_duration { + [[Total duration property]] get { } values { @@ -40,6 +44,7 @@ class Efl.Animation (Efl.Object) } } @property repeat_mode { + [[Repeat mode property]] set { } get { @@ -49,6 +54,7 @@ class Efl.Animation (Efl.Object) } } @property repeat_count { + [[Repeat count property]] set { } get { @@ -58,6 +64,7 @@ class Efl.Animation (Efl.Object) } } @property start_delay { + [[Start delay property]] set { } get { @@ -67,6 +74,7 @@ class Efl.Animation (Efl.Object) } } @property interpolator { + [[Interpolator property]] set { } get { --
