doxygen docs: Fix several invalid refs in Elm

This commit is contained in:
Xavi Artigas 2020-04-14 18:13:12 +02:00
parent 34e6fb82c6
commit 0da8051ee3
6 changed files with 11 additions and 11 deletions

View File

@ -133,7 +133,7 @@ EAPI void elm_bg_option_set(Evas_Object *obj, Elm_Bg_Option option);
/**
* @brief Gets the mode of display of a given background widget's image
*
* @return The background option Elm.Bg.Option Default is #Elm_Bg_SCALE.
* @return The background option Elm.Bg.Option Default is #ELM_BG_OPTION_SCALE.
*
* @see elm_bg_option_set()
*

View File

@ -23,7 +23,7 @@
// Legacy types
#include "elm_general.eot.h"
/** Possible values for the #ELM_OBJECT_SELECT_MODE policy.
/** Possible values for the selection policy of some widgets.
*
* @since 1.7
*
@ -282,7 +282,7 @@ typedef enum
* regardless of config settings */
} Elm_Policy_Throttle;
/** Possible values for the #ELM_OBJECT_MULTI_SELECT_MODE policy.
/** Possible values for the multi-selection policy of some widgets.
*
* @since 1.8
*

View File

@ -270,7 +270,7 @@ EOAPI Elm_Widget_Item *elm_obj_list_selected_item_get(const Eo *obj);
*
* @param[in] obj The object.
*
* @return A @c list of list items, #Elm.Widget.Item, or @c NULL on failure.
* @return A @c list of list items, #Elm_Widget_Item, or @c NULL on failure.
*
* @ingroup Elm_List
*/
@ -297,7 +297,7 @@ EOAPI Elm_Widget_Item *elm_obj_list_first_item_get(const Eo *obj);
*
* @param[in] obj The object.
*
* @return An @c list of list items, #Elm.Widget.Item, or @c NULL on failure.
* @return An @c list of list items, #Elm_Widget_Item, or @c NULL on failure.
*
* @ingroup Elm_List
*/
@ -541,7 +541,7 @@ EOAPI void elm_obj_list_clear(Eo *obj);
* @param[in] func The function to call when the item is clicked.
* @param[in] data The data to associate with the item for related callbacks.
* @param[in] cmp_func The comparing function to be used to sort list items by
* #Elm.Widget.Item item handles. This function will receive two items and
* #Elm_Widget_Item item handles. This function will receive two items and
* compare them, returning a non-negative integer if the second item should be
* place after the first, or negative value if should be placed before.
*

View File

@ -263,7 +263,7 @@ EAPI Elm_Widget_Item *elm_list_selected_item_get(const Elm_List *obj);
*
* @param[in] obj The object.
*
* @return A @c list of list items, #Elm.Widget.Item, or @c NULL on failure.
* @return A @c list of list items, #Elm_Widget_Item, or @c NULL on failure.
*
* @ingroup Elm_List_Group
*/
@ -290,7 +290,7 @@ EAPI Elm_Widget_Item *elm_list_first_item_get(const Elm_List *obj);
*
* @param[in] obj The object.
*
* @return An @c list of list items, #Elm.Widget.Item, or @c NULL on failure.
* @return An @c list of list items, #Elm_Widget_Item, or @c NULL on failure.
*
* @ingroup Elm_List_Group
*/
@ -534,7 +534,7 @@ EAPI void elm_list_clear(Elm_List *obj);
* @param[in] func The function to call when the item is clicked.
* @param[in] data The data to associate with the item for related callbacks.
* @param[in] cmp_func The comparing function to be used to sort list items by
* #Elm.Widget.Item item handles. This function will receive two items and
* #Elm_Widget_Item item handles. This function will receive two items and
* compare them, returning a non-negative integer if the second item should be
* place after the first, or negative value if should be placed before.
*

View File

@ -200,7 +200,7 @@ EOAPI double elm_obj_slideshow_timeout_get(const Eo *obj);
*
* @param[in] obj The object.
*
* @return The list of items (#Elm.Widget.Item as data) or @c null on errors.
* @return The list of items (#Elm_Widget_Item as data) or @c null on errors.
*
* @ingroup Elm_Slideshow
*/

View File

@ -192,7 +192,7 @@ EAPI double elm_slideshow_timeout_get(const Elm_Slideshow *obj);
*
* @param[in] obj The object.
*
* @return The list of items (#Elm.Widget.Item as data) or @c null on errors.
* @return The list of items (#Elm_Widget_Item as data) or @c null on errors.
*
* @ingroup Elm_Slideshow_Group
*/