From: Jihoon Kim Date: Sat, 18 Feb 2012 15:56:00 +0000 (+0000) Subject: elementary: fix some doxygen argument warning X-Git-Tag: v1.0.0~926 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd4f091b3552ccd51cac2830856bc4f195f5111a;p=platform%2Fupstream%2Felementary.git elementary: fix some doxygen argument warning SVN revision: 68113 --- diff --git a/src/lib/elm_deprecated.h b/src/lib/elm_deprecated.h index 9e06a79..de8d8c2 100644 --- a/src/lib/elm_deprecated.h +++ b/src/lib/elm_deprecated.h @@ -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). diff --git a/src/lib/elm_map.h b/src/lib/elm_map.h index 55ae81e..c2e660f 100644 --- a/src/lib/elm_map.h +++ b/src/lib/elm_map.h @@ -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. diff --git a/src/lib/elm_toolbar.h b/src/lib/elm_toolbar.h index 2437659..a43f1d8 100644 --- a/src/lib/elm_toolbar.h +++ b/src/lib/elm_toolbar.h @@ -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. diff --git a/src/lib/elm_web.h b/src/lib/elm_web.h index 929c4da..00c65c9 100644 --- a/src/lib/elm_web.h +++ b/src/lib/elm_web.h @@ -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