From: Daniel Kolesa Date: Thu, 2 Jul 2015 13:31:07 +0000 (+0100) Subject: fileselector: convert docs X-Git-Tag: v1.15.0-alpha1~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c276485560df3e2b6f22392de4eca7e652aefd52;p=platform%2Fupstream%2Felementary.git fileselector: convert docs --- 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.]] } } }