elementary: fix some wrong param in doxygen
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Mar 2012 01:20:58 +0000 (01:20 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Mar 2012 01:20:58 +0000 (01:20 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69348 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_bubble.h
src/lib/elm_calendar.h
src/lib/elm_colorselector.h
src/lib/elm_cursor.h
src/lib/elm_entry.h
src/lib/elm_genlist.h

index ac55e57..0c3d580 100644 (file)
@@ -80,7 +80,7 @@ EAPI Evas_Object                 *elm_bubble_add(Evas_Object *parent);
  * Set the corner of the bubble
  *
  * @param obj The bubble object.
- * @param corner The given corner for the bubble.
+ * @param pos The given corner for the bubble.
  *
  * This function sets the corner of the bubble. The corner will be used to
  * determine where the arrow in the frame points to and where label, icon and
index 5abfe91..dc58f5a 100644 (file)
@@ -253,7 +253,7 @@ EAPI Eina_Bool            elm_calendar_selected_time_get(const Evas_Object *obj,
  * month and year;
  *
  * @param obj The calendar object
- * @param format_function Function to set the month-year string given
+ * @param format_func Function to set the month-year string given
  * the selected date
  *
  * By default it uses strftime with "%B %Y" format string.
index b726222..b51465c 100644 (file)
@@ -114,7 +114,7 @@ EAPI Elm_Colorselector_Mode elm_colorselector_mode_get(const Evas_Object *obj);
 /**
  * Get Palette item's color.
  *
- * @param item The color palette item.
+ * @param it The color palette item.
  * @param r integer pointer for r-value of color
  * @param g integer pointer for g-value of color
  * @param b integer pointer for b-value of color
@@ -127,7 +127,7 @@ EAPI void elm_colorselector_palette_item_color_get(const Elm_Object_Item *it, in
 /**
  * Set palette item's color.
  *
- * @param item The color palette item.
+ * @param it The color palette item.
  * @param r r-value of color
  * @param g g-value of color
  * @param b b-value of color
index 370e01d..14da21f 100644 (file)
@@ -96,7 +96,7 @@ EAPI const char *elm_object_cursor_style_get(const Evas_Object *obj);
  * provided by the engine.
  *
  * @param obj an object with cursor already set.
- * @param engine_only boolean to define if cursors should be looked only
+ * @param theme_search boolean to define if cursors should be looked only
  * between the provided by the engine or searched on widget's theme as well.
  *
  * @ingroup Cursors
index 3e8d54b..120c590 100644 (file)
@@ -1373,7 +1373,7 @@ struct _Elm_Entry_Filter_Limit_Size
  * Filter inserted text based on user defined character and byte limits
  *
  * Add this filter to an entry to limit the characters that it will accept
- * based the the contents of the provided #Elm_Entry_Filter_Limit_Size.
+ * based the contents of the provided #Elm_Entry_Filter_Limit_Size.
  * The function works on the UTF-8 representation of the string, converting
  * it from the set markup, thus not accounting for any format in it.
  *
@@ -1471,7 +1471,7 @@ typedef enum _Elm_Cnp_Mode {
  * @note this only changes the behaviour of text.
  *
  * @param obj The entry object
- * @param mode One of #Elm_Cnp_Mode: #ELM_CNP_MODE_MARKUP,
+ * @param cnp_mode One of #Elm_Cnp_Mode: #ELM_CNP_MODE_MARKUP,
  * #ELM_CNP_MODE_NO_IMAGE, #ELM_CNP_MODE_PLAINTEXT.
  */
 EAPI void         elm_entry_cnp_mode_set(Evas_Object *obj, Elm_Cnp_Mode cnp_mode);
index 08a1b5d..28260b5 100644 (file)
@@ -1599,7 +1599,7 @@ EAPI void                          elm_genlist_item_decorate_mode_set(Elm_Object
 /**
  * Get the item's decorate mode.
  *
- * @param obj The genlist object
+ * @param it The genlist item
  *
  * This function just returns the name of the item's decorate mode.
  *
@@ -1668,7 +1668,7 @@ EAPI Elm_Genlist_Item_Type        elm_genlist_item_type_get(const Elm_Object_Ite
  * This sets Genlist decorate mode to all items.
  *
  * @param obj The Genlist object
- * @param The decorate mode status
+ * @param decorated The decorate mode status
  * (EINA_TRUE = decorate mode, EINA_FALSE = normal mode
  *
  * @ingroup Genlist
@@ -1724,7 +1724,7 @@ EAPI Eina_Bool elm_genlist_item_flip_get(const Elm_Object_Item *it);
  * Set Genlist tree effect
  *
  * @param obj The genlist object
- * @param The tree effect status
+ * @param enabled The tree effect status
  * (EINA_TRUE = enabled, EINA_FALSE = disabled
  *
  * @ingroup Genlist