evas polygon: Eolian doc conversion of polygon.
authorSrivardhan Hebbar <sri.hebbar@samsung.com>
Wed, 22 Jul 2015 09:41:39 +0000 (10:41 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Wed, 22 Jul 2015 09:41:39 +0000 (10:41 +0100)
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: cedric, tasn, q66

Reviewed By: q66

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2854

src/lib/evas/canvas/evas_polygon.eo

index 07b8956..4a7357a 100644 (file)
@@ -4,17 +4,14 @@ class Evas.Polygon (Evas.Object)
    eo_prefix: evas_obj_polygon;
    methods {
       point_add {
-         /*@
-         Adds the given point to the given evas polygon object.
-         @ingroup Evas_Polygon_Group */
+         [[Adds the given point to the given evas polygon object.]]
          params {
-            @in x: Evas.Coord; /*@ The X coordinate of the given point. */
-            @in y: Evas.Coord; /*@ The Y coordinate of the given point. */
+            @in x: Evas.Coord; [[The X coordinate of the given point.]]
+            @in y: Evas.Coord; [[The Y coordinate of the given point.]]
          }
       }
       points_clear {
-         /*@
-         Removes all of the points from the given evas polygon object. */
+         [[Removes all of the points from the given evas polygon object.]]
       }
    }
    implements {