elementary: fix some wrong param in doxygen

SVN revision: 69348
This commit is contained in:
Jihoon Kim 2012-03-15 01:20:58 +00:00
parent 1f9c9a4563
commit 100cb3fdb5
6 changed files with 10 additions and 10 deletions

View 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

View 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.

View 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

View 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

View 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);

View 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