raster pushed a commit to branch efl-1.20.

http://git.enlightenment.org/core/efl.git/commit/?id=48b74e171052aa79dce933ec7eda61fa7d903518

commit 48b74e171052aa79dce933ec7eda61fa7d903518
Author: Youngbok Shin <[email protected]>
Date:   Thu Oct 26 14:36:32 2017 +0900

    elementary index: fix wrong reference in its header document
    
    Summary:
    elm_index.h uses legacy keyword for ref tag.
    The patch update each keywords for widgets.
    And colon ":" character should be seperated from reference keyword.
    It will remove doxygen warning messages from elm_index.h file.
    
    Test Plan: N/A
    
    Reviewers: cedric, raster, jpeg
    
    Differential Revision: https://phab.enlightenment.org/D5387
---
 src/lib/elementary/elm_index.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/elementary/elm_index.h b/src/lib/elementary/elm_index.h
index 538e96b601..e10bc2e110 100644
--- a/src/lib/elementary/elm_index.h
+++ b/src/lib/elementary/elm_index.h
@@ -14,21 +14,21 @@
  *
  * Index widgets are by default hidden and just appear when the
  * user clicks over it's reserved area in the canvas. In its
- * default theme, it's an area one @ref Fingers "finger" wide on
+ * default theme, it's an area one @ref Elm_Fingers "finger" wide on
  * the right side of the index widget's container.
  *
  * When items on the index are selected, smart callbacks get
  * called, so that its user can make other container objects to
  * show a given area or child object depending on the index item
  * selected. You'd probably be using an index together with @ref
- * List "lists", @ref Genlist "generic lists" or @ref Gengrid
+ * Elm_List "lists", @ref Elm_Genlist "generic lists" or @ref Elm_Gengrid
  * "general grids".
  *
- * This widget inherits from the @ref Layout one, so that all the
+ * This widget inherits from the @ref Elm_Layout one, so that all the
  * functions acting on it also work for index objects.
  *
  * This widget emits the following signals, besides the ones sent from
- * @ref Layout:
+ * @ref Elm_Layout :
  * - @c "changed" - When the selected index item changes. @c
  *      event_info is the selected item's data pointer.
  * - @c "delay,changed" - When the selected index item changes, but

-- 


Reply via email to