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

SVN revision: 81292
This commit is contained in:
Jonas M. Gastal 2012-12-18 18:38:35 +00:00
parent 42cf8df080
commit d487f9d744
13 changed files with 18 additions and 0 deletions

View File

@ -135,3 +135,9 @@
*
* @brief Embryo
*/
/**
* @defgroup Evil
*
* @brief Evil
*/

View File

@ -22,6 +22,7 @@
* @file dirent.h
* @brief The file that provides functions ported from Unix in dirent.h.
* @defgroup Evil_Dirent_Group Dirent.h functions
* @ingroup Evil
*
* This header provides functions ported from Unix in dirent.h.
*

View File

@ -37,6 +37,7 @@ extern "C" {
* @file dlfcn.h
* @brief The file that provides functions to manage dynamic-link libraries
* @defgroup Dlfcn Functions that manage dynamic-link libraries.
* @ingroup Evil
*
* This header provides functions to load and unload dynamic-link
* libaries, to get the address of a symbol, and to get diagnostic

View File

@ -22,6 +22,7 @@
* @file evil_inet.h
* @brief The file that provides functions ported from Unix in arpa/inet.h.
* @defgroup Evil_Inet_Group Inet.h functions
* @ingroup Evil
*
* This header provides functions ported from Unix in arpa/inet.h.
*

View File

@ -6,6 +6,7 @@
* @file evil_libgen.h
* @brief The file that provides functions ported from Unix in libgen.h.
* @defgroup Evil_Libgen_Group Libgen.h functions.
* @ingroup Evil
*
* This header provides functions ported from Unix in libgen.h.
*

View File

@ -6,6 +6,7 @@
* @file evil_main.h
* @brief The file that provides functions to initialize and shut down Evil.
* @defgroup Evil_Main_Group Main
* @ingroup Evil
*
* This header provides functions to initialize and shut down the Evil
* library.

View File

@ -6,6 +6,7 @@
* @file evil_stdio.h
* @brief The file that provides functions ported from Unix in stdio.h.
* @defgroup Evil_Stdio_Group Stdio.h functions
* @ingroup Evil
*
* This header provides functions ported from Unix in stdio.h.
*

View File

@ -6,6 +6,7 @@
* @file evil_stdlib.h
* @brief The file that provides functions ported from Unix in stdlib.h.
* @defgroup Evil_Stdlib_Group Stdlib.h functions.
* @ingroup Evil
*
* This header provides functions ported from Unix in stdlib.h.
*

View File

@ -6,6 +6,7 @@
* @file evil_string.h
* @brief The file that provides functions ported from Unix in string.h.
* @defgroup Evil_String_Group String.h functions.
* @ingroup Evil
*
* This header provides functions ported from Unix in string.h.
*

View File

@ -6,6 +6,7 @@
* @file evil_time.h
* @brief The file that provides functions ported from Unix in time.h.
* @defgroup Evil_Time_Group Time.h functions
* @ingroup Evil
*
* This header provides functions ported from Unix in time.h.
*

View File

@ -6,6 +6,7 @@
* @file evil_unistd.h
* @brief The file that provides functions ported from Unix in unistd.h.
* @defgroup Evil_Unistd_Group Unistd.h functions
* @ingroup Evil
*
* This header provides functions ported from Unix in unistd.h.
*

View File

@ -6,6 +6,7 @@
* @file pwd.h
* @brief The file that provides functions ported from Unix in pwd.h.
* @defgroup Evil_Pwd_Group Pwd.h functions
* @ingroup Evil
*
* This header provides functions ported from Unix in dirent.h.
*

View File

@ -65,6 +65,7 @@ extern "C" {
* @file mman.h
* @brief The file that provides the memory map functions
* @defgroup Mman Functions that manage memory mappping.
* @ingroup Evil
*
* This header provides the meomry map functions mmap and munmap.
*