Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
      Tag: SPLIT
        ecore.c.in 


Log Message:


doc work
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/Attic/ecore.c.in,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -3 -r1.1.2.7 -r1.1.2.8
--- ecore.c.in  27 Feb 2003 01:58:10 -0000      1.1.2.7
+++ ecore.c.in  3 Mar 2003 03:29:37 -0000       1.1.2.8
@@ -144,7 +144,7 @@
 up to call a function - exit_func(), whenever an event of type 
 ECORE_EVENT_SIGNAL_EXIT is received (CTRL-C on the command line will cause
 such an event to happen). If this event occurs it tells you what kind of
-exit signal was recieved, and asks the main loop to quit when it is finished
+exit signal was received, and asks the main loop to quit when it is finished
 by calling ecore_main_loop_quit().
 
 The handles returned by ecore_timer_add() and ecore_event_handler_add() are 
@@ -166,8 +166,16 @@
 
 @section compiling How to compile using Ecore?
 
-To be documented...
+This section has to be documented. Below is just a quick line to handle all
+Ecore modules at once.
 
[EMAIL PROTECTED]
+gcc *.c \
+-I/usr/local/include -I/usr/X11R6/include \
+-L/usr/local/lib -L/usr/X11R6/lib \
+-lecore -lecore_evas -lecore_x -lecore_fb -lecore_job \
+`evas-config --cflags --libs`
[EMAIL PROTECTED]
 
 
 
@@ -184,7 +192,7 @@
 
 @section install How is it installed?
 
-Suggested configure options for evas for a P2/AMD/P3/P4 desktop X display:
+Suggested configure options for evas for a Linux desktop X display:
 
 @verbatim
 ./configure \
@@ -206,21 +214,21 @@
 
 
 
[EMAIL PROTECTED] tutorial Ecore Tutorial
 
[EMAIL PROTECTED] api API Calls
+You will find a more comprehensive @ref tut here, going through many examples
+with tips and hints as to how best do some things.
 
[EMAIL PROTECTED] api Ecore API call list
 
[EMAIL PROTECTED] (1.0) Document API
 
-*/
 
-/** @page api API Calls
 
-Here are a list of API calls
[EMAIL PROTECTED] (1.0) Document API
+
+*/
 
[EMAIL PROTECTED] ecore_init
+/** @page tut Ecore Tutorial
 
[EMAIL PROTECTED] ecore_shutdown
+Here is a tutotial for using Ecore...
 
 */




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to