From 100cb3fdb5bfaf93e2aea2e36ff01bf9d7cdc61d Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 15 Mar 2012 01:20:58 +0000 Subject: [PATCH] elementary: fix some wrong param in doxygen SVN revision: 69348 --- legacy/elementary/src/lib/elm_bubble.h | 2 +- legacy/elementary/src/lib/elm_calendar.h | 2 +- legacy/elementary/src/lib/elm_colorselector.h | 4 ++-- legacy/elementary/src/lib/elm_cursor.h | 2 +- legacy/elementary/src/lib/elm_entry.h | 4 ++-- legacy/elementary/src/lib/elm_genlist.h | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/legacy/elementary/src/lib/elm_bubble.h b/legacy/elementary/src/lib/elm_bubble.h index ac55e5739c..0c3d580df6 100644 --- a/legacy/elementary/src/lib/elm_bubble.h +++ b/legacy/elementary/src/lib/elm_bubble.h @@ -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 diff --git a/legacy/elementary/src/lib/elm_calendar.h b/legacy/elementary/src/lib/elm_calendar.h index 5abfe91f2c..dc58f5a5db 100644 --- a/legacy/elementary/src/lib/elm_calendar.h +++ b/legacy/elementary/src/lib/elm_calendar.h @@ -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. diff --git a/legacy/elementary/src/lib/elm_colorselector.h b/legacy/elementary/src/lib/elm_colorselector.h index b7262229e9..b51465c3d4 100644 --- a/legacy/elementary/src/lib/elm_colorselector.h +++ b/legacy/elementary/src/lib/elm_colorselector.h @@ -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 diff --git a/legacy/elementary/src/lib/elm_cursor.h b/legacy/elementary/src/lib/elm_cursor.h index 370e01d53c..14da21f551 100644 --- a/legacy/elementary/src/lib/elm_cursor.h +++ b/legacy/elementary/src/lib/elm_cursor.h @@ -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 diff --git a/legacy/elementary/src/lib/elm_entry.h b/legacy/elementary/src/lib/elm_entry.h index 3e8d54b9f4..120c590a35 100644 --- a/legacy/elementary/src/lib/elm_entry.h +++ b/legacy/elementary/src/lib/elm_entry.h @@ -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); diff --git a/legacy/elementary/src/lib/elm_genlist.h b/legacy/elementary/src/lib/elm_genlist.h index 08a1b5dbf8..28260b5489 100644 --- a/legacy/elementary/src/lib/elm_genlist.h +++ b/legacy/elementary/src/lib/elm_genlist.h @@ -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