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
This commit is contained in:
Marcel Hollerbach 2019-09-12 13:26:33 +02:00 committed by Xavi Artigas
parent e18bce720d
commit 7c1508cb43
1 changed files with 2 additions and 6 deletions

View File

@ -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.]]