diff options
author | Youngbok Shin <youngb.shin@samsung.com> | 2017-10-26 14:36:32 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-10-26 16:03:51 +0900 |
commit | 084ce3d6e5a7ec250f6653e0f1291ba6a4c9c603 (patch) | |
tree | 00701ebde6f3c459c33dbab3095f551c20a76668 /src/lib | |
parent | 73baa73972bdc02b108afd248b215668835a4233 (diff) |
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
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elementary/elm_index.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/elementary/elm_index.h b/src/lib/elementary/elm_index.h index 7e697c5f8d..4b124eab6c 100644 --- a/src/lib/elementary/elm_index.h +++ b/src/lib/elementary/elm_index.h | |||
@@ -11,21 +11,21 @@ | |||
11 | * | 11 | * |
12 | * Index widgets are by default hidden and just appear when the | 12 | * Index widgets are by default hidden and just appear when the |
13 | * user clicks over it's reserved area in the canvas. In its | 13 | * user clicks over it's reserved area in the canvas. In its |
14 | * default theme, it's an area one @ref Fingers "finger" wide on | 14 | * default theme, it's an area one @ref Elm_Fingers "finger" wide on |
15 | * the right side of the index widget's container. | 15 | * the right side of the index widget's container. |
16 | * | 16 | * |
17 | * When items on the index are selected, smart callbacks get | 17 | * When items on the index are selected, smart callbacks get |
18 | * called, so that its user can make other container objects to | 18 | * called, so that its user can make other container objects to |
19 | * show a given area or child object depending on the index item | 19 | * show a given area or child object depending on the index item |
20 | * selected. You'd probably be using an index together with @ref | 20 | * selected. You'd probably be using an index together with @ref |
21 | * List "lists", @ref Genlist "generic lists" or @ref Gengrid | 21 | * Elm_List "lists", @ref Elm_Genlist "generic lists" or @ref Elm_Gengrid |
22 | * "general grids". | 22 | * "general grids". |
23 | * | 23 | * |
24 | * This widget inherits from the @ref Layout one, so that all the | 24 | * This widget inherits from the @ref Elm_Layout one, so that all the |
25 | * functions acting on it also work for index objects. | 25 | * functions acting on it also work for index objects. |
26 | * | 26 | * |
27 | * This widget emits the following signals, besides the ones sent from | 27 | * This widget emits the following signals, besides the ones sent from |
28 | * @ref Layout: | 28 | * @ref Elm_Layout : |
29 | * - @c "changed" - When the selected index item changes. @c | 29 | * - @c "changed" - When the selected index item changes. @c |
30 | * event_info is the selected item's data pointer. | 30 | * event_info is the selected item's data pointer. |
31 | * - @c "delay,changed" - When the selected index item changes, but | 31 | * - @c "delay,changed" - When the selected index item changes, but |