xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0da8051ee361212a418346e1e5a32f3097c306cf

commit 0da8051ee361212a418346e1e5a32f3097c306cf
Author: Xavi Artigas <[email protected]>
Date:   Tue Apr 14 18:13:12 2020 +0200

    doxygen docs: Fix several invalid refs in Elm
---
 src/lib/elementary/elm_bg_legacy.h           | 2 +-
 src/lib/elementary/elm_general.h             | 4 ++--
 src/lib/elementary/elm_list_eo.h             | 6 +++---
 src/lib/elementary/elm_list_eo.legacy.h      | 6 +++---
 src/lib/elementary/elm_slideshow_eo.h        | 2 +-
 src/lib/elementary/elm_slideshow_eo.legacy.h | 2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/lib/elementary/elm_bg_legacy.h 
b/src/lib/elementary/elm_bg_legacy.h
index 54f6b6aaf1..abbd0b3d2a 100644
--- a/src/lib/elementary/elm_bg_legacy.h
+++ b/src/lib/elementary/elm_bg_legacy.h
@@ -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()
   *
diff --git a/src/lib/elementary/elm_general.h b/src/lib/elementary/elm_general.h
index 8bc0ba695a..ff23de9f0f 100644
--- a/src/lib/elementary/elm_general.h
+++ b/src/lib/elementary/elm_general.h
@@ -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
  *
diff --git a/src/lib/elementary/elm_list_eo.h b/src/lib/elementary/elm_list_eo.h
index 4587ed0744..4f1b57e15e 100644
--- a/src/lib/elementary/elm_list_eo.h
+++ b/src/lib/elementary/elm_list_eo.h
@@ -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.
  *
diff --git a/src/lib/elementary/elm_list_eo.legacy.h 
b/src/lib/elementary/elm_list_eo.legacy.h
index 6885674baf..3a2e019c3a 100644
--- a/src/lib/elementary/elm_list_eo.legacy.h
+++ b/src/lib/elementary/elm_list_eo.legacy.h
@@ -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.
  *
diff --git a/src/lib/elementary/elm_slideshow_eo.h 
b/src/lib/elementary/elm_slideshow_eo.h
index 00dd7aeeb8..2c9d82cf80 100644
--- a/src/lib/elementary/elm_slideshow_eo.h
+++ b/src/lib/elementary/elm_slideshow_eo.h
@@ -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
  */
diff --git a/src/lib/elementary/elm_slideshow_eo.legacy.h 
b/src/lib/elementary/elm_slideshow_eo.legacy.h
index 3670d7c913..ee1d6f7597 100644
--- a/src/lib/elementary/elm_slideshow_eo.legacy.h
+++ b/src/lib/elementary/elm_slideshow_eo.legacy.h
@@ -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
  */

-- 


Reply via email to