q66 pushed a commit to branch master.

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

commit 95b74a2dfefe2a405a7965a35e5e85d38938150c
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Thu Jul 2 15:16:36 2015 +0100

    fileselector_button: convert docs
---
 src/lib/elm_fileselector_button.eo | 103 ++++++++++++++++---------------------
 1 file changed, 44 insertions(+), 59 deletions(-)

diff --git a/src/lib/elm_fileselector_button.eo 
b/src/lib/elm_fileselector_button.eo
index 49ff20c..a253008 100644
--- a/src/lib/elm_fileselector_button.eo
+++ b/src/lib/elm_fileselector_button.eo
@@ -4,95 +4,80 @@ class Elm.Fileselector_Button (Elm.Button, 
Elm_Interface_Fileselector)
    methods {
       @property inwin_mode {
          set {
-            /*@
-            Set whether a given file selector button widget's internal file
-            selector will raise an Elementary "inner window", instead of a
-            dedicated Elementary window. By default, it depends on the current
-            profile.
-
-            @see elm_win_inwin_add() for more information on inner windows
-            @see elm_fileselector_button_inwin_mode_get()
-
-            @ingroup File_Selector_Button */
+            [[Set whether a given file selector button widget's internal file
+              selector will raise an Elementary "inner window", instead of a
+              dedicated Elementary window. By default, it depends on the
+              current profile.
+
+              See @elm_win_inwin_add for more information on inner windows.
+              See also @elm_fileselector_button_inwin_mode_get.
+            ]]
          }
          get {
-            /*@
-            Get whether a given file selector button widget's internal file
-            selector will raise an Elementary "inner window", instead of a
-            dedicated Elementary window.
-
-            @return @c EINA_TRUE if will use an inner window, @c EINA_TRUE
-            if it will use a dedicated window
+            [[Get whether a given file selector button widget's internal file
+              selector will raise an Elementary "inner window", instead of a
+              dedicated Elementary window.
 
-            @see elm_fileselector_button_inwin_mode_set() for more details
-
-            @ingroup File_Selector_Button */
+              See also @elm_fileselector_button_inwin_mode_set for more 
details.
+            ]]
          }
          values {
-            value: bool; /*@ @c EINA_TRUE to make it use an inner window, @c
-            EINA_FALSE to make it use a dedicated window */
+            value: bool; [[true to make it use an inner window, false to make
+                           it use a dedicated window]]
          }
       }
       @property window_size {
          set {
-            /*@
-            Set the size of a given file selector button widget's window,
-            holding the file selector itself.
-
-            @note it will only take any effect if the file selector button
-            widget is @b not under "inwin mode". The default size for the
-            window (when applicable) is 400x400 pixels.
+            [[Set the size of a given file selector button widget's window,
+              holding the file selector itself.
 
-            @see elm_fileselector_button_window_size_get()
+              Note: it will only take any effect if the file selector button
+              widget is not under "inwin mode". The default size for the
+              window (when applicable) is 400x400 pixels.
 
-            @ingroup File_Selector_Button */
+              See also @elm_fileselector_button_window_size_get.
+            ]]
          }
          get {
-            /*@
-            Get the size of a given file selector button widget's window,
-            holding the file selector itself.
+            [[Get the size of a given file selector button widget's window,
+              holding the file selector itself.
 
-            @note Use @c NULL pointers on the size values you're not
-            interested in: they'll be ignored by the function.
+              Note: Use null pointers on the size values you're not
+              interested in: they'll be ignored by the function.
 
-            @see elm_fileselector_button_window_size_set(), for more details
-
-            @ingroup File_Selector_Button */
+              See also @elm_fileselector_button_window_size_set for more
+              details.
+            ]]
          }
          values {
-            width: Evas.Coord; /*@ The window's width */
-            height: Evas.Coord; /*@ The window's height */
+            width: Evas.Coord; [[The window's width]]
+            height: Evas.Coord; [[The window's height]]
          }
       }
       @property window_title {
          set {
-            /*@
-            Set the title for a given file selector button widget's window
-
-            This will change the popup window's title, when the file selector 
pops
-            out after a click on the button. Those windows have the default
-            (unlocalized) value of @c "Select a file" as titles.
+            [[Set the title for a given file selector button widget's window
 
-            @note It will only take effect if the file selector
-            button widget is @b not under "inwin mode".
+              This will change the popup window's title, when the file selector
+              pops out after a click on the button. Those windows have the
+              default (unlocalized) value of "Select a file" as titles.
 
-            @see elm_fileselector_button_window_title_get()
+              Note: It will only take effect if the file selector
+              button widget is not under "inwin mode".
 
-            @ingroup File_Selector_Button */
+              See also @elm_fileselector_button_window_title_get.
+            ]]
          }
          get {
-            /*@
-            Get the title for a given file selector button widget's
+            [[Get the title for a given file selector button widget's
             window
 
-            @return Title of the file selector button's window
-
-            @see elm_fileselector_button_window_title_get() for more details
-
-            @ingroup File_Selector_Button */
+              See also @elm_fileselector_button_window_title_set for more
+              details.
+            ]]
          }
          values {
-            title: const(char)*; /*@ The title string */
+            title: const(char)*; [[The title string.]]
          }
       }
    }

-- 


Reply via email to