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