From 2631fabcac93ef7edb3dd5e6dd773a528b563fde Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 4 Dec 2017 16:43:12 +0100 Subject: [PATCH] docs: fill in missing docs for efl_animation_ eo classes --- src/lib/evas/canvas/efl_animation_alpha.eo | 1 + src/lib/evas/canvas/efl_animation_rotate.eo | 2 ++ src/lib/evas/canvas/efl_animation_scale.eo | 2 ++ src/lib/evas/canvas/efl_animation_translate.eo | 2 ++ 4 files changed, 7 insertions(+) diff --git a/src/lib/evas/canvas/efl_animation_alpha.eo b/src/lib/evas/canvas/efl_animation_alpha.eo index de1734a691..d5da203d19 100644 --- a/src/lib/evas/canvas/efl_animation_alpha.eo +++ b/src/lib/evas/canvas/efl_animation_alpha.eo @@ -6,6 +6,7 @@ class Efl.Animation.Alpha (Efl.Animation) data: Efl_Animation_Alpha_Data; methods { @property alpha { + [[Alpha property]] set { } get { diff --git a/src/lib/evas/canvas/efl_animation_rotate.eo b/src/lib/evas/canvas/efl_animation_rotate.eo index aef24fd136..2212de79d8 100644 --- a/src/lib/evas/canvas/efl_animation_rotate.eo +++ b/src/lib/evas/canvas/efl_animation_rotate.eo @@ -6,6 +6,7 @@ class Efl.Animation.Rotate (Efl.Animation) data: Efl_Animation_Rotate_Data; methods { @property rotate { + [[Rotate property]] set { } get { @@ -19,6 +20,7 @@ class Efl.Animation.Rotate (Efl.Animation) } } @property rotate_absolute { + [[Rotate absolute property]] set { } get { diff --git a/src/lib/evas/canvas/efl_animation_scale.eo b/src/lib/evas/canvas/efl_animation_scale.eo index 1bedd18c86..34f1ec1cf4 100644 --- a/src/lib/evas/canvas/efl_animation_scale.eo +++ b/src/lib/evas/canvas/efl_animation_scale.eo @@ -6,6 +6,7 @@ class Efl.Animation.Scale (Efl.Animation) data: Efl_Animation_Scale_Data; methods { @property scale { + [[Scale property]] set { } get { @@ -21,6 +22,7 @@ class Efl.Animation.Scale (Efl.Animation) } } @property scale_absolute { + [[Scale absolute property]] set { } get { diff --git a/src/lib/evas/canvas/efl_animation_translate.eo b/src/lib/evas/canvas/efl_animation_translate.eo index d1265bb5e6..68b7a77710 100644 --- a/src/lib/evas/canvas/efl_animation_translate.eo +++ b/src/lib/evas/canvas/efl_animation_translate.eo @@ -6,6 +6,7 @@ class Efl.Animation.Translate (Efl.Animation) data: Efl_Animation_Translate_Data; methods { @property translate { + [[Translate property]] set { } get { @@ -18,6 +19,7 @@ class Efl.Animation.Translate (Efl.Animation) } } @property translate_absolute { + [[Translate absolute property]] set { } get {