From 164896606aab543fae317c10802d99f12747352d Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Thu, 12 Sep 2019 13:26:33 +0200 Subject: [PATCH] efl_gfx_path: insert @ to link docs proberly Summary: Depends on D9921 Reviewers: segfaultxavi Reviewed By: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9922 --- src/lib/efl/interfaces/efl_gfx_path.eo | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/lib/efl/interfaces/efl_gfx_path.eo b/src/lib/efl/interfaces/efl_gfx_path.eo index 9130f3d..42a4460 100644 --- a/src/lib/efl/interfaces/efl_gfx_path.eo +++ b/src/lib/efl/interfaces/efl_gfx_path.eo @@ -104,10 +104,8 @@ mixin @beta Efl.Gfx.Path requires Efl.Object } } append_squadratic_to { - [[Same as efl_gfx_path_append_quadratic_to() api only difference is + [[Same as @.append_quadratic_to api only difference is that it uses the current control point to draw the bezier. - - See also @.append_quadratic_to. ]] params { @in x: double; [[X co-ordinate of end point of the line.]] @@ -130,10 +128,8 @@ mixin @beta Efl.Gfx.Path requires Efl.Object } } append_scubic_to { - [[Same as efl_gfx_path_append_cubic_to() api only difference is that it + [[Same as @.append_cubic_to api only difference is that it uses the current control point to draw the bezier. - - See also @.append_cubic_to. ]] params { @in x: double; [[X co-ordinate of end point of the line.]] -- 2.7.4