E CVS: libs/eet davemds

2007-12-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : libs/eet

Dir : e17/libs/eet/src/lib


Modified Files:
Eet.h 


Log Message:
Arghh !! I have lost one night of work for this doxy error. Please, please, 
please update doxy when you make changes.

===
RCS file: /cvs/e/e17/libs/eet/src/lib/Eet.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- Eet.h   31 Oct 2007 07:13:57 -  1.40
+++ Eet.h   20 Dec 2007 00:13:13 -  1.41
@@ -137,7 +137,7 @@
/**
 * Open an eet file on disk, and returns a handle to it.
 * @param file The file path to the eet file. eg: "/tmp/file.eet".
-* @param mode The mode for opening. Either EET_FILE_MODE_READ or 
EET_FILE_MODE_WRITE, but not both.
+* @param mode The mode for opening. Either EET_FILE_MODE_READ, 
EET_FILE_MODE_WRITE or EET_FILE_MODE_READ_WRITE.
 * @return An opened eet file handle.
 *
 * This function will open an exiting eet file for reading, and build
@@ -149,6 +149,10 @@
 * delete the original file and replace it with a new empty file, till
 * the eet file handle is closed or flushed. If it cannot be opened for
 * writing or a memory error occurs, NULL is returned.
+*
+* You can also open the file for read/write. If you then write a key that
+* not exist it will be created, if the key exist it will be replaced by 
+* the new data.
 *
 * Example:
 * @code



-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/eet davemds

2007-12-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : libs/eet

Dir : e17/libs/eet/doc


Modified Files:
foot.html head.html 
Added Files:
e.css 


Log Message:
Update doxy style

===
RCS file: /cvs/e/e17/libs/eet/doc/foot.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- foot.html   3 Dec 2002 00:26:34 -   1.1
+++ foot.html   6 Dec 2007 18:38:09 -   1.2
@@ -1,2 +1,6 @@
-
+  
+  
+  Copyright © Enlightenment.org
+  $projectname Documentation Generated: $datetime
+ 
 
===
RCS file: /cvs/e/e17/libs/eet/doc/head.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- head.html   5 Mar 2003 05:41:03 -   1.2
+++ head.html   6 Dec 2007 18:38:09 -   1.3
@@ -1,19 +1,44 @@
-
-
-
-
-$title
-
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 
-
+
+ 
+  $title
+  
+ 
 
 
-
-
-
-
-E : E : T
-
-
-
-
+ 
+  
+   
+ 
+ http://web.enlightenment.org/p.php?p=index";>Home
+ http://web.enlightenment.org/p.php?p=news";>News
+ http://web.enlightenment.org/p.php?p=about";>About
+ http://web.enlightenment.org/p.php?p=download";>Download
+
+   
+   
+
+
+ 
+  Main Page
+  API Reference
+  Globals
+  Related Pages
+ 
+
+
+   
+   
+
+ http://web.enlightenment.org/p.php?p=support";>Support
+ http://web.enlightenment.org/p.php?p=contribute";>Contribute
+ http://web.enlightenment.org/p.php?p=contact";>Contact
+ http://trac.enlightenment.org/e";>Tracker
+
+   
+  
+ 
+
+ 



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/eet davemds

2007-12-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : libs/eet

Dir : e17/libs/eet


Modified Files:
Doxyfile gendoc 


Log Message:
Update doxy style

===
RCS file: /cvs/e/e17/libs/eet/Doxyfile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Doxyfile22 Oct 2004 19:12:13 -  1.3
+++ Doxyfile6 Dec 2007 18:38:09 -   1.4
@@ -9,7 +9,7 @@
 HTML_FILE_EXTENSION= .html
 HTML_HEADER= doc/head.html
 HTML_FOOTER= doc/foot.html
-HTML_STYLESHEET= doc/eet.css
+HTML_STYLESHEET= doc/e.css
 HTML_ALIGN_MEMBERS = YES
 ENUM_VALUES_PER_LINE   = 1
 GENERATE_HTMLHELP  = NO
@@ -18,7 +18,7 @@
 GENERATE_CHI   = NO
 BINARY_TOC = NO
 TOC_EXPAND = NO
-DISABLE_INDEX  = NO
+DISABLE_INDEX  = YES
 EXTRACT_ALL= NO
 EXTRACT_PRIVATE= NO
 EXTRACT_STATIC = NO
===
RCS file: /cvs/e/e17/libs/eet/gendoc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- gendoc  20 Feb 2004 08:23:17 -  1.3
+++ gendoc  6 Dec 2007 18:38:09 -   1.4
@@ -8,7 +8,7 @@
 #done
 rm -rf ./doc/html ./doc/latex ./doc/man
 doxygen
-cp doc/img/*.png doc/html/
+cp doc/img/* doc/html/
 rm -f eet_docs.tar eet_docs.tar.gz
 tar -cvf eet_docs.tar doc/html doc/man doc/latex
 gzip -9 eet_docs.tar



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/eet davemds

2007-12-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : libs/eet

Dir : e17/libs/eet/doc/img


Added Files:
_.gif b.png n.gif n.png t.gif t.png tl.gif tl.png 


Log Message:
Update doxy style




-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs