q66 pushed a commit to branch master.

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

commit c276485560df3e2b6f22392de4eca7e652aefd52
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Thu Jul 2 14:31:07 2015 +0100

    fileselector: convert docs
---
 src/lib/elm_fileselector.eo | 31 ++++++++++++-------------------
 1 file changed, 12 insertions(+), 19 deletions(-)

diff --git a/src/lib/elm_fileselector.eo b/src/lib/elm_fileselector.eo
index 616a9cd..d1dd2e0 100644
--- a/src/lib/elm_fileselector.eo
+++ b/src/lib/elm_fileselector.eo
@@ -5,32 +5,25 @@ class Elm.Fileselector (Elm.Layout, 
Elm_Interface_Fileselector,
    methods {
       @property buttons_ok_cancel {
          set {
-            /*@
-            Enable/disable the "ok" and "cancel" buttons on a given file
-            selector widget
+            [[Enable/disable the "ok" and "cancel" buttons on a given file
+              selector widget
 
-            @note A file selector without those buttons will never emit the
-            @c "done" smart event, and is only usable if one is just hooking
-            to the other two events.
+              Note: A file selector without those buttons will never emit the
+              "done" smart event, and is only usable if one is just hooking
+              to the other two events.
 
-            @see elm_fileselector_buttons_ok_cancel_get()
-
-            @ingroup Fileselector */
+              See also @elm_fileselector_buttons_ok_cancel_get.
+            ]]
          }
          get {
-            /*@
-            Get whether the "ok" and "cancel" buttons on a given file
-            selector widget are being shown.
-
-            @return @c EINA_TRUE if they are being shown, @c EINA_FALSE
-            otherwise (and on errors)
-
-            @see elm_fileselector_buttons_ok_cancel_set() for more details
+            [[Get whether the "ok" and "cancel" buttons on a given file
+              selector widget are being shown.
 
-            @ingroup Fileselector */
+              See also @elm_fileselector_buttons_ok_cancel_set for more 
details.
+            ]]
          }
          values {
-            visible: bool; /*@ @c EINA_TRUE to show buttons, @c EINA_FALSE to 
hide. */
+            visible: bool; [[true to show buttons, false to hide.]]
          }
       }
    }

-- 


Reply via email to