summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-12 13:26:33 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-09-12 13:26:33 +0200
commit7c1508cb43ff8302267a7f0b4f951cf2e09c3533 (patch)
tree3aab6689dffe9039c3a6e64569df79135c8aa4ec
parente18bce720d78a3e2bd910afb506173268b9e18d6 (diff)
downloadefl-7c1508cb43ff8302267a7f0b4f951cf2e09c3533.tar.gz
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
-rw-r--r--src/lib/efl/interfaces/efl_gfx_path.eo8
1 files 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.]]