tasn pushed a commit to branch master.

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

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

    Hoversel item: migrate docs.
---
 src/lib/elm_hoversel_item.eo | 26 ++++++--------------------
 1 file changed, 6 insertions(+), 20 deletions(-)

diff --git a/src/lib/elm_hoversel_item.eo b/src/lib/elm_hoversel_item.eo
index 237a891..7484150 100644
--- a/src/lib/elm_hoversel_item.eo
+++ b/src/lib/elm_hoversel_item.eo
@@ -3,31 +3,17 @@ class Elm.Hoversel_Item(Elm.Widget_Item)
    eo_prefix: elm_obj_hoversel_item;
    methods {
         @property icon {
-             get {
-                 /*@
-                  @brief This sets the icon for the given hoversel item.
-
-                  The icon can be loaded from the standard set, from an image 
file, or from
-                  an edje file.
-
-                  @see elm_hoversel_item_add()
+             [[This controls the icon for the given hoversel item.
 
-                  @ingroup Hoversel
-                 */
+               The icon can be loaded from the standard set, from an image 
file, or from an edje file.]]
+             get {
              }
              set {
-                 /*@
-                  @brief Get the icon object of the hoversel item.
-
-                  @see elm_hoversel_item_add()
-
-                  @ingroup Hoversel
-                 */
              }
              values {
-                icon_file: const (char) * @nullable; /*@ An image file path on 
disk to use for the icon or standard icon name */
-                icon_group: const (char) * @nullable; /*@ The edje group to 
use if @p icon_file is an edje file. Set this to NULL if the icon is not an 
edje file */
-                icon_type: Elm_Icon_Type; /*@ The icon type */
+                icon_file: const (char) * @nullable; [[An image file path on 
disk to use for the icon or standard icon name]]
+                icon_group: const (char) * @nullable; [[The edje group to use 
if $icon_file is an edje file. Set this to NULL if the icon is not an edje 
file]]
+                icon_type: Elm_Icon_Type; [[The icon type]]
              }
         }
    }

-- 


Reply via email to