Enlightenment CVS committal
Author : dj2
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/lib
Modified Files:
ewl_embed.c ewl_filedialog.c ewl_filelist_model.c
ewl_filepicker.c ewl_scrollpane.c ewl_scrollpane.h
Log Message:
- fix doxy warnings
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_embed.c,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -3 -r1.142 -r1.143
--- ewl_embed.c 24 Jan 2008 00:51:22 -0000 1.142
+++ ewl_embed.c 26 Feb 2008 04:35:58 -0000 1.143
@@ -2077,7 +2077,7 @@
}
/**
- * @param win: The window to set the selection on
+ * @param emb: The embed to set the selection on
* @param txt: The text to set into the selection
* @return Returns no value.
*
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filedialog.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- ewl_filedialog.c 9 Dec 2007 06:21:43 -0000 1.42
+++ ewl_filedialog.c 26 Feb 2008 04:35:58 -0000 1.43
@@ -400,6 +400,7 @@
* @param fd: The filedialog to work with
* @param name: The name to display for the filter
* @param filter: The actual regular expression for the filter
+ * @param mime_types: The mime types to filter for
* @return Returns no value
* @brief Add the filter named @a name to the combo box in the filedialog.
*/
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_model.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_filelist_model.c 8 Jan 2008 23:57:27 -0000 1.11
+++ ewl_filelist_model.c 26 Feb 2008 04:35:58 -0000 1.12
@@ -21,7 +21,7 @@
/**
* @param path: The path to the directory to read
- * @param skip_hidden: TRUE shows hidden files, FALSE does not
+ * @param show_dot: TRUE shows dot files, FALSE does not
* @param show_dot_dot: TRUE shows .. for navigating upwards, FALSE does not
* @param filter: The Ewl_Filelist_Filter to use
* @return Returns an Ewl_Filelist_Directory structure
@@ -392,8 +392,8 @@
}
/**
- * @param data: The model to work with
- * @param hidden: TRUE shows hidden files, FALSE does not
+ * @param dir: The Ewl_Filelist_Directory to work with
+ * @param show_dot: TRUE shows dot files, FALSE does not
* @return Returns TRUE if a change in data, FALSE if not
* @brief This function sets whether the filelist should contain hidden files
*/
@@ -418,7 +418,7 @@
}
/**
- * @param data: The model to work with
+ * @param dir: The Ewl_Filelist_Directory to work with
* @return Returns if the model shows dot files
* @brief Returns if the model shows dot files
*/
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filepicker.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- ewl_filepicker.c 25 Jan 2008 04:18:53 -0000 1.47
+++ ewl_filepicker.c 26 Feb 2008 04:35:58 -0000 1.48
@@ -579,7 +579,8 @@
/**
* @param fp: The filepicker to work with
* @param name: The name to display for the filter
- * @param filter: The actual regular expression for the filter
+ * @param extension: The extension to filter for
+ * @param mime_types: The mime types to filter for
* @return Returns no value
* @brief Add the filter named @a name to the combo box in the filepicker.
*/
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_scrollpane.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- ewl_scrollpane.c 20 Feb 2008 13:54:26 -0000 1.37
+++ ewl_scrollpane.c 26 Feb 2008 04:35:58 -0000 1.38
@@ -192,7 +192,7 @@
/**
* @param s: The scrollpane to setup
- * @param use: To use kinetic scrolling or not
+ * @param type: To use kinetic scrolling or not
* @return Returns no value
* @brief Sets up default values and callbacks for kinetic scrolling
*/
@@ -1232,7 +1232,7 @@
/**
* @param s: The scrollpane to work with
- * @param w: The maximum velocity
+ * @param v: The maximum velocity
* @return Returns no value
* @brief Sets the maximum velocity for kinetic scrolling
*/
@@ -1265,7 +1265,7 @@
/**
* @param s: The scrollpane to work with
- * @param w: The minimum velocity
+ * @param v: The minimum velocity
* @return Returns no value
* @brief Sets the minimum velocity for kinetic scrolling
*/
@@ -1298,7 +1298,7 @@
/**
* @param s: The scrollpane to work with
- * @param w: The multiplier to reduce velocity
+ * @param d: The multiplier to reduce velocity
* @return Returns no value
* @brief Sets the multiplier to reduce the velocity of kinetic scrolling
*/
@@ -1331,7 +1331,7 @@
/**
* @param s: The scrollpane to work with
- * @param w: The desired frames per second
+ * @param fps: The desired frames per second
* @return Returns no value
* @brief Sets the number of times per second to recalculate velocity and
update the tree
*/
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_scrollpane.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_scrollpane.h 7 Feb 2008 20:15:30 -0000 1.22
+++ ewl_scrollpane.h 26 Feb 2008 04:35:58 -0000 1.23
@@ -38,7 +38,7 @@
typedef struct Ewl_Scrollpane_Scroll_Info_Base Ewl_Scrollpane_Scroll_Info_Base;
/**
- * @def EWL_SCROLLPANE_SCROLL_INFO_Base(scroll_info)
+ * @def EWL_SCROLLPANE_SCROLL_INFO_BASE(scroll_info)
* Typecasts a pointer to an Ewl_Scrollpane_Scroll_Info_Base pointer.
*/
#define EWL_SCROLLPANE_SCROLL_INFO_BASE(scroll_info)
((Ewl_Scrollpane_Scroll_Info_Base *) scroll_info)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs