From e86d9e0dd9f0f053a759cc26ab7c3670654659ee Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 28 Dec 2012 19:08:42 +0000 Subject: [PATCH] efl/eina: fix doc for content access SVN revision: 81831 --- src/lib/eina/Eina.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/lib/eina/Eina.h b/src/lib/eina/Eina.h index 188a37cb3d..2205811131 100644 --- a/src/lib/eina/Eina.h +++ b/src/lib/eina/Eina.h @@ -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