q66 pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=9f6b0b941d0bc1bc713163d2b337ab9afe089a9c

commit 9f6b0b941d0bc1bc713163d2b337ab9afe089a9c
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Fri Jul 3 15:54:14 2015 +0100

    route: convert docs
---
 src/lib/elm_route.eo | 30 +++++++++++++-----------------
 1 file changed, 13 insertions(+), 17 deletions(-)

diff --git a/src/lib/elm_route.eo b/src/lib/elm_route.eo
index 048bffb..2aa7562 100644
--- a/src/lib/elm_route.eo
+++ b/src/lib/elm_route.eo
@@ -4,7 +4,7 @@ class Elm.Route (Elm.Widget)
    methods {
       @property emap {
          set {
-            /*@ No description supplied by the EAPI. */
+            [[No description supplied by the EAPI.]]
          }
          values {
             emap: void *;
@@ -12,32 +12,28 @@ class Elm.Route (Elm.Widget)
       }
       @property longitude_min_max {
          get {
-            /*@
-            Get the minimum and maximum values along the longitude.
+            [[Get the minimum and maximum values along the longitude.
 
-            @note If only one value is needed, the other pointer can be passed
-            as @c NULL.
-
-            @ingroup Route */
+              Note: If only one value is needed, the other pointer can be
+              passed as null.
+            ]]
          }
          values {
-            min: double; /*@ Pointer to store the minimum value. */
-            max: double; /*@ Pointer to store the maximum value. */
+            min: double; [[Pointer to store the minimum value.]]
+            max: double; [[Pointer to store the maximum value.]]
          }
       }
       @property latitude_min_max {
          get {
-            /*@
-            Get the minimum and maximum values along the latitude.
-
-            @note If only one value is needed, the other pointer can be passed
-            as @c NULL.
+            [[Get the minimum and maximum values along the latitude.
 
-            @ingroup Route */
+              Note: If only one value is needed, the other pointer can be
+              passed as null.
+            ]]
          }
          values {
-            min: double; /*@ Pointer to store the minimum value. */
-            max: double; /*@ Pointer to store the maximum value. */
+            min: double; [[Pointer to store the minimum value.]]
+            max: double; [[Pointer to store the maximum value.]]
          }
       }
    }

-- 


Reply via email to