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

SVN revision: 81289
This commit is contained in:
Jonas M. Gastal 2012-12-18 18:38:19 +00:00
parent b23fb8a16b
commit 22a6966653
2 changed files with 13 additions and 0 deletions

View File

@ -118,3 +118,8 @@
* @brief Evas * @brief Evas
*/ */
/**
* @defgroup Eet
*
* @brief Eet
*/

View File

@ -204,6 +204,7 @@ EAPI extern Eet_Version *eet_version;
/** /**
* @defgroup Eet_Group Top level functions * @defgroup Eet_Group Top level functions
* @ingroup Eet
* Functions that affect Eet as a whole. * Functions that affect Eet as a whole.
* *
* @{ * @{
@ -242,6 +243,7 @@ typedef enum _Eet_Error
/** /**
* @defgroup Eet_Compression Eet Compression Levels * @defgroup Eet_Compression Eet Compression Levels
* @ingroup Eet
* Compression modes/levels supported by Eet. * Compression modes/levels supported by Eet.
* *
* @{ * @{
@ -326,6 +328,7 @@ eet_clearcache(void);
/** /**
* @defgroup Eet_File_Group Eet File Main Functions * @defgroup Eet_File_Group Eet File Main Functions
* @ingroup Eet
* *
* Functions to create, destroy and do basic manipulation of * Functions to create, destroy and do basic manipulation of
* #Eet_File handles. * #Eet_File handles.
@ -994,6 +997,7 @@ eet_write_cipher(Eet_File *ef,
/** /**
* @defgroup Eet_File_Image_Group Image Store and Load * @defgroup Eet_File_Image_Group Image Store and Load
* @ingroup Eet
* *
* Eet efficiently stores and loads images, including alpha * Eet efficiently stores and loads images, including alpha
* channels and lossy compressions. * channels and lossy compressions.
@ -1783,6 +1787,7 @@ eet_data_image_encode_cipher(const void *data,
/** /**
* @defgroup Eet_Cipher_Group Cipher, Identity and Protection Mechanisms * @defgroup Eet_Cipher_Group Cipher, Identity and Protection Mechanisms
* @ingroup Eet
* *
* Eet allows one to protect entries of an #Eet_File * Eet allows one to protect entries of an #Eet_File
* individually. This may be used to ensure data was not tampered or * individually. This may be used to ensure data was not tampered or
@ -1947,6 +1952,7 @@ eet_identity_certificate_print(const unsigned char *certificate,
/** /**
* @defgroup Eet_Data_Group Eet Data Serialization * @defgroup Eet_Data_Group Eet Data Serialization
* @ingroup Eet
* *
* Convenience functions to serialize and parse complex data * Convenience functions to serialize and parse complex data
* structures to binary blobs. * structures to binary blobs.
@ -3770,6 +3776,7 @@ eet_data_descriptor_encode_cipher(Eet_Data_Descriptor *edd,
/** /**
* @defgroup Eet_Node_Group Low-level Serialization Structures. * @defgroup Eet_Node_Group Low-level Serialization Structures.
* @ingroup Eet
* *
* Functions that create, destroy and manipulate serialization nodes * Functions that create, destroy and manipulate serialization nodes
* used by @ref Eet_Data_Group. * used by @ref Eet_Data_Group.
@ -4141,6 +4148,7 @@ eet_node_walk(void *parent,
/** /**
* @defgroup Eet_Connection_Group Helper function to use eet over a network link * @defgroup Eet_Connection_Group Helper function to use eet over a network link
* @ingroup Eet
* *
* Function that reconstruct and prepare packet of @ref Eet_Data_Group to be send. * Function that reconstruct and prepare packet of @ref Eet_Data_Group to be send.
* *