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 <cedric@osg.samsung.com>
This commit is contained in:
Tae-Hwan Kim 2014-10-27 09:08:42 +01:00 committed by Cedric BAIL
parent be9390ce8b
commit dbe87afd63
1 changed files with 6 additions and 11 deletions

View File

@ -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