From: caro Date: Thu, 18 Mar 2010 21:32:34 +0000 (+0000) Subject: add a table of content. "Next Steps" must be filled. X-Git-Tag: 2.0_alpha~54^2~185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=010edffe48a03ea85051135c60492c88775527f1;p=framework%2Fuifw%2Feet.git add a table of content. "Next Steps" must be filled. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@47329 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/doc/eet.dox.in b/doc/eet.dox.in index 8847fb4..9922fdb 100644 --- a/doc/eet.dox.in +++ b/doc/eet.dox.in @@ -24,11 +24,16 @@ These routines are used for Eet Library interaction @author Mathieu Taillefumier @author Albin "Lutin" Tonnerre @author Adam Simpkins -@date 2000-2010 - +@date 2000-2010 +@section toc Table of Contents +@li @ref intro +@li @ref example +@li @ref format +@li @ref next_steps +@li @ref intro_example @section intro What is Eet? @@ -51,10 +56,6 @@ machines, or just writing to arbitary files on the system. All data is encoded in a platform independant way and can be written and read by any architecture. - - - - @section example A simple example on using Eet Here is a simple example on how to use Eet to save a series of strings to a @@ -106,10 +107,6 @@ main(int argc, char **argv) } @endcode - - - - @section format What does an Eet file look like? The file format is very simple. There is a directory block at the start of @@ -191,9 +188,13 @@ information stored in data structures a simple 1 function call process. Please see src/lib/eet_data.c for information on the format of these specially encoded data entries in an Eet file (for now). +@section next_steps Next Steps +to be filled... +@section intro_example Introductory Examples +@ref Examples @todo Document data format for images and data structures.