From dbe87afd6396e0ad10c8c8660f2b8511bf98daa0 Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Mon, 27 Oct 2014 09:08:42 +0100 Subject: [PATCH] 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 --- 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 bb6d32555b..f7283f7a9c 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