elementary: fix some doxygen argument warning

SVN revision: 68113
This commit is contained in:
Jihoon Kim 2012-02-18 15:56:00 +00:00
parent 1e34a3e568
commit 2594f47f40
4 changed files with 6 additions and 6 deletions

View File

@ -1353,7 +1353,7 @@ EINA_DEPRECATED EAPI void elm_diskselector_item_icon_set(Elm_O
/**
* Get the icon associated to the item.
*
* @param item The diskselector item
* @param it The diskselector item
* @return The icon associated to @p it
*
* The return value is a pointer to the icon associated to @p item when it was
@ -3362,7 +3362,7 @@ EINA_DEPRECATED EAPI void elm_player_video_set(Evas_Object *player, Evas_Object
* Set the label of item.
*
* @param it The item of segment control.
* @param text The label of item.
* @param label The label of item.
*
* The label to be displayed by the item.
* Label will be at right of the icon (if set).

View File

@ -522,7 +522,7 @@ EAPI void elm_map_canvas_to_geo_convert(const Evas_Object *obj,
* @param lon The longitude of the marker.
* @param lat The latitude of the marker.
* @param clas The class, to use when marker @b isn't grouped to others.
* @param class_group The class group, to use when marker is grouped to others
* @param clas_group The class group, to use when marker is grouped to others
* @param data The data passed to the callbacks.
*
* @return The created marker or @c NULL upon failure.

View File

@ -391,7 +391,7 @@ EAPI Elm_Object_Item *elm_toolbar_item_next_get(const Elm_Object_Ite
/**
* Get the item before @p item in toolbar.
*
* @param item The toolbar item.
* @param it The toolbar item.
* @return The item before @p item, or @c NULL if none or on failure.
*
* @note If it is the first item, @c NULL will be returned.
@ -589,7 +589,7 @@ EAPI Eina_Bool elm_toolbar_item_icon_file_set(Elm_Object_Item
* Set or unset item as a separator.
*
* @param it The toolbar item.
* @param setting @c EINA_TRUE to set item @p item as separator or
* @param separator @c EINA_TRUE to set item @p item as separator or
* @c EINA_FALSE to unset, i.e., item will be used as a regular item.
*
* Items aren't set as separator by default.

View File

@ -652,7 +652,7 @@ EAPI Eina_Bool elm_web_text_matches_highlight_set(Evas_Object *obj, Eina
/**
* Gets whether highlighting marks is enabled
*
* @param The web object
* @param obj The web object
*
* @return EINA_TRUE is marks are set to be highlighted, EINA_FALSE
* otherwise