efl/eina: fix doc for content access

SVN revision: 81831
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-28 19:08:42 +00:00
parent be2a8b1ae8
commit e86d9e0dd9
1 changed files with 9 additions and 1 deletions

View File

@ -96,10 +96,18 @@
* @defgroup Eina_Data_Types_Group Data Types
* @ingroup Eina
*
* Eina provide easy to use and optimized data types and structures.
* Eina provides an easy to use and optimized data types and structures.
*
* @defgroup Eina_Content_Access_Group Content Access
* @ingroup Eina_Data_Types_Group
*
* Eina provides an uniform way to access elements of a container,
* either sequential or indexed.
*
* @defgroup Eina_Containers_Group Containers
* @ingroup Eina_Data_Types_Group
*
* Data types that contains other types. Examples: list, array and hash.
*
* @section eina_main_Intro Introduction
* Containers are data types that hold data and allow iteration over