Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_stock.h Log Message: - doxygen fixes =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_stock.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_stock.h 3 Dec 2006 06:21:33 -0000 1.2 +++ ewl_stock.h 4 Dec 2006 04:54:02 -0000 1.3 @@ -10,8 +10,9 @@ * @{ */ -/* - * predefinition of the function structure +/** + * @internal + * The stock function pointers. */ typedef struct Ewl_Stock_Funcs Ewl_Stock_Funcs; @@ -22,6 +23,7 @@ #define EWL_STOCK_TYPE "stock" /** + * The stock structure. */ typedef struct Ewl_Stock Ewl_Stock; @@ -43,9 +45,9 @@ struct Ewl_Stock_Funcs { - void (*label_set)(Ewl_Stock *s, const char *txt); - void (*image_set)(Ewl_Stock *s, const char *file, const char *key); - void (*tooltip_set)(Ewl_Stock *s, const char *tip); + void (*label_set)(Ewl_Stock *s, const char *txt); /**< The label set function */ + void (*image_set)(Ewl_Stock *s, const char *file, const char *key); /**< The image set function */ + void (*tooltip_set)(Ewl_Stock *s, const char *tip); /**< The tooltip set function */ }; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs