doxygen fixes

SVN revision: 12042
This commit is contained in:
tsauerbeck 2004-10-27 19:24:42 +00:00 committed by tsauerbeck
parent 015a2cde3f
commit ade8c6b269
2 changed files with 6 additions and 2 deletions

View File

@ -39,6 +39,7 @@ edje_frametime_get(void)
* @param emission Signal to activate callback FIXDOC: Naming Convention?
* @param source Source of signal
* @param func The function to be executed when the callback is signaled
* @param data ? FIXDOC
*
* Creates a callback for the object to execute the given function.
*/
@ -70,6 +71,7 @@ edje_object_signal_callback_add(Evas_Object *obj, const char *emission, const ch
* @param obj A valid Evas_Object handle
* @param emission ? FIXDOC
* @param source ? FIXDOC
* @param func ? FIXDOC
*
* Deletes an existing callback
*/
@ -115,7 +117,7 @@ edje_object_signal_callback_del(Evas_Object *obj, const char *emission, const ch
/* FIXDOC: Verify/Expand */
/** Send a signal to the Edje
* @param A vaild Evas_Object handle
* @param obj A vaild Evas_Object handle
* @param emission The signal
* @param source The signal source
*

View File

@ -184,6 +184,7 @@ edje_color_class_set(const char *color_class, int r, int g, int b, int a, int r2
}
/** Sets the object color class
* @param obj A valid Evas_Object handle
* @param color_class
* @param r Object Red value
* @param g Object Green value
@ -338,6 +339,7 @@ edje_text_class_set(const char *text_class, const char *font, Evas_Font_Size siz
}
/** Sets Edje text class
* @param obj A vaild Evas_Object handle
* @param text_class The text class name
* @param font Font name
* @param size Font Size
@ -1132,7 +1134,7 @@ edje_object_part_drag_step_get(Evas_Object *obj, const char *part, double *dx, d
* @param obj A valid Evas_Object handle
* @param part The part name
* @param dx The x page step increment
* @param df The y page step increment
* @param dy The y page step increment
*
* Sets the x,y page step increment values.
*/