evas vg: Eolian doc conversion of vg.
authorSrivardhan Hebbar <sri.hebbar@samsung.com>
Thu, 23 Jul 2015 09:43:04 +0000 (10:43 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Thu, 23 Jul 2015 09:43:04 +0000 (10:43 +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/D2857

src/lib/evas/canvas/evas_vg.eo

index 412a9e1..9f466d4 100644 (file)
@@ -5,17 +5,16 @@ class Evas.VG (Evas.Object, Efl.Gfx.Fill, Efl.Gfx.View)
    methods {
       @property root_node {
          get {
-            /*@
-              Get the root node of the evas_object_vg.
+            [[Get the root node of the evas_object_vg.
 
-              @note To manually create the shape object and show in the Vg
+              Note: To manually create the shape object and show in the Vg
                     object canvas you must create the hirarchy and set the
                     parent as root node.
-              @since 1.14
-            */
+
+              @since 1.14]]
          }
          values {
-            container: Efl_VG *; /*@ Root node of the VG canvas */
+            container: Efl_VG *; [[Root node of the VG canvas.]]
          }
       }
    }