Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_filedialog.c ewl_fileselector.c 


Log Message:
Documentation generating fix.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_filedialog.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_filedialog.c    22 Dec 2003 19:04:57 -0000      1.22
+++ ewl_filedialog.c    7 Jan 2004 17:04:58 -0000       1.23
@@ -3,6 +3,7 @@
 
 /**
  * @param follows: the widget this dialog follows
+ * @param type: type of dialog to display
  * @param cb: callback to be called when open/save button is pushed
  * @return Returns a new filedialog in success, NULL on failure.
  * @brief Create a new filedialog
@@ -26,13 +27,12 @@
 
 
 /**
- * ewl_filedialog_init - initialize a new filedialog
- * @fd: the filedialog
- * @follows: widget to follow for the floater
- * @type: the filedialog type
- * @cb: the callback to call when open/save button is pushed
- *
- * Returns nothing. Iinitialize the filedialog to default values.
+ * @param fd: the filedialog
+ * @param follows: widget to follow for the floater
+ * @param type: the filedialog type
+ * @param cb: the callback to call when open/save button is pushed
+ * @return Returns no value.
+ * @brief Initialize a new filedialog
  */
 void
 ewl_filedialog_init(Ewl_Filedialog * fd, Ewl_Widget * follows,
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_fileselector.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ewl_fileselector.c  16 Dec 2003 00:22:59 -0000      1.29
+++ ewl_fileselector.c  7 Jan 2004 17:04:58 -0000       1.30
@@ -121,7 +121,7 @@
 }
 
 /**
- * @param row: the fileselector
+ * @param fs: the fileselector
  * @return Returns the selected filename including its path
  * @brief Retrieve the selected filename
  */




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to