Eina: Giving some pages better names and fixing a typo.
authorgastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 15 Jul 2011 18:33:41 +0000 (18:33 +0000)
committergastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 15 Jul 2011 18:33:41 +0000 (18:33 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@61411 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_inlist.h

index 504973d..e97373e 100644 (file)
@@ -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 :
  *
  */
 
 /**
- * @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
  */