From: barbieri Date: Thu, 18 Mar 2010 22:36:41 +0000 (+0000) Subject: eet docs: next steps X-Git-Tag: 2.0_alpha~54^2~183 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9b4192e3827a65f5be27601226090569282c39b;p=framework%2Fuifw%2Feet.git eet docs: next steps git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@47337 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/doc/eet.dox.in b/doc/eet.dox.in index def2370..d6a7bfb 100644 --- a/doc/eet.dox.in +++ b/doc/eet.dox.in @@ -236,7 +236,18 @@ make install @section next_steps Next Steps -to be filled... +After you understood what Eet is and installed it in your system you +should proceed understanding the programming interface. We'd recommend +you to take a while to learn Eina +(http://docs.enlightenment.org/auto/eina/) as it is very convenient +and optimized, and Eet provides integration with it. + +Recommended reading: + +@li @ref Eet_File_Group to know the basics to open and save files. +@li @ref Eet_Data_Group to know the convenient way to serialize and + parse your data structures automatically. Just create your + descriptors and let Eet do the work for you. @section intro_example Introductory Examples