Enlightenment CVS committal Author : davemds Project : e17 Module : libs/efreet
Dir : e17/libs/efreet/src/lib Modified Files: Efreet.h Efreet_Mime.h Efreet_Trash.h efreet_desktop.c efreet_icon.c efreet_menu.c efreet_mime.c Log Message: * Fix Doxy warnings =================================================================== RCS file: /cvs/e/e17/libs/efreet/src/lib/Efreet.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- Efreet.h 4 Nov 2007 09:32:35 -0000 1.4 +++ Efreet.h 2 Aug 2008 21:48:44 -0000 1.5 @@ -22,6 +22,8 @@ * @li Icon Theme Specification * @li Desktop Entry Specification * @li Desktop Menu Specification + * @li Shared Mime Info Specification + * @li Trash Specification */ #ifdef EAPI =================================================================== RCS file: /cvs/e/e17/libs/efreet/src/lib/Efreet_Mime.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- Efreet_Mime.h 4 Nov 2007 11:19:55 -0000 1.9 +++ Efreet_Mime.h 2 Aug 2008 21:48:44 -0000 1.10 @@ -5,19 +5,15 @@ /** * @file Efreet_Mime.h * @brief The file that must be included by any project wishing to use - * Efreet_Mime. Efreet_Mime.h provides all of the necessary headers and - * includes to work with Efreet_Mime. - */ - -/** - * @mainpage The Efreet Mime Library - * - * @section intro Introduction - * + * @addtogroup Efreet_Mime Efreet_Mime: The XDG Shared Mime Info standard * Efreet Mime is a library designed to help apps work with the * Freedesktop.org Shared Mime Info standard. + * Efreet_Mime.h provides all of the necessary headers and + * includes to work with Efreet_Mime. + * @{ */ + #ifdef EAPI #undef EAPI #endif @@ -43,9 +39,6 @@ extern "C" { #endif -/** - * @{ - */ EAPI int efreet_mime_init(void); EAPI void efreet_mime_shutdown(void); =================================================================== RCS file: /cvs/e/e17/libs/efreet/src/lib/Efreet_Trash.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Efreet_Trash.h 16 Jul 2008 19:45:12 -0000 1.1 +++ Efreet_Trash.h 2 Aug 2008 21:48:44 -0000 1.2 @@ -3,10 +3,11 @@ #define EFREET_TRASH_H /** - * @file efreet_trash.h + * @file Efreet_Trash.h * @brief Contains the methods used to support the FDO trash specification. * @addtogroup Efreet_Trash Efreet_Trash: The XDG Trash Specification - * Some better explanation here... + * Efreet_Trash.h provides all of the necessary headers and includes to + * work with Efreet_Trash. * @{ */ @@ -35,9 +36,7 @@ extern "C" { #endif -/** - * @{ - */ + /** * Efreet_Uri =================================================================== RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_desktop.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -3 -r1.39 -r1.40 --- efreet_desktop.c 6 Jul 2008 14:06:31 -0000 1.39 +++ efreet_desktop.c 2 Aug 2008 21:48:44 -0000 1.40 @@ -510,7 +510,7 @@ /** * @param desktop: The desktop file to work with * @param files: The files to be substituted into the exec line - * @aparam data: The data pointer to pass + * @param data: The data pointer to pass * @return Returns the Ecore_Exce for @a desktop * @brief Parses the @a desktop exec line and returns an Ecore_Exe. */ =================================================================== RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_icon.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- efreet_icon.c 29 Jul 2008 18:55:41 -0000 1.32 +++ efreet_icon.c 2 Aug 2008 21:48:44 -0000 1.33 @@ -389,7 +389,7 @@ /** * @param theme_name: The icon theme to look for - * @param icon: List of icons to look for + * @param icons: List of icons to look for * @param size; The icon size to look for * @return Returns the path representing first found icon or * NULL if none of the icons are found =================================================================== RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_menu.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- efreet_menu.c 17 Jan 2008 22:38:46 -0000 1.26 +++ efreet_menu.c 2 Aug 2008 21:48:44 -0000 1.27 @@ -799,6 +799,7 @@ /** * @param menu: The menu to work with * @param desktop: The desktop to insert + * @param pos: The position to place the new desktop * @return Returns 1 on success, 0 on failure * @brief Insert a desktop element in a menu structure. Only accepts desktop files * in default directories. @@ -838,6 +839,7 @@ } /** + * @param menu: The menu to work with * @param desktop: The desktop to remove * @return Returns 1 on success, 0 on failure * @brief Remove a desktop element in a menu structure. Only accepts desktop files =================================================================== RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_mime.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- efreet_mime.c 29 May 2008 02:00:04 -0000 1.37 +++ efreet_mime.c 2 Aug 2008 21:48:44 -0000 1.38 @@ -174,7 +174,9 @@ } /** - * @param file: The file to find the mime type icon + * @param mime: The name of the mime type + * @param theme: The name of the theme to search icons in + * @param size: The wanted size of the icon * @return Returns mime type icon path as a string * @brief Retreive the mime type icon for a file */ @@ -306,7 +308,6 @@ /** * @param file: The file to check the mime type - * @param methods: The methods to use, see Efreet_Mime_Method structure * @return Returns mime type as a string * @brief Retreive the special mime type of a file */ @@ -318,7 +319,6 @@ /** * @param file: The file to check the mime type - * @param methods: The methods to use, see Efreet_Mime_Method structure * @return Returns mime type as a string * @brief Retreive the fallback mime type of a file */ ------------------------------------------------------------------------- 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