From f5fd3d17017c6b377a816385a1225f8dd52b5749 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 6 Aug 2015 14:25:44 +0100 Subject: [PATCH] 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/legacy/elementary/src/lib/elm_multibuttonentry_item.eo b/legacy/elementary/src/lib/elm_multibuttonentry_item.eo index ad496c1a8a..abaf450a8c 100644 --- a/legacy/elementary/src/lib/elm_multibuttonentry_item.eo +++ b/legacy/elementary/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 {