doxygen docs: Fix several invalid refs in Elm
authorXavi Artigas <xavierartigas@yahoo.es>
Tue, 14 Apr 2020 16:13:12 +0000 (18:13 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 15 Apr 2020 22:54:45 +0000 (07:54 +0900)
src/lib/elementary/elm_bg_legacy.h
src/lib/elementary/elm_general.h
src/lib/elementary/elm_list_eo.h
src/lib/elementary/elm_list_eo.legacy.h
src/lib/elementary/elm_slideshow_eo.h
src/lib/elementary/elm_slideshow_eo.legacy.h

index 0869c97..bd8f375 100644 (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()
   *
index 3fe813a..82034c2 100644 (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
  *
index 4587ed0..4f1b57e 100644 (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.
  *
index 6885674..3a2e019 100644 (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.
  *
index 00dd7ae..2c9d82c 100644 (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
  */
index 3670d7c..ee1d6f7 100644 (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
  */