xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c836d827748af5b1cb21b3a08327edd0660cbdab
commit c836d827748af5b1cb21b3a08327edd0660cbdab Author: Xavi Artigas <[email protected]> Date: Fri Jan 3 16:14:45 2020 +0100 docs: whitespace and punctuation of Efl.Canvas.Animation_Scale --- src/lib/evas/canvas/efl_canvas_animation_scale.eo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/evas/canvas/efl_canvas_animation_scale.eo b/src/lib/evas/canvas/efl_canvas_animation_scale.eo index ab691617b4..1bde1a07f6 100644 --- a/src/lib/evas/canvas/efl_canvas_animation_scale.eo +++ b/src/lib/evas/canvas/efl_canvas_animation_scale.eo @@ -48,7 +48,9 @@ class Efl.Canvas.Animation_Scale extends Efl.Canvas.Animation values { from_scale: Eina.Vector2; [[Initial scale value.]] to_scale: Eina.Vector2; [[Ending scale value.]] - pivot_point: Eina.Position2D; [[Position of the pivot point relative to the canvas. If $null the target passed to @Efl.Canvas.Animation.animation_apply is used as pivot element]] + pivot_point: Eina.Position2D; [[Position of the pivot point relative to the canvas. + If $null the target passed to @Efl.Canvas.Animation.animation_apply + is used as pivot element.]] } } } --
