interface gfx_path: fix incorrect doc content.
authorHermet Park <hermetpark@gmail.com>
Tue, 16 Oct 2018 12:30:42 +0000 (21:30 +0900)
committerYeongjong Lee <yj34.lee@samsung.com>
Thu, 8 Nov 2018 06:40:45 +0000 (15:40 +0900)
src/lib/efl/interfaces/efl_gfx_path.eo

index 730ec8b..bef075a 100644 (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
         ]]