Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_macros.h ewl_theme.h 


Log Message:
- fix doxy

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_macros.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_macros.h        26 Oct 2006 15:07:04 -0000      1.8
+++ ewl_macros.h        27 Oct 2006 17:30:30 -0000      1.9
@@ -50,6 +50,11 @@
        if (dat) FREE(dat); \
 }
 
+#undef IF_FREE_LIST
+/**
+ * @def IF_FREE_LIST(list)
+ * If @a list is non-NULL, free @a list and set it NULL.
+ */
 #define IF_FREE_LIST(list) \
 { \
        if (list) { \
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_theme.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ewl_theme.h 26 Oct 2006 05:32:03 -0000      1.9
+++ ewl_theme.h 27 Oct 2006 17:30:30 -0000      1.10
@@ -46,6 +46,11 @@
 int             ewl_theme_data_int_get(Ewl_Widget *w, char *k);
 void            ewl_theme_data_int_set(Ewl_Widget *w, char *k, int v);
 
+/**
+ * @internal
+ * @def EWL_THEME_KEY_NOMATCH
+ * Marker used to set when a theme key has no matching value
+ */
 #define EWL_THEME_KEY_NOMATCH ((char *)0xdeadbeef)
 
 /**



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to