efl interface: update efl_gfx_shape_stroke_dash doc.
authorHermet Park <hermetpark@gmail.com>
Mon, 12 Nov 2018 14:08:48 +0000 (23:08 +0900)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 20 Nov 2018 06:58:45 +0000 (15:58 +0900)
src/lib/efl/interfaces/efl_gfx_shape.eo

index 6ad4917..54dcfe8 100644 (file)
@@ -58,7 +58,12 @@ mixin Efl.Gfx.Shape (Efl.Gfx.Path)
          }
       }
       @property stroke_dash {
-         [[Not implemented]]
+         [[Set stroke dash pattern. A dash pattern is specified by dashes,
+           an array of Efl_Gfx_Dash. Efl_Gfx_Dash values(length, gap)
+           must be positive.
+
+           See also \@ref Efl_Gfx_Dash
+         ]]
          set {
          }
          get {