cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dbe87afd6396e0ad10c8c8660f2b8511bf98daa0
commit dbe87afd6396e0ad10c8c8660f2b8511bf98daa0 Author: Tae-Hwan Kim <the81....@samsung.com> Date: Mon Oct 27 09:08:42 2014 +0100 eina: documentation enhance - add @brief tag Summary: Add @brief for brief description Reviewers: raster, cedric Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1577 Signed-off-by: Cedric BAIL <ced...@osg.samsung.com> --- src/lib/eina/Eina.h | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/lib/eina/Eina.h b/src/lib/eina/Eina.h index bb6d325..f7283f7 100644 --- a/src/lib/eina/Eina.h +++ b/src/lib/eina/Eina.h @@ -139,21 +139,18 @@ * * * @defgroup Eina_Data_Types_Group Data Types + * @brief Eina provides an easy to use and optimized data types and structures. * @ingroup Eina * - * Eina provides an easy to use and optimized data types and structures. - * * @defgroup Eina_Content_Access_Group Content Access + * @brief Eina provides an uniform way to access elements of a container, + * either sequential or indexed. * @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 + * @brief Data types that contains other types. Examples: list, array and hash. * @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 * their elements with an @ref Eina_Iterator_Group, or eventually an @@ -201,11 +198,9 @@ * should return properly populated @ref _Eina_Iterator and @ref _Eina_Accessor. * * @defgroup Eina_Tools_Group Tools + * @brief Eina tools aims to help application development, providing ways to + * make it safer, log errors, manage memory more efficiently and more. * @ingroup Eina - * - * Eina tools aims to help application development, providing ways to - * make it safer, log errors, manage memory more efficiently and more. - * */ #ifdef _WIN32 --