interface gfx_path: fix incorrect doc content.

This commit is contained in:
Hermet Park 2018-10-16 21:30:42 +09:00
parent 7015dc03b4
commit e6fc1ded6e
1 changed files with 3 additions and 3 deletions

View File

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