q66 pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=86198c512254a29447a158d4e644767b7420c774

commit 86198c512254a29447a158d4e644767b7420c774
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Fri Jul 3 15:55:11 2015 +0100

    separator: convert docs
---
 src/lib/elm_separator.eo | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/src/lib/elm_separator.eo b/src/lib/elm_separator.eo
index 8bb752e..9ce35cf 100644
--- a/src/lib/elm_separator.eo
+++ b/src/lib/elm_separator.eo
@@ -4,23 +4,13 @@ class Elm.Separator (Elm.Layout)
    methods {
       @property horizontal {
          set {
-            /*@
-            @brief Set the horizontal mode of a separator object
-
-            @ingroup Separator */
+            [[Set the horizontal mode of a separator object]]
          }
          get {
-            /*@
-            @brief Get the horizontal mode of a separator object
-
-            @return If true, the separator is horizontal
-
-            @see elm_separator_horizontal_set()
-
-            @ingroup Separator */
+            [[Get the horizontal mode of a separator object]]
          }
          values {
-            horizontal: bool; /*@ If true, the separator is horizontal */
+            horizontal: bool; [[If true, the separator is horizontal]]
          }
       }
    }

-- 


Reply via email to