elementary: fix some doxygen argument warning
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 18 Feb 2012 15:56:00 +0000 (15:56 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 18 Feb 2012 15:56:00 +0000 (15:56 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68113 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_deprecated.h
src/lib/elm_map.h
src/lib/elm_toolbar.h
src/lib/elm_web.h

index 9e06a79..de8d8c2 100644 (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).
index 55ae81e..c2e660f 100644 (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.
index 2437659..a43f1d8 100644 (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.
index 929c4da..00c65c9 100644 (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