efl/eina: fix doc for content access
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 28 Dec 2012 19:08:42 +0000 (19:08 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 28 Dec 2012 19:08:42 +0000 (19:08 +0000)
SVN revision: 81831

src/lib/eina/Eina.h

index 188a37c..2205811 100644 (file)
  * @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