Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_program.c edje_util.c 


Log Message:
doxygen fixes
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_program.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- edje_program.c      5 Sep 2004 08:11:36 -0000       1.40
+++ edje_program.c      27 Oct 2004 19:24:42 -0000      1.41
@@ -39,6 +39,7 @@
  * @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 @@
  * @param obj A valid Evas_Object handle
  * @param emission ? FIXDOC
  * @param source ? FIXDOC
+ * @param func ? FIXDOC
  *
  * Deletes an existing callback
  */
@@ -115,7 +117,7 @@
 
 /* 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
  *
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_util.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- edje_util.c 24 Aug 2004 10:06:33 -0000      1.42
+++ edje_util.c 27 Oct 2004 19:24:42 -0000      1.43
@@ -184,6 +184,7 @@
 }
 
 /** 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 @@
 }
 
 /** 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 @@
  * @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.
  */




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to