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
This commit is contained in:
Youngbok Shin 2017-10-26 14:36:32 +09:00 committed by Jean-Philippe Andre
parent 73baa73972
commit 084ce3d6e5
1 changed files with 4 additions and 4 deletions

View File

@ -11,21 +11,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