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.h ewl_freebox_mvc.h ewl_paned.c ewl_text.c ewl_tree.c Log Message: - fix doxy =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_embed.c,v retrieving revision 1.149 retrieving revision 1.150 diff -u -3 -r1.149 -r1.150 --- ewl_embed.c 18 Jul 2008 12:32:02 -0000 1.149 +++ ewl_embed.c 29 Jul 2008 02:31:46 -0000 1.150 @@ -74,7 +74,7 @@ } /** - * @param w: the embed to be initialized to default values and callbacks + * @param emb: the embed to be initialized to default values and callbacks * @return Returns TRUE or FALSE depending on if initialization succeeds. * @brief initialize a embed to default values and callbacks * =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filedialog.c,v retrieving revision 1.46 retrieving revision 1.47 diff -u -3 -r1.46 -r1.47 --- ewl_filedialog.c 7 May 2008 13:38:23 -0000 1.46 +++ ewl_filedialog.c 29 Jul 2008 02:31:47 -0000 1.47 @@ -581,7 +581,7 @@ /** * @param fd: The filedialog to work with - * @t: Non-zero to set the filedialog to a save type + * @param t: Non-zero to set the filedialog to a save type * @return Returns no value * @brief Sets the type of the filedialog */ @@ -630,7 +630,7 @@ } /** - * @param fp: The filedialog to work with + * @param fd: The filedialog to work with * @return Returns non-zero if the filedialog can return directories * @brief Gets the filedialog's policy on returning directories */ =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist.h,v retrieving revision 1.27 retrieving revision 1.28 diff -u -3 -r1.27 -r1.28 --- ewl_filelist.h 29 Jun 2008 14:01:39 -0000 1.27 +++ ewl_filelist.h 29 Jul 2008 02:31:47 -0000 1.28 @@ -31,23 +31,23 @@ * @{ */ - /** - * * @def EWL_FILELIST_FILTER_TYPE - * * The type name - * **/ +/** + * @def EWL_FILELIST_FILTER_TYPE + * The type name + */ #define EWL_FILELIST_FILTER_TYPE "filelist_filter" typedef struct Ewl_Filelist_Filter Ewl_Filelist_Filter; /** - * * @def EWL_FILELIST_FILTER(ff) - * * Typecasts a pointer to an Ewl_Filelist_Filter - * **/ + * @def EWL_FILELIST_FILTER(ff) + * Typecasts a pointer to an Ewl_Filelist_Filter + */ #define EWL_FILELIST_FILTER(ff), ((Ewl_Filelist_Filter *)ff) /** - * * @brief The data structure for Ewl_Filelist_Filter - * **/ + * @brief The data structure for Ewl_Filelist_Filter + */ struct Ewl_Filelist_Filter { char *name; @@ -135,22 +135,22 @@ }; /** - * * @def EWL_FILELIST_DIRECTORY_TYPE - * * The type name - * */ + * @def EWL_FILELIST_DIRECTORY_TYPE + * The type name + */ #define EWL_FILELIST_DIRECTORY_TYPE "filelist_directory" typedef struct Ewl_Filelist_Directory Ewl_Filelist_Directory; /** - * * @def EWL_FILELIST_DIRECTORY(fl) - * * Typecasts a pointer to an Ewl_Filelist_Directory pointer - * */ + * @def EWL_FILELIST_DIRECTORY(fl) + * Typecasts a pointer to an Ewl_Filelist_Directory pointer + */ #define EWL_FILELIST_DIRECTORY(fl) ((Ewl_Filelist_Directory *)fl) /** - * * @brief The data structure for Ewl_Filelist_Directory - * */ + * @brief The data structure for Ewl_Filelist_Directory + */ struct Ewl_Filelist_Directory { const char *name; =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_freebox_mvc.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ewl_freebox_mvc.h 19 May 2008 22:11:09 -0000 1.1 +++ ewl_freebox_mvc.h 29 Jul 2008 02:31:47 -0000 1.2 @@ -37,7 +37,7 @@ typedef struct Ewl_Freebox_MVC Ewl_Freebox_MVC; /** - * @breif Inherits from EWL_MVC and extends to provide a free layout widget + * @brief Inherits from EWL_MVC and extends to provide a free layout widget */ struct Ewl_Freebox_MVC { =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_paned.c,v retrieving revision 1.74 retrieving revision 1.75 diff -u -3 -r1.74 -r1.75 --- ewl_paned.c 23 Jul 2008 21:22:44 -0000 1.74 +++ ewl_paned.c 29 Jul 2008 02:31:47 -0000 1.75 @@ -516,7 +516,7 @@ } /** - * @param w: The paned to work with + * @param p: The paned to work with * @param pane_num: The number of visible panes * @return Returns no value * @brief The arrange the child widgets =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v retrieving revision 1.204 retrieving revision 1.205 diff -u -3 -r1.204 -r1.205 --- ewl_text.c 18 Jul 2008 12:32:02 -0000 1.204 +++ ewl_text.c 29 Jul 2008 02:31:47 -0000 1.205 @@ -748,7 +748,7 @@ } /** - * @param e: the text to set the obscuring character + * @param t: the text to set the obscuring character * @param o: the character to obscure the password characters. This need to be * a string, because UTF-8 characters can be longer then one byte. * If it is not a valid UTF-8 character it will fallback to an =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree.c,v retrieving revision 1.74 retrieving revision 1.75 diff -u -3 -r1.74 -r1.75 --- ewl_tree.c 18 Jul 2008 12:32:02 -0000 1.74 +++ ewl_tree.c 29 Jul 2008 02:31:47 -0000 1.75 @@ -244,6 +244,7 @@ /** * @param tree: The tree to work with * @param col: The number of the column to change the fixed size flag + * @param fixed: The fixed size flag to set * @return Returns no value * @brief Set the fixed size flag of the give column */ @@ -300,6 +301,7 @@ /** * @param tree: The tree to work with * @param col: The number of the column to change the initial size + * @param size: The initial column size to set * @return Returns no value * @brief Set the initial size of the give column */ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs