From: gastal Date: Fri, 15 Jul 2011 18:33:41 +0000 (+0000) Subject: Eina: Giving some pages better names and fixing a typo. X-Git-Tag: 2.0_alpha~69^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c93535cf169e9b3f0026535efff048d0a3a0f09;p=framework%2Fuifw%2Feina.git Eina: Giving some pages better names and fixing a typo. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@61411 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/include/eina_inlist.h b/src/include/eina_inlist.h index 504973d..e97373e 100644 --- a/src/include/eina_inlist.h +++ b/src/include/eina_inlist.h @@ -52,7 +52,7 @@ * @until } * * The @ref Eina_Inlist can be used exactly the same way as @ref Eina_List when - * appending, prepend and removing items. But since we already have the node + * appending, prepending and removing items. But since we already have the node * pointers inside the structure, they need to be retrieved with the macro @ref * EINA_INLIST_GET : * @@ -270,17 +270,17 @@ */ /** - * @page eina_inlist_01_c eina_inlist_01.c + * @page eina_inlist_01_c eina_inlist_01.c Eina_Inlist basic usage source * @include eina_inlist_01.c */ /** - * @page eina_inlist_02_c eina_inlist_02.c + * @page eina_inlist_02_c eina_inlist_02.c Eina_Inlist advanced usage - lists and inlists source * @include eina_inlist_02.c */ /** - * @page eina_inlist_03_c eina_inlist_03.c + * @page eina_inlist_03_c eina_inlist_03.c Eina_Inlist advanced usage - multi-inlists source * @include eina_inlist_03.c */