Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_config


Modified Files:
        Ecore_Config.h 


Log Message:
Doxygen, the right way (thanks raster)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/Ecore_Config.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- Ecore_Config.h      15 Sep 2004 05:14:43 -0000      1.35
+++ Ecore_Config.h      15 Sep 2004 05:44:24 -0000      1.36
@@ -29,13 +29,13 @@
  */
 typedef enum Ecore_Config_Type
 {
-   PT_NIL = 0,                 /* Property with no value. */
-   PT_INT = 1,                 /* Integer property type. */
-   PT_FLT = 2,                 /* Float property type. */
-   PT_STR = 3,                 /* String property type. */
-   PT_RGB = 4,                 /* Colour property type. */
-   PT_THM = 5,                 /* Theme property type. */
-   PT_BLN = 6,                 ///
+   PT_NIL = 0,                 /**< Property with no value. */
+   PT_INT = 1,                 /**< Integer property type. */
+   PT_FLT = 2,                 /**< Float property type. */
+   PT_STR = 3,                 /**< String property type. */
+   PT_RGB = 4,                 /**< Colour property type. */
+   PT_THM = 5,                 /**< Theme property type. */
+   PT_BLN = 6,                 /**< Boolean property type. */
 } Ecore_Config_Type;
 
 typedef enum Ecore_Config_Flag




-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to