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

SVN revision: 81290
devs/devilhorns/wayland_egl
Jonas M. Gastal 11 years ago
parent 22a6966653
commit a6b491fc01
  1. 8
      doc/main.dox
  2. 2
      src/lib/eina/Eina.h
  3. 1
      src/lib/eina/eina_mmap.h
  4. 1
      src/lib/eina/eina_object.h
  5. 1
      src/lib/eina/eina_prefix.h

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

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

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

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

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

Loading…
Cancel
Save