q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b067b02b238a94f538675e3c7bd67dfc27420fff

commit b067b02b238a94f538675e3c7bd67dfc27420fff
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Fri Jun 26 14:00:36 2015 +0100

    evas_line: convert docs
---
 src/lib/evas/canvas/evas_line.eo | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/src/lib/evas/canvas/evas_line.eo b/src/lib/evas/canvas/evas_line.eo
index 398e383..3632ada 100644
--- a/src/lib/evas/canvas/evas_line.eo
+++ b/src/lib/evas/canvas/evas_line.eo
@@ -5,21 +5,22 @@ class Evas.Line (Evas.Object)
    methods {
       @property xy {
          set {
-            /*@
-            @since 1.8
+            [[Sets the coordinates of the end points of the given evas line
+              object.
 
-            Sets the coordinates of the end points of the given evas line 
object. */
+              @since 1.8
+            ]]
          }
          get {
-            /*@
-            Retrieves the coordinates of the end points of the given evas line 
object.
-            second end point. */
+            [[Retrieves the coordinates of the end points of the given evas
+              line object.
+            ]]
          }
          values {
-            x1: Evas_Coord(0); /*@ The X coordinate of the first point. */
-            y1: Evas_Coord(3); /*@ The Y coordinate of the first point. */
-            x2: Evas_Coord; /*@ The X coordinate of the second point. */
-            y2: Evas_Coord; /*@ The Y coordinate of the second point. */
+            x1: Evas_Coord(0); [[The X coordinate of the first point.]]
+            y1: Evas_Coord(3); [[The Y coordinate of the first point.]]
+            x2: Evas_Coord; [[The X coordinate of the second point.]]
+            y2: Evas_Coord; [[The Y coordinate of the second point.]]
          }
       }
    }

-- 


Reply via email to