Enlightenment CVS committal

Author  : ncn
Project : e17
Module  : libs/ecore

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


Modified Files:
        Ecore_X.h ecore_x.c 


Log Message:
Some restructuring, clean up, grouping, explaining, etc.  Getting there...
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Ecore_X.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- Ecore_X.h   21 Sep 2004 19:18:45 -0000      1.59
+++ Ecore_X.h   22 Sep 2004 08:17:15 -0000      1.60
@@ -7,7 +7,14 @@
 
 /**
  * @file
- * @brief Ecore functions for dealing with the X Windows system
+ * @brief Ecore functions for dealing with the X Windows System
+ *
+ * Ecore_X provides a wrapper and convenience functions for using the
+ * X Windows System.  Function groups for this part of the library 
+ * include the following:
+ * @li @ref Ecore_X_Init_Group
+ * @li @ref Ecore_X_Display_Attr_Group
+ * @li @ref Ecore_X_Flush_Group
  */
 
 typedef unsigned int Ecore_X_ID;
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- ecore_x.c   21 Sep 2004 19:18:45 -0000      1.39
+++ ecore_x.c   22 Sep 2004 08:17:15 -0000      1.40
@@ -211,7 +211,7 @@
 int ECORE_X_LOCK_CAPS = 0;
 
 /**
- * @defgroup Ecore_X_Init_Group Ecore X Library Init and Shutdown Functions
+ * @defgroup Ecore_X_Init_Group X Library Init and Shutdown Functions
  *
  * Functions that start and shut down the Ecore X Library.
  */
@@ -537,7 +537,7 @@
 }
 
 /**
- * @defgroup Ecore_X_Display_Attr_Group Ecore X Display Attributes
+ * @defgroup Ecore_X_Display_Attr_Group X Display Attributes
  *
  * Functions that set and retrieve X display attributes.
  */
@@ -596,7 +596,7 @@
 }
 
 /**
- * @defgroup Ecore_X_Flush_Group Ecore X Synchronization Functions
+ * @defgroup Ecore_X_Flush_Group X Synchronization Functions
  *
  * Functions that ensure that all commands that have been issued by the
  * Ecore X library have been sent to the server.




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to