Adding references to the API
authorgastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 17 Apr 2012 20:33:59 +0000 (20:33 +0000)
committergastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 17 Apr 2012 20:33:59 +0000 (20:33 +0000)
Author:    Guilherme Iscaro <iscaro@profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@70281 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

38 files changed:
src/lib/elc_ctxpopup.h
src/lib/elc_dayselector.h
src/lib/elc_fileselector_button.h
src/lib/elc_fileselector_entry.h
src/lib/elc_hoversel.h
src/lib/elc_multibuttonentry.h
src/lib/elc_naviframe.h
src/lib/elc_popup.h
src/lib/elm_actionslider.h
src/lib/elm_bg.h
src/lib/elm_bubble.h
src/lib/elm_button.h
src/lib/elm_calendar.h
src/lib/elm_check.h
src/lib/elm_clock.h
src/lib/elm_diskselector.h
src/lib/elm_entry.h
src/lib/elm_flip.h
src/lib/elm_flipselector.h
src/lib/elm_frame.h
src/lib/elm_genlist.h
src/lib/elm_gesture_layer.h
src/lib/elm_hover.h
src/lib/elm_icon.h
src/lib/elm_layout.h
src/lib/elm_list.h
src/lib/elm_mapbuf.h
src/lib/elm_menu.h
src/lib/elm_notify.h
src/lib/elm_panel.h
src/lib/elm_panes.h
src/lib/elm_progressbar.h
src/lib/elm_radio.h
src/lib/elm_scroller.h
src/lib/elm_segment_control.h
src/lib/elm_slider.h
src/lib/elm_spinner.h
src/lib/elm_toolbar.h

index 45c1b19..67a7b9f 100644 (file)
  * @li "default" - Title label in the title area
  *
  * Supported elm_object common APIs.
- * @li elm_object_disabled_set
- * @li elm_object_disabled_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
- * @li elm_object_signal_emit
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
+ * @li @ref elm_object_disabled_set
+ * @li @ref elm_object_disabled_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
  *
  * Supported elm_object_item common APIs.
- * @li elm_object_item_disabled_set
- * @li elm_object_item_disabled_get
- * @li elm_object_item_part_text_set
- * @li elm_object_item_part_text_get
- * @li elm_object_item_part_content_set
- * @li elm_object_item_part_content_get
- * @li elm_object_item_signal_emit
+ * @li @ref elm_object_item_disabled_set
+ * @li @ref elm_object_item_disabled_get
+ * @li @ref elm_object_item_part_text_set
+ * @li @ref elm_object_item_part_text_get
+ * @li @ref elm_object_item_part_content_set
+ * @li @ref elm_object_item_part_content_get
+ * @li @ref elm_object_item_signal_emit
  *
  * @ref tutorial_ctxpopup shows the usage of a good deal of the API.
  * @{
index e5e5088..6b1497d 100644 (file)
  *
  * Supported elm_object_item common APIs.
  *
- * @li elm_object_part_text_set,
- * @li elm_object_part_text_get,
- * @li elm_object_part_content_set,
- * @li elm_object_part_content_get,
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_part_text_set,
+ * @li @ref elm_object_part_text_get,
+ * @li @ref elm_object_part_content_set,
+ * @li @ref elm_object_part_content_get,
+ * @li @ref elm_object_part_content_unset
  *
  * @li "day0" indicates Sunday, "day1" indicates Monday etc. continues and so,
  * "day6" indicates the Saturday part name.
index 725677b..3eab292 100644 (file)
  * @li "icon" - Icon of the fileselector_button
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
- * @li elm_object_disabled_set
- * @li elm_object_disabled_get
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
+ * @li @ref elm_object_disabled_set
+ * @li @ref elm_object_disabled_get
  *
  * Here is an example on its usage:
  * @li @ref fileselector_button_example
index 53640c5..8703e42 100644 (file)
  * @li "button icon" - Button icon of the fileselector_entry
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
- * @li elm_object_disabled_set
- * @li elm_object_disabled_get
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
+ * @li @ref elm_object_disabled_set
+ * @li @ref elm_object_disabled_get
  *
  * Here is an example on its usage:
  * @li @ref fileselector_entry_example
index a17fdbe..1f60849 100644 (file)
  * @li "default" - Label of the hoversel
  *
  * Supported elm_object common APIs.
- * @li elm_object_disabled_set
- * @li elm_object_disabled_get
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_disabled_set
+ * @li @ref elm_object_disabled_get
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_unset
  *
  * Supported elm_object_item common APIs.
  * @li elm_object_item_part_text_get
index d747098..af3ce87 100644 (file)
  * @li "default" - A label of the multibuttonentry item
  *
  * Supported elm_object common APIs.
- * @li elm_object_signal_emit
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
  *
  * Supported elm_object_item common APIs.
- * @li elm_object_item_part_text_set
- * @li elm_object_item_part_text_get
+ * @li @ref elm_object_item_part_text_set
+ * @li @ref elm_object_item_part_text_get
  *
  */
 
index fd4f265..c17147c 100644 (file)
  * @li "subtitle" - Sub-title label in the title area
  *
  * Supported elm_object common APIs.
- * @li elm_object_signal_emit
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * Supported elm_object_item common APIs.
- * @li elm_object_item_part_text_set
- * @li elm_object_item_part_text_get
- * @li elm_object_item_part_content_set
- * @li elm_object_item_part_content_get
- * @li elm_object_item_part_content_unset
- * @li elm_object_item_signal_emit
+ * @li @ref elm_object_item_part_text_set
+ * @li @ref elm_object_item_part_text_get
+ * @li @ref elm_object_item_part_content_set
+ * @li @ref elm_object_item_part_content_get
+ * @li @ref elm_object_item_part_content_unset
+ * @li @ref elm_object_item_signal_emit
  */
 
 /**
index b20301b..14687af 100644 (file)
  * @li "default" - Item's label
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * Supported elm_object_item common APIs.
- * @li elm_object_item_disabled_set
- * @li elm_object_item_disabled_get
- * @li elm_object_item_part_text_set
- * @li elm_object_item_part_text_get
- * @li elm_object_item_part_content_set
- * @li elm_object_item_part_content_get
- * @li elm_object_item_signal_emit
- * @li elm_object_item_del
+ * @li @ref elm_object_item_disabled_set
+ * @li @ref elm_object_item_disabled_get
+ * @li @ref elm_object_item_part_text_set
+ * @li @ref elm_object_item_part_text_get
+ * @li @ref elm_object_item_part_content_set
+ * @li @ref elm_object_item_part_content_get
+ * @li @ref elm_object_item_signal_emit
+ * @li @ref elm_object_item_del
  *
  * Here are some sample code to illustrate Popup usage:
  * @li @ref popup_example_01_c
index 5c191cc..1be91fc 100644 (file)
@@ -35,8 +35,8 @@
  * @li "center" - A center label of the actionslider
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
  *
  * See an example of actionslider usage @ref actionslider_example_page "here"
  * @{
index d7a8251..6ba62b1 100644 (file)
@@ -18,9 +18,9 @@
  * @li "overlay" - overlay of the bg
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * Here is some sample code using it:
  * @li @ref bg_01_example_page
index 16fc8df..9f97ec1 100644 (file)
  * @li "info" - info of the bubble
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * For an example of using a bubble see @ref bubble_01_example_page "this".
  *
index c5eeba4..5893898 100644 (file)
  * @li "default" - Label of the button
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
- * @li elm_object_signal_emit
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
  *
  * Here is some sample code using it:
  * @li @ref button_example_00
index 761fc18..9f71b9b 100644 (file)
@@ -16,9 +16,9 @@
  * - @c "changed" - emitted when the date in the calendar is changed.
  *
  * Supported elm_object common APIs.
- * @li elm_object_signal_emit
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
  *
  * Here is some sample code using it:
  * @li @ref calendar_example_01
index b495fce..7bdf13b 100644 (file)
  * @li "off" - Off state label of the check
  *
  * Supported elm_object common APIs.
- * @li elm_object_disabled_set
- * @li elm_object_disabled_get
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
- * @li elm_object_signal_emit
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
+ * @li @ref elm_object_disabled_set
+ * @li @ref elm_object_disabled_get
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
  *
  * @ref tutorial_check should give you a firm grasp of how to use this widget.
  *
index fbe9ba0..d8012ef 100644 (file)
@@ -34,9 +34,9 @@
  * - "changed" - the clock's user changed the time
  *
  * Supported elm_object common APIs.
- * @li elm_object_signal_emit
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
  *
  * Here is an example on its usage:
  * @li @ref clock_example
index 0c915e8..76eed8d 100644 (file)
  * @li "default" - Label of the diskselector item
  *
  * Supported elm_object_item common APIs.
- * @li elm_object_item_part_text_set
- * @li elm_object_item_part_text_get
- * @li elm_object_item_part_content_set
- * @li elm_object_item_part_content_get
+ * @li @ref elm_object_item_part_text_set
+ * @li @ref elm_object_item_part_text_get
+ * @li @ref elm_object_item_part_content_set
+ * @li @ref elm_object_item_part_content_get
  *
  * List of examples:
  * @li @ref diskselector_example_01
@@ -438,4 +438,3 @@ EAPI Elm_Object_Item *elm_diskselector_item_next_get(const Elm_Object_Item *it);
 /**
  * @}
  */
-
index 3660e3c..0621caa 100644 (file)
  * @li "default" - text of the entry
  *
  * Supported elm_object common APIs.
- * @li elm_object_signal_emit
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
- * @li elm_object_disabled_set
- * @li elm_object_disabled_get
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
+ * @li @ref elm_object_disabled_set
+ * @li @ref elm_object_disabled_get
  *
  * @section entry-examples
  *
index b292c77..124809b 100644 (file)
@@ -24,9 +24,9 @@
  * @li "back" - A back content of the flip
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * @ref tutorial_flip show how to use most of the API.
  *
index 03df5bc..bdc52df 100644 (file)
  * @li "default" - label of the flipselector item
  *
  * Supported elm_object common APIs.
- * @li elm_object_disabled_set
- * @li elm_object_disabled_get
+ * @li @ref elm_object_disabled_set
+ * @li @ref elm_object_disabled_get
  *
  * Supported elm_object_item common APIs.
- * @li elm_object_item_text_set
- * @li elm_object_item_part_text_set
- * @li elm_object_item_signal_emit
+ * @li @ref elm_object_item_text_set
+ * @li @ref elm_object_item_part_text_set
+ * @li @ref elm_object_item_signal_emit
  *
  * Here is an example on its usage:
  * @li @ref flipselector_example
index 74eba2a..58c3d93 100644 (file)
  * @li "default" - Label of the frame
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * For a detailed example see the @ref tutorial_frame.
  *
index 1df476c..7b94b5d 100644 (file)
  * - @c "tree,effect,finished" - This is called when a genlist tree effect is finished.
  *
  * Supported elm_object common APIs
- * @li elm_object_signal_emit()
+ * @li @ref elm_object_signal_emit()
  *
  * Supported elm_object_item common APIs
- * @li elm_object_item_part_content_get()
- * @li elm_object_item_part_text_get()
- * @li elm_object_item_disabled_set()
- * @li elm_object_item_disabled_get()
- * @li elm_object_item_signal_emit()
+ * @li @ref elm_object_item_part_content_get()
+ * @li @ref elm_object_item_part_text_get()
+ * @li @ref elm_object_item_disabled_set()
+ * @li @ref elm_object_item_disabled_get()
+ * @li @ref elm_object_item_signal_emit()
  *
  * Unsupported elm_object_item common APIs due to the genlist concept.
  * Genlist fills content/text according to the appropriate callback functions.
  * Please use elm_genlist_item_update() or elm_genlist_item_fields_update()
  * instead.
- * @li elm_object_item_part_content_set()
- * @li elm_object_item_part_content_unset()
- * @li elm_object_item_part_text_set()
+ * @li @ref elm_object_item_part_content_set()
+ * @li @ref elm_object_item_part_content_unset()
+ * @li @ref elm_object_item_part_text_set()
  *
  * @section Genlist_Examples Examples
  *
index 48cd027..b24babb 100644 (file)
@@ -57,8 +57,8 @@
  * and ends when no fingers touches surface (a *UP event).
  *
  * Supported elm_object common APIs.
- * @li elm_object_disabled_set
- * @li elm_object_disabled_get
+ * @li @ref elm_object_disabled_set
+ * @li @ref elm_object_disabled_get
  *
  */
 
index 21dd4b5..1413098 100644 (file)
  * using it will be deleted, and vice-versa.
  *
  * Supported elm_object common APIs.
- * @li elm_object_signal_emit
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * See @ref tutorial_hover for more information.
  *
index 0cbae88..08d6c11 100644 (file)
@@ -65,9 +65,9 @@
  * "clicked" - This is called when a user has clicked the icon
  *
  * Supported elm_object common APIs.
- * @li elm_object_signal_emit
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
  *
  * An example of usage for this API follows:
  * @li @ref tutorial_icon
index cc45e11..84ecbff 100644 (file)
  * table
  *
  * Supported elm_object common APIs.
- * @li elm_object_signal_emit
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * @section secExamples Examples
  *
index 9038a91..933a28e 100644 (file)
  * @li "default" - label in the list item
  *
  * Supported elm_object_item common APIs.
- * @li elm_object_item_disabled_set
- * @li elm_object_item_disabled_get
- * @li elm_object_item_part_text_set
- * @li elm_object_item_part_text_get
- * @li elm_object_item_part_content_set
- * @li elm_object_item_part_content_get
- * @li elm_object_item_part_content_unset
+ * @li @ref elm_object_item_disabled_set
+ * @li @ref elm_object_item_disabled_get
+ * @li @ref elm_object_item_part_text_set
+ * @li @ref elm_object_item_part_text_get
+ * @li @ref elm_object_item_part_content_set
+ * @li @ref elm_object_item_part_content_get
+ * @li @ref elm_object_item_part_content_unset
  *
  * List of examples:
  * @li @ref list_example_01
index 91422bf..462d758 100644 (file)
@@ -16,9 +16,9 @@
  * @li "default" - A content of the mapbuf
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * To enable map, elm_mapbuf_enabled_set() should be used.
  *
index 36a0423..fcb40e1 100644 (file)
  * @li "default" - label in the menu item
  *
  * Supported elm_object_item common APIs.
- * @li elm_object_item_part_text_set
- * @li elm_object_item_part_text_get
- * @li elm_object_item_part_content_set
- * @li elm_object_item_part_content_get
- * @li elm_object_item_disabled_set
- * @li elm_object_item_disabled_get
+ * @li @ref elm_object_item_part_text_set
+ * @li @ref elm_object_item_part_text_get
+ * @li @ref elm_object_item_part_content_set
+ * @li @ref elm_object_item_part_content_get
+ * @li @ref elm_object_item_disabled_set
+ * @li @ref elm_object_item_disabled_get
  *
  * @see @ref tutorial_menu
  * @{
index bd05505..0fab742 100644 (file)
@@ -18,9 +18,9 @@
  * @li "default" - A content of the notify
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * @ref tutorial_notify show usage of the API.
  *
index 391d447..fabbcc0 100644 (file)
  * @li "default" - A content of the panel
  *
  * Supported elm_object common APIs.
- * @li elm_object_signal_emit
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * @ref tutorial_panel shows one way to use this widget.
  * @{
index 9fbf6f8..f0fa004 100644 (file)
@@ -31,9 +31,9 @@
  * top.
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * Here is an example on its usage:
  * @li @ref panes_example
index 69475dc..5b08d72 100644 (file)
  * @li "icon" - An icon of the progressbar
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * Here is an example on its usage:
  * @li @ref progressbar_example
index 5bb82a7..388e720 100644 (file)
  * @li "icon" - An icon of the radio
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
- * @li elm_object_disabled_set
- * @li elm_object_disabled_get
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
+ * @li @ref elm_object_disabled_set
+ * @li @ref elm_object_disabled_get
  *
  * @ref tutorial_radio show most of this API in action.
  * @{
index d9eca52..b1ad844 100644 (file)
  * @li "default" - A content of the scroller
  *
  * Supported elm_object common APIs.
- * @li elm_object_signal_emit
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * In @ref tutorial_scroller you'll find an example of how to use most of
  * this API.
index 16bf06f..02cb7ed 100644 (file)
  * @li elm_object_disabled_get
  *
  * Supported elm_object_item common APIs.
- * @li elm_object_item_part_text_set
- * @li elm_object_item_part_text_get
- * @li elm_object_item_part_content_set
- * @li elm_object_item_part_content_get
+ * @li @ref elm_object_item_part_text_set
+ * @li @ref elm_object_item_part_text_get
+ * @li @ref elm_object_item_part_content_set
+ * @li @ref elm_object_item_part_content_get
  *
  * Here is an example on its usage:
  * @li @ref segment_control_example
index 4e5d2bf..5375aaf 100644 (file)
  * @li "default" - Label of the slider
  *
  * Supported elm_object common APIs.
- * @li elm_object_disabled_set
- * @li elm_object_disabled_get
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_disabled_set
+ * @li @ref elm_object_disabled_get
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * Here is an example on its usage:
  * @li @ref slider_example
index 37fb61a..114a090 100644 (file)
  * - @c "vertical": up/down buttons at the right side and text left aligned.
  *
  * Supported elm_object common APIs.
- * @li elm_object_signal_emit
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
- * @li elm_object_disabled_set
- * @li elm_object_disabled_get
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
+ * @li @ref elm_object_disabled_set
+ * @li @ref elm_object_disabled_get
  *
  * Here is an example on its usage:
  * @ref spinner_example
index 27b2903..6b01030 100644 (file)
  * @li "default" - label of the toolbar item
  *
  * Supported elm_object_item common APIs.
- * @li elm_object_item_disabled_set
- * @li elm_object_item_disabled_get
- * @li elm_object_item_part_text_set
- * @li elm_object_item_part_text_get
+ * @li @ref elm_object_item_disabled_set
+ * @li @ref elm_object_item_disabled_get
+ * @li @ref elm_object_item_part_text_set
+ * @li @ref elm_object_item_part_text_get
  *
  * List of examples:
  * @li @ref toolbar_example_01