stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d20cb419692523aa8755d6af8f5236856dd0c6f6
commit d20cb419692523aa8755d6af8f5236856dd0c6f6 Author: Stefan Schmidt <[email protected]> Date: Mon Oct 31 14:20:44 2016 +0100 docs: efl_animator: fill in missing docs for efl_animator interface --- src/lib/efl/interfaces/efl_animator.eo | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/efl/interfaces/efl_animator.eo b/src/lib/efl/interfaces/efl_animator.eo index 4eea0af..dd1322a 100644 --- a/src/lib/efl/interfaces/efl_animator.eo +++ b/src/lib/efl/interfaces/efl_animator.eo @@ -6,6 +6,7 @@ struct Efl.Event.Animator_Tick { } interface Efl.Animator { + [[Efl animator interface]] eo_prefix: efl_animator; event_prefix: efl; events { --
