elm: fix doxygen warning

SVN revision: 68301
This commit is contained in:
Jihoon Kim 2012-02-23 05:40:53 +00:00
parent 4aaac964ed
commit f83d0dd0c8
2 changed files with 2 additions and 2 deletions

View File

@ -1418,7 +1418,7 @@ EINA_DEPRECATED EAPI void elm_diskselector_item_label_set(Elm_
*
* @see elm_diskselector_item_label_set() for more details.
* @see elm_diskselector_item_append()
* @use elm_object_item_text_get()
* @deprecated Use elm_object_item_text_get() instead
*
* @ingroup Diskselector
*/

View File

@ -352,7 +352,7 @@ EAPI void elm_win_raise(Evas_Object *obj);
* Center a window on its screen
*
* This function centers window @p obj horizontally and/or vertically based on the values
* of @p h and @v.
* of @p h and @p v.
* @param obj The window object
* @param h If true, center horizontally. If false, do not change horizontal location.
* @param v If true, center vertically. If false, do not change vertical location.