tasn pushed a commit to branch master.

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

commit d353b88625b96b52b55abe8a1ab90e423b8551b3
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu Aug 6 14:56:47 2015 +0100

    Elm slideshow item: migrate docs.
---
 src/lib/elm_slideshow_item.eo | 38 +++++++++++++++-----------------------
 1 file changed, 15 insertions(+), 23 deletions(-)

diff --git a/src/lib/elm_slideshow_item.eo b/src/lib/elm_slideshow_item.eo
index 62b21cc..b065fc1 100644
--- a/src/lib/elm_slideshow_item.eo
+++ b/src/lib/elm_slideshow_item.eo
@@ -3,35 +3,27 @@ class Elm.Slideshow_Item(Elm.Widget_Item)
    eo_prefix: elm_obj_slideshow_item;
    methods {
       show {
-            /*@
-             Display a given slideshow widget's item, programmatically.
+           [[Display a given slideshow widget's item, programmatically.
 
-             The change between the current item and @p item will use the
-             transition @p obj is set to use (@see
-             elm_slideshow_transition_set()).
+             The change between the current item and $item will use the
+             transition $obj is set to use.
 
-             @ingroup Slideshow
-            */
+             See: Elm.Slidshow.transition.get]]
+             /* FIXME Make a proper ref ^ */
         }
       object_get @const {
-             /*@
-              Get the real Evas object created to implement the view of a
-              given slideshow item
+           [[Get the real Evas object created to implement the view of a given 
slideshow item.
 
-              This returns the actual Evas object used to implement the
-              specified slideshow item's view. This may be @c NULL, as it may
-              not have been created or may have been deleted, at any time, by
-              the slideshow. <b>Do not modify this object</b> (move, resize,
-              show, hide, etc.), as the slideshow is controlling it. This
-              function is for querying, emitting custom signals or hooking
-              lower level callbacks for events on that object. Do not delete
-              this object under any circumstances.
+             This returns the actual Evas object used to implement the
+             specified slideshow item's view. This may be $null, as it may
+             not have been created or may have been deleted, at any time, by
+             the slideshow. **Do not modify this object** (move, resize,
+             show, hide, etc.), as the slideshow is controlling it. This
+             function is for querying, emitting custom signals or hooking
+             lower level callbacks for events on that object. Do not delete
+             this object under any circumstances.]]
 
-              @see elm_object_item_data_get()
-
-              @ingroup Slideshow
-              */
-             return: Evas.Object*;
+           return: Evas.Object*;
         }
    }
    implements {

-- 


Reply via email to