tasn pushed a commit to branch master.

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

commit de2e30ad06264b1b593793253bbac0b4401cefce
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu Aug 6 14:25:44 2015 +0100

    Multibuttonentry item: Migrate docs to new eolian format.
---
 src/lib/elm_multibuttonentry_item.eo | 37 ++++++++----------------------------
 1 file changed, 8 insertions(+), 29 deletions(-)

diff --git a/src/lib/elm_multibuttonentry_item.eo 
b/src/lib/elm_multibuttonentry_item.eo
index ad496c1..abaf450 100644
--- a/src/lib/elm_multibuttonentry_item.eo
+++ b/src/lib/elm_multibuttonentry_item.eo
@@ -3,43 +3,22 @@ class Elm.Multibuttonentry_Item(Elm.Widget_Item)
    eo_prefix: elm_obj_multibuttonentry_item;
    methods {
         @property selected {
+             [[Control the selected state of an item]]
              get {
-                 /*@
-                  Get the selected state of an item
-
-                  @ingroup Multibuttonentry
-                 */
              }
              set {
-                 /*@
-                  Set the selected state of an item
-
-                  @ingroup Multibuttonentry
-                 */
              }
              values {
-                 selected: bool; /*@ EINA_TRUE if selected EINA_FALSE 
otherwise */
+                 selected: bool; [[$true if selected $false otherwise]]
              }
         }
-      prev_get @const {
-            /*@
-             Get the previous item in the multibuttonentry
-
-             @return The item before the item @p it
-
-             @ingroup Multibuttonentry
-            */
-            return: Elm_Object_Item *;
+        prev_get @const {
+             [[Get the previous item in the multibuttonentry]]
+             return: Elm_Object_Item *; [[The item before the item]]
         }
-      next_get @const {
-            /*@
-             Get the next item in the multibuttonentry
-
-             @return The item after the item @p it
-
-             @ingroup Multibuttonentry
-              */
-             return: Elm_Object_Item *;
+        next_get @const {
+             [[Get the next item in the multibuttonentry]]
+             return: Elm_Object_Item *; [[The item after the item]]
         }
    }
    implements {

-- 


Reply via email to