diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-07-20 01:50:03 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-07-20 01:50:06 +0900 |
commit | deea7307b4da6fa4eaed1a8cf2f7a0bc947eb989 (patch) | |
tree | 22ea660cdbb91c4b91d802d0498d3e9d6d9a6e9e /src/lib | |
parent | 29bd265dc453c135f4ce9ad6fc8b54868347b839 (diff) |
elm: use @p for parameters in doxygen.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elc_fileselector.h | 6 | ||||
-rw-r--r-- | src/lib/elc_fileselector_button.h | 4 | ||||
-rw-r--r-- | src/lib/elc_fileselector_entry.h | 2 | ||||
-rw-r--r-- | src/lib/elm_check.h | 3 | ||||
-rw-r--r-- | src/lib/elm_entry.h | 2 | ||||
-rw-r--r-- | src/lib/elm_gengrid.h | 14 | ||||
-rw-r--r-- | src/lib/elm_gengrid_common.h | 2 | ||||
-rw-r--r-- | src/lib/elm_genlist.h | 6 | ||||
-rw-r--r-- | src/lib/elm_genlist_common.h | 2 | ||||
-rw-r--r-- | src/lib/elm_index.h | 4 | ||||
-rw-r--r-- | src/lib/elm_list.h | 4 | ||||
-rw-r--r-- | src/lib/elm_object.h | 2 | ||||
-rw-r--r-- | src/lib/elm_object_item.h | 2 | ||||
-rw-r--r-- | src/lib/elm_panel.h | 2 | ||||
-rw-r--r-- | src/lib/elm_removed.h | 8 | ||||
-rw-r--r-- | src/lib/elm_tooltip.h | 2 | ||||
-rw-r--r-- | src/lib/elm_web_common.h | 4 |
17 files changed, 35 insertions, 34 deletions
diff --git a/src/lib/elc_fileselector.h b/src/lib/elc_fileselector.h index 4da2aec4d..9ecd5610e 100644 --- a/src/lib/elc_fileselector.h +++ b/src/lib/elc_fileselector.h | |||
@@ -40,17 +40,17 @@ | |||
40 | * This widget emits the following signals, besides the ones sent from | 40 | * This widget emits the following signals, besides the ones sent from |
41 | * @ref Layout: | 41 | * @ref Layout: |
42 | * - @c "activated" - the user activated a file. This can happen by | 42 | * - @c "activated" - the user activated a file. This can happen by |
43 | * double-clicking or pressing Enter key. (@c event_info is a | 43 | * double-clicking or pressing Enter key. (@p event_info is a |
44 | * pointer to the activated file path) | 44 | * pointer to the activated file path) |
45 | * - @c "selected" - the user has clicked on a file (when not in | 45 | * - @c "selected" - the user has clicked on a file (when not in |
46 | * folders-only mode) or directory (when in folders-only mode) | 46 | * folders-only mode) or directory (when in folders-only mode) |
47 | * - @c "selected,invalid" - the user has tried to access wrong path | 47 | * - @c "selected,invalid" - the user has tried to access wrong path |
48 | * which does not exist. | 48 | * which does not exist. |
49 | * - @c "directory,open" - the list has been populated with new | 49 | * - @c "directory,open" - the list has been populated with new |
50 | * content (@c event_info is a pointer to the directory's | 50 | * content (@p event_info is a pointer to the directory's |
51 | * path, a @b stringshared string) | 51 | * path, a @b stringshared string) |
52 | * - @c "done" - the user has clicked on the "ok" or "cancel" | 52 | * - @c "done" - the user has clicked on the "ok" or "cancel" |
53 | * buttons (@c event_info is a pointer to the selection's | 53 | * buttons (@p event_info is a pointer to the selection's |
54 | * path, a @b stringshared string) | 54 | * path, a @b stringshared string) |
55 | * - @c "focused" - When the fileselector has received focus. (since 1.9) | 55 | * - @c "focused" - When the fileselector has received focus. (since 1.9) |
56 | * - @c "unfocused" - When the fileselector has lost focus. (since 1.9) | 56 | * - @c "unfocused" - When the fileselector has lost focus. (since 1.9) |
diff --git a/src/lib/elc_fileselector_button.h b/src/lib/elc_fileselector_button.h index d7d485f01..608b2f428 100644 --- a/src/lib/elc_fileselector_button.h +++ b/src/lib/elc_fileselector_button.h | |||
@@ -16,7 +16,7 @@ | |||
16 | * window (or inner window) <b> with a @ref Fileselector "file | 16 | * window (or inner window) <b> with a @ref Fileselector "file |
17 | * selector widget" within</b>. When a file is chosen, the (inner) | 17 | * selector widget" within</b>. When a file is chosen, the (inner) |
18 | * window is closed and the button emits a signal having the | 18 | * window is closed and the button emits a signal having the |
19 | * selected file as it's @c event_info. | 19 | * selected file as it's @p event_info. |
20 | * | 20 | * |
21 | * This widget encapsulates operations on its internal file | 21 | * This widget encapsulates operations on its internal file |
22 | * selector on its own API. There is less control over its file | 22 | * selector on its own API. There is less control over its file |
@@ -34,7 +34,7 @@ | |||
34 | * This widget emits the following signals, besides the ones sent from | 34 | * This widget emits the following signals, besides the ones sent from |
35 | * @ref Button: | 35 | * @ref Button: |
36 | * - @c "file,chosen" - the user has selected a path, whose string | 36 | * - @c "file,chosen" - the user has selected a path, whose string |
37 | * pointer comes as the @c event_info data (a stringshared | 37 | * pointer comes as the @p event_info data (a stringshared |
38 | * string) | 38 | * string) |
39 | * - @c "language,changed" - the program's language changed | 39 | * - @c "language,changed" - the program's language changed |
40 | * - @c "focused" - When the fileselector button has received focus. (since 1.8) | 40 | * - @c "focused" - When the fileselector button has received focus. (since 1.8) |
diff --git a/src/lib/elc_fileselector_entry.h b/src/lib/elc_fileselector_entry.h index a360ce536..c6abdd12e 100644 --- a/src/lib/elc_fileselector_entry.h +++ b/src/lib/elc_fileselector_entry.h | |||
@@ -47,7 +47,7 @@ | |||
47 | * after being pressed. | 47 | * after being pressed. |
48 | * - @c "file,chosen" - The user has selected a path via the file | 48 | * - @c "file,chosen" - The user has selected a path via the file |
49 | * selector entry's internal file selector, whose string pointer | 49 | * selector entry's internal file selector, whose string pointer |
50 | * comes as the @c event_info data (a stringshared string) | 50 | * comes as the @p event_info data (a stringshared string) |
51 | * - @c "language,changed" - the program's language changed | 51 | * - @c "language,changed" - the program's language changed |
52 | * | 52 | * |
53 | * Default text parts of the fileselector_button widget that you can use for | 53 | * Default text parts of the fileselector_button widget that you can use for |
diff --git a/src/lib/elm_check.h b/src/lib/elm_check.h index 2451b5382..ba254c44e 100644 --- a/src/lib/elm_check.h +++ b/src/lib/elm_check.h | |||
@@ -1,4 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | kkikk | ||
2 | * @defgroup Check Check | 3 | * @defgroup Check Check |
3 | * @ingroup Elementary | 4 | * @ingroup Elementary |
4 | * | 5 | * |
@@ -29,7 +30,7 @@ | |||
29 | * This widget emits the following signals, besides the ones sent from | 30 | * This widget emits the following signals, besides the ones sent from |
30 | * @ref Layout: | 31 | * @ref Layout: |
31 | * - @c "changed" - This is called whenever the user changes the state of | 32 | * - @c "changed" - This is called whenever the user changes the state of |
32 | * the check objects (@c event_info is always @c NULL). | 33 | * the check objects (@p event_info is always @c NULL). |
33 | * - @c "focused" - When the check has received focus. (since 1.8) | 34 | * - @c "focused" - When the check has received focus. (since 1.8) |
34 | * - @c "unfocused" - When the check has lost focus. (since 1.8) | 35 | * - @c "unfocused" - When the check has lost focus. (since 1.8) |
35 | * - @c "language,changed" - the program's language changed (since 1.9) | 36 | * - @c "language,changed" - the program's language changed (since 1.9) |
diff --git a/src/lib/elm_entry.h b/src/lib/elm_entry.h index fa36815bb..a85e84075 100644 --- a/src/lib/elm_entry.h +++ b/src/lib/elm_entry.h | |||
@@ -101,7 +101,7 @@ | |||
101 | * used to identify the anchor and it can be any valid utf8 string. | 101 | * used to identify the anchor and it can be any valid utf8 string. |
102 | * | 102 | * |
103 | * When an anchor is clicked, an @c "anchor,clicked" signal is emitted with | 103 | * When an anchor is clicked, an @c "anchor,clicked" signal is emitted with |
104 | * an #Elm_Entry_Anchor_Info in the @c event_info parameter for the | 104 | * an #Elm_Entry_Anchor_Info in the @p event_info parameter for the |
105 | * callback function. The same applies for "anchor,in" (mouse in), "anchor,out" | 105 | * callback function. The same applies for "anchor,in" (mouse in), "anchor,out" |
106 | * (mouse out), "anchor,down" (mouse down), and "anchor,up" (mouse up) events on | 106 | * (mouse out), "anchor,down" (mouse down), and "anchor,up" (mouse up) events on |
107 | * an anchor. | 107 | * an anchor. |
diff --git a/src/lib/elm_gengrid.h b/src/lib/elm_gengrid.h index aa5522bc0..756814560 100644 --- a/src/lib/elm_gengrid.h +++ b/src/lib/elm_gengrid.h | |||
@@ -164,25 +164,25 @@ | |||
164 | * This widget emits the following signals, besides the ones sent from | 164 | * This widget emits the following signals, besides the ones sent from |
165 | * @ref Layout: | 165 | * @ref Layout: |
166 | * - @c "activated" - The user has double-clicked or pressed | 166 | * - @c "activated" - The user has double-clicked or pressed |
167 | * (enter|return|spacebar) on an item. The @c event_info parameter | 167 | * (enter|return|spacebar) on an item. The @p event_info parameter |
168 | * is the gengrid item that was activated. | 168 | * is the gengrid item that was activated. |
169 | * - @c "pressed" - The user pressed the an item. The @c event_info | 169 | * - @c "pressed" - The user pressed the an item. The @p event_info |
170 | * parameter is the item that was pressed. | 170 | * parameter is the item that was pressed. |
171 | * - @c "released" - The user released the an item. The @c event_info | 171 | * - @c "released" - The user released the an item. The @p event_info |
172 | * parameter is the item that was released. | 172 | * parameter is the item that was released. |
173 | * - @c "clicked,double" - The user has double-clicked an item. | 173 | * - @c "clicked,double" - The user has double-clicked an item. |
174 | * The @c event_info parameter is the gengrid item that was double-clicked. | 174 | * The @p event_info parameter is the gengrid item that was double-clicked. |
175 | * - @c "longpressed" - This is called when the item is pressed for a certain | 175 | * - @c "longpressed" - This is called when the item is pressed for a certain |
176 | * amount of time. By default it's 1 second. | 176 | * amount of time. By default it's 1 second. |
177 | * - @c "selected" - The user has made an item selected. The | 177 | * - @c "selected" - The user has made an item selected. The |
178 | * @c event_info parameter is the gengrid item that was selected. | 178 | * @p event_info parameter is the gengrid item that was selected. |
179 | * - @c "unselected" - The user has made an item unselected. The | 179 | * - @c "unselected" - The user has made an item unselected. The |
180 | * @c event_info parameter is the gengrid item that was unselected. | 180 | * @p event_info parameter is the gengrid item that was unselected. |
181 | * - @c "realized" - This is called when the item in the gengrid | 181 | * - @c "realized" - This is called when the item in the gengrid |
182 | * has its implementing Evas object instantiated, de facto. @c | 182 | * has its implementing Evas object instantiated, de facto. @c |
183 | * event_info is the gengrid item that was created. | 183 | * event_info is the gengrid item that was created. |
184 | * - @c "unrealized" - This is called when the implementing Evas | 184 | * - @c "unrealized" - This is called when the implementing Evas |
185 | * object for this item is deleted. @c event_info is the gengrid | 185 | * object for this item is deleted. @p event_info is the gengrid |
186 | * item that was deleted. | 186 | * item that was deleted. |
187 | * - @c "changed" - Called when an item is added, removed, resized | 187 | * - @c "changed" - Called when an item is added, removed, resized |
188 | * or moved and when the gengrid is resized or gets "horizontal" | 188 | * or moved and when the gengrid is resized or gets "horizontal" |
diff --git a/src/lib/elm_gengrid_common.h b/src/lib/elm_gengrid_common.h index be770388d..ae137011c 100644 --- a/src/lib/elm_gengrid_common.h +++ b/src/lib/elm_gengrid_common.h | |||
@@ -282,7 +282,7 @@ EAPI void elm_gengrid_item_tooltip_text_set(Elm_Object_ | |||
282 | * another callback replaces @p func, the tooltip is unset with | 282 | * another callback replaces @p func, the tooltip is unset with |
283 | * elm_gengrid_item_tooltip_unset() or the owner @p item | 283 | * elm_gengrid_item_tooltip_unset() or the owner @p item |
284 | * dies. This callback receives as its first parameter the | 284 | * dies. This callback receives as its first parameter the |
285 | * given @p data, being @c event_info the item handle. | 285 | * given @p data, being @p event_info the item handle. |
286 | * | 286 | * |
287 | * This call will setup the tooltip's contents to @p item | 287 | * This call will setup the tooltip's contents to @p item |
288 | * (analogous to elm_object_tooltip_content_cb_set(), but being | 288 | * (analogous to elm_object_tooltip_content_cb_set(), but being |
diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index aca51fb61..676ef03fb 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h | |||
@@ -270,11 +270,11 @@ | |||
270 | * This widget emits the following signals, besides the ones sent from | 270 | * This widget emits the following signals, besides the ones sent from |
271 | * @ref Layout: | 271 | * @ref Layout: |
272 | * - @c "activated" - The user has double-clicked or pressed | 272 | * - @c "activated" - The user has double-clicked or pressed |
273 | * (enter|return|spacebar) on an item. The @c event_info parameter is the | 273 | * (enter|return|spacebar) on an item. The @p event_info parameter is the |
274 | * item that was activated. | 274 | * item that was activated. |
275 | * - @c "pressed" - The user pressed the an item. The @c event_info | 275 | * - @c "pressed" - The user pressed the an item. The @p event_info |
276 | * parameter is the item that was pressed. | 276 | * parameter is the item that was pressed. |
277 | * - @c "released" - The user released the an item. The @c event_info | 277 | * - @c "released" - The user released the an item. The @p event_info |
278 | * parameter is the item that was released. | 278 | * parameter is the item that was released. |
279 | * - @c "clicked,double" - The user has double-clicked an item. The @c | 279 | * - @c "clicked,double" - The user has double-clicked an item. The @c |
280 | * event_info parameter is the item that was double-clicked. | 280 | * event_info parameter is the item that was double-clicked. |
diff --git a/src/lib/elm_genlist_common.h b/src/lib/elm_genlist_common.h index 069a70b58..4fe6d4a28 100644 --- a/src/lib/elm_genlist_common.h +++ b/src/lib/elm_genlist_common.h | |||
@@ -319,7 +319,7 @@ EAPI void elm_genlist_item_tooltip_text_set(Elm_Object_ | |||
319 | * another callback replaces @p func, the tooltip is unset with | 319 | * another callback replaces @p func, the tooltip is unset with |
320 | * elm_genlist_item_tooltip_unset() or the owner @p item | 320 | * elm_genlist_item_tooltip_unset() or the owner @p item |
321 | * dies. This callback receives as its first parameter the | 321 | * dies. This callback receives as its first parameter the |
322 | * given @p data, being @c event_info the item handle. | 322 | * given @p data, being @p event_info the item handle. |
323 | * | 323 | * |
324 | * This call will setup the tooltip's contents to @p item | 324 | * This call will setup the tooltip's contents to @p item |
325 | * (analogous to elm_object_tooltip_content_cb_set(), but being | 325 | * (analogous to elm_object_tooltip_content_cb_set(), but being |
diff --git a/src/lib/elm_index.h b/src/lib/elm_index.h index 0035f6447..afd722943 100644 --- a/src/lib/elm_index.h +++ b/src/lib/elm_index.h | |||
@@ -32,10 +32,10 @@ | |||
32 | * - @c "changed" - When the selected index item changes. @c | 32 | * - @c "changed" - When the selected index item changes. @c |
33 | * event_info is the selected item's data pointer. | 33 | * event_info is the selected item's data pointer. |
34 | * - @c "delay,changed" - When the selected index item changes, but | 34 | * - @c "delay,changed" - When the selected index item changes, but |
35 | * after a small idling period. @c event_info is the selected | 35 | * after a small idling period. @p event_info is the selected |
36 | * item's data pointer. | 36 | * item's data pointer. |
37 | * - @c "selected" - When the user releases a mouse button and | 37 | * - @c "selected" - When the user releases a mouse button and |
38 | * selects an item. @c event_info is the selected item's pointer. | 38 | * selects an item. @p event_info is the selected item's pointer. |
39 | * - @c "level,up" - when the user moves a finger from the first | 39 | * - @c "level,up" - when the user moves a finger from the first |
40 | * level to the second level | 40 | * level to the second level |
41 | * - @c "level,down" - when the user moves a finger from the second | 41 | * - @c "level,down" - when the user moves a finger from the second |
diff --git a/src/lib/elm_list.h b/src/lib/elm_list.h index 5793ae641..011fa5a69 100644 --- a/src/lib/elm_list.h +++ b/src/lib/elm_list.h | |||
@@ -25,10 +25,10 @@ | |||
25 | * This widget emits the following signals, besides the ones sent from | 25 | * This widget emits the following signals, besides the ones sent from |
26 | * @ref Layout: | 26 | * @ref Layout: |
27 | * - @c "activated" - The user has double-clicked or pressed | 27 | * - @c "activated" - The user has double-clicked or pressed |
28 | * (enter|return|spacebar) on an item. The @c event_info parameter | 28 | * (enter|return|spacebar) on an item. The @p event_info parameter |
29 | * is the item that was activated. | 29 | * is the item that was activated. |
30 | * - @c "clicked,double" - The user has double-clicked an item. | 30 | * - @c "clicked,double" - The user has double-clicked an item. |
31 | * The @c event_info parameter is the item that was double-clicked. | 31 | * The @p event_info parameter is the item that was double-clicked. |
32 | * - @c "selected" - when the user selected an item | 32 | * - @c "selected" - when the user selected an item |
33 | * - @c "unselected" - when the user unselected an item | 33 | * - @c "unselected" - when the user unselected an item |
34 | * - @c "longpressed" - an item in the list is long-pressed | 34 | * - @c "longpressed" - an item in the list is long-pressed |
diff --git a/src/lib/elm_object.h b/src/lib/elm_object.h index 4e8048f6c..2efb3e246 100644 --- a/src/lib/elm_object.h +++ b/src/lib/elm_object.h | |||
@@ -417,7 +417,7 @@ EAPI void *elm_object_signal_callback_del(Evas_Object *obj, const char *e | |||
417 | * these event upwards in the tree of widgets to @b cease: | 417 | * these event upwards in the tree of widgets to @b cease: |
418 | * - Just return @c EINA_TRUE on @p func. @c EINA_FALSE will mean | 418 | * - Just return @c EINA_TRUE on @p func. @c EINA_FALSE will mean |
419 | * the event was @b not processed, so the propagation will go on. | 419 | * the event was @b not processed, so the propagation will go on. |
420 | * - The @c event_info pointer passed to @p func will contain the | 420 | * - The @p event_info pointer passed to @p func will contain the |
421 | * event's structure and, if you OR its @c event_flags inner | 421 | * event's structure and, if you OR its @c event_flags inner |
422 | * value to @c EVAS_EVENT_FLAG_ON_HOLD, you're telling Elementary | 422 | * value to @c EVAS_EVENT_FLAG_ON_HOLD, you're telling Elementary |
423 | * one has already handled it, thus killing the event's | 423 | * one has already handled it, thus killing the event's |
diff --git a/src/lib/elm_object_item.h b/src/lib/elm_object_item.h index 10f3c0100..c0884afb1 100644 --- a/src/lib/elm_object_item.h +++ b/src/lib/elm_object_item.h | |||
@@ -467,7 +467,7 @@ EAPI Eina_Bool elm_object_item_tooltip_window_mode_get(const | |||
467 | * another callback replaces @a func, the tooltip is unset with | 467 | * another callback replaces @a func, the tooltip is unset with |
468 | * elm_object_item_tooltip_unset() or the owner @a item | 468 | * elm_object_item_tooltip_unset() or the owner @a item |
469 | * dies. This callback receives as the first parameter the | 469 | * dies. This callback receives as the first parameter the |
470 | * given @a data, and @c event_info is the item. | 470 | * given @a data, and @p event_info is the item. |
471 | * | 471 | * |
472 | * @see elm_object_tooltip_content_cb_set() for more details. | 472 | * @see elm_object_tooltip_content_cb_set() for more details. |
473 | * | 473 | * |
diff --git a/src/lib/elm_panel.h b/src/lib/elm_panel.h index 0e957ee5c..ebbe92eac 100644 --- a/src/lib/elm_panel.h +++ b/src/lib/elm_panel.h | |||
@@ -25,7 +25,7 @@ | |||
25 | * @ref Layout: | 25 | * @ref Layout: |
26 | * @li @c "scroll" : When the content has been scrolled (moved). (since 1.10) | 26 | * @li @c "scroll" : When the content has been scrolled (moved). (since 1.10) |
27 | * This signal is emitted only when the panel is scrollable. | 27 | * This signal is emitted only when the panel is scrollable. |
28 | * Elm_Panel_Scroll_Info will be passed by @c event_info argument. | 28 | * Elm_Panel_Scroll_Info will be passed by @p event_info argument. |
29 | * @li @c "focused" : When the panel has received focus. (since 1.8) | 29 | * @li @c "focused" : When the panel has received focus. (since 1.8) |
30 | * @li @c "unfocused" : When the panel has lost focus. (since 1.8) | 30 | * @li @c "unfocused" : When the panel has lost focus. (since 1.8) |
31 | * | 31 | * |
diff --git a/src/lib/elm_removed.h b/src/lib/elm_removed.h index a1ea5766e..f1232aea3 100644 --- a/src/lib/elm_removed.h +++ b/src/lib/elm_removed.h | |||
@@ -1743,7 +1743,7 @@ EINA_DEPRECATED EAPI void elm_diskselector_item_tooltip_text_s | |||
1743 | * another callback replaces @p func, the tooltip is unset with | 1743 | * another callback replaces @p func, the tooltip is unset with |
1744 | * elm_diskselector_item_tooltip_unset() or the owner @a item | 1744 | * elm_diskselector_item_tooltip_unset() or the owner @a item |
1745 | * dies. This callback receives as the first parameter the | 1745 | * dies. This callback receives as the first parameter the |
1746 | * given @a data, and @c event_info is the item. | 1746 | * given @a data, and @p event_info is the item. |
1747 | * | 1747 | * |
1748 | * @deprecated Use elm_object_item_tooltip_content_cb_set() instead | 1748 | * @deprecated Use elm_object_item_tooltip_content_cb_set() instead |
1749 | * @see elm_object_tooltip_content_cb_set() for more details. | 1749 | * @see elm_object_tooltip_content_cb_set() for more details. |
@@ -2336,7 +2336,7 @@ EINA_DEPRECATED EAPI void elm_index_item_data_set(Elm_Object_Item *it, const vo | |||
2336 | * @param it The item to set the callback on | 2336 | * @param it The item to set the callback on |
2337 | * @param func The function to call on the item's deletion | 2337 | * @param func The function to call on the item's deletion |
2338 | * | 2338 | * |
2339 | * When called, @p func will have both @c data and @c event_info | 2339 | * When called, @p func will have both @c data and @p event_info |
2340 | * arguments with the @p it item's data value and, naturally, the | 2340 | * arguments with the @p it item's data value and, naturally, the |
2341 | * @c obj argument with a handle to the parent index widget. | 2341 | * @c obj argument with a handle to the parent index widget. |
2342 | * | 2342 | * |
@@ -3372,7 +3372,7 @@ EINA_DEPRECATED EAPI void elm_toolbar_item_del(Elm_Objec | |||
3372 | * another callback replaces @a func, the tooltip is unset with | 3372 | * another callback replaces @a func, the tooltip is unset with |
3373 | * elm_toolbar_item_tooltip_unset() or the owner @a item | 3373 | * elm_toolbar_item_tooltip_unset() or the owner @a item |
3374 | * dies. This callback receives as the first parameter the | 3374 | * dies. This callback receives as the first parameter the |
3375 | * given @a data, and @c event_info is the item. | 3375 | * given @a data, and @p event_info is the item. |
3376 | * | 3376 | * |
3377 | * @deprecated Use elm_object_item_tooltip_content_cb_set() instead | 3377 | * @deprecated Use elm_object_item_tooltip_content_cb_set() instead |
3378 | * @see elm_object_tooltip_content_cb_set() for more details. | 3378 | * @see elm_object_tooltip_content_cb_set() for more details. |
@@ -3959,7 +3959,7 @@ EINA_DEPRECATED EAPI void elm_list_item_tooltip_text_set | |||
3959 | * another callback replaces @a func, the tooltip is unset with | 3959 | * another callback replaces @a func, the tooltip is unset with |
3960 | * elm_list_item_tooltip_unset() or the owner @a item | 3960 | * elm_list_item_tooltip_unset() or the owner @a item |
3961 | * dies. This callback receives as the first parameter the | 3961 | * dies. This callback receives as the first parameter the |
3962 | * given @a data, and @c event_info is the item. | 3962 | * given @a data, and @p event_info is the item. |
3963 | * | 3963 | * |
3964 | * @deprecated Use elm_object_item_tooltip_content_cb_set() instead | 3964 | * @deprecated Use elm_object_item_tooltip_content_cb_set() instead |
3965 | * | 3965 | * |
diff --git a/src/lib/elm_tooltip.h b/src/lib/elm_tooltip.h index d1b6d4d28..9be3a981c 100644 --- a/src/lib/elm_tooltip.h +++ b/src/lib/elm_tooltip.h | |||
@@ -164,7 +164,7 @@ EAPI void elm_object_tooltip_domain_translatable_text_set(Evas_Object *ob | |||
164 | * another callback replaces @p func, the tooltip is unset with | 164 | * another callback replaces @p func, the tooltip is unset with |
165 | * elm_object_tooltip_unset() or the owner object @a obj | 165 | * elm_object_tooltip_unset() or the owner object @a obj |
166 | * dies. This callback receives as the first parameter the | 166 | * dies. This callback receives as the first parameter the |
167 | * given @a data, and @c event_info is NULL. | 167 | * given @a data, and @p event_info is NULL. |
168 | * | 168 | * |
169 | * Setup the tooltip to object. The object can have only one tooltip, | 169 | * Setup the tooltip to object. The object can have only one tooltip, |
170 | * so any previous tooltip data is removed. @p func(with @p data) will | 170 | * so any previous tooltip data is removed. @p func(with @p data) will |
diff --git a/src/lib/elm_web_common.h b/src/lib/elm_web_common.h index 0436bb473..ee578636d 100644 --- a/src/lib/elm_web_common.h +++ b/src/lib/elm_web_common.h | |||
@@ -57,7 +57,7 @@ struct _Elm_Web_Menu_Item | |||
57 | /** | 57 | /** |
58 | * Structure describing the menu of a popup | 58 | * Structure describing the menu of a popup |
59 | * | 59 | * |
60 | * This structure will be passed as the @c event_info for the "popup,create" | 60 | * This structure will be passed as the @p event_info for the "popup,create" |
61 | * signal, which is emitted when a dropdown menu is opened. Users wanting | 61 | * signal, which is emitted when a dropdown menu is opened. Users wanting |
62 | * to handle these popups by themselves should listen to this signal and | 62 | * to handle these popups by themselves should listen to this signal and |
63 | * set the @c handled property of the struct to @c EINA_TRUE. Leaving this | 63 | * set the @c handled property of the struct to @c EINA_TRUE. Leaving this |
@@ -78,7 +78,7 @@ typedef struct _Elm_Web_Menu Elm_Web_Menu; | |||
78 | /** | 78 | /** |
79 | * Structure describing the menu of a popup | 79 | * Structure describing the menu of a popup |
80 | * | 80 | * |
81 | * This structure will be passed as the @c event_info for the "popup,create" | 81 | * This structure will be passed as the @p event_info for the "popup,create" |
82 | * signal, which is emitted when a dropdown menu is opened. Users wanting | 82 | * signal, which is emitted when a dropdown menu is opened. Users wanting |
83 | * to handle these popups by themselves should listen to this signal and | 83 | * to handle these popups by themselves should listen to this signal and |
84 | * set the @c handled property of the struct to @c EINA_TRUE. Leaving this | 84 | * set the @c handled property of the struct to @c EINA_TRUE. Leaving this |