xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7c1508cb43ff8302267a7f0b4f951cf2e09c3533

commit 7c1508cb43ff8302267a7f0b4f951cf2e09c3533
Author: Marcel Hollerbach <[email protected]>
Date:   Thu Sep 12 13:26:33 2019 +0200

    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 9130f3d9e3..42a44607ac 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.]]

-- 


Reply via email to