efl: Created Eina group and added existing Eina groups to it.

SVN revision: 81290
This commit is contained in:
Jonas M. Gastal 2012-12-18 18:38:25 +00:00
parent 22a6966653
commit a6b491fc01
5 changed files with 12 additions and 1 deletions

View File

@ -122,4 +122,10 @@
* @defgroup Eet
*
* @brief Eet
*/
*/
/**
* @defgroup Eina
*
* @brief Eina
*/

View File

@ -94,6 +94,7 @@
* Please see the @ref authors page for contact details.
*
* @defgroup Eina_Data_Types_Group Data Types
* @ingroup Eina
*
* Eina provide easy to use and optimized data types and structures.
*
@ -147,6 +148,7 @@
* should return properly populated @ref _Eina_Iterator and @ref _Eina_Accessor.
*
* @defgroup Eina_Tools_Group Tools
* @ingroup Eina
*
* Eina tools aims to help application development, providing ways to
* make it safer, log errors, manage memory more efficiently and more.

View File

@ -3,6 +3,7 @@
/**
* @addtogroup Eina_Mmap_Group Mmap Group
* @ingroup Eina
*
* @brief These functions provide helpers for safe mmap handling
*

View File

@ -25,6 +25,7 @@
/**
* @addtogroup Eina_Object Object
* @ingroup Eina
*
* @brief These functions manage object providing pointer checking
* and memory repacking.

View File

@ -3,6 +3,7 @@
/**
* @addtogroup Eina_Prefix_Group Prefix Group
* @ingroup Eina
*
* @brief These functions provide the ability to determine the runtime
* location of a software package