From e6fc1ded6edf843f21340587a77fabaf495169d7 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 16 Oct 2018 21:30:42 +0900 Subject: [PATCH] interface gfx_path: fix incorrect doc content. --- src/lib/efl/interfaces/efl_gfx_path.eo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/efl/interfaces/efl_gfx_path.eo b/src/lib/efl/interfaces/efl_gfx_path.eo index 730ec8ba91..bef075afe4 100644 --- a/src/lib/efl/interfaces/efl_gfx_path.eo +++ b/src/lib/efl/interfaces/efl_gfx_path.eo @@ -7,7 +7,7 @@ mixin Efl.Gfx.Path methods { @property path { [[Set the list of commands and points to be used to create the - content of shape. + content of path. See \@ref efl_gfx_path interface for how to create a command list. @@ -51,7 +51,7 @@ mixin Efl.Gfx.Path } /* FIXME: Return a new object!!! */ copy_from { - [[Copy the shape data from the object specified. + [[Copy the path data from the object specified. @since 1.18 ]] @@ -69,7 +69,7 @@ mixin Efl.Gfx.Path } } reset { - [[Reset the shape data of the shape object. + [[Reset the path data of the path object. @since 1.18 ]]