From d487f9d74461c184485cb64cc5c1e03f4feb2473 Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Tue, 18 Dec 2012 18:38:35 +0000 Subject: [PATCH] efl: Created Evil group and added existing Evil groups to it. SVN revision: 81292 --- doc/main.dox | 6 ++++++ src/lib/evil/dirent.h | 1 + src/lib/evil/dlfcn.h | 1 + src/lib/evil/evil_inet.h | 1 + src/lib/evil/evil_libgen.h | 1 + src/lib/evil/evil_main.h | 1 + src/lib/evil/evil_stdio.h | 1 + src/lib/evil/evil_stdlib.h | 1 + src/lib/evil/evil_string.h | 1 + src/lib/evil/evil_time.h | 1 + src/lib/evil/evil_unistd.h | 1 + src/lib/evil/pwd.h | 1 + src/lib/evil/sys/mman.h | 1 + 13 files changed, 18 insertions(+) diff --git a/doc/main.dox b/doc/main.dox index dc0368861e..4e76c2369c 100644 --- a/doc/main.dox +++ b/doc/main.dox @@ -135,3 +135,9 @@ * * @brief Embryo */ + +/** + * @defgroup Evil + * + * @brief Evil + */ diff --git a/src/lib/evil/dirent.h b/src/lib/evil/dirent.h index 3fe9d12866..1ccc4bd9f2 100644 --- a/src/lib/evil/dirent.h +++ b/src/lib/evil/dirent.h @@ -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. * diff --git a/src/lib/evil/dlfcn.h b/src/lib/evil/dlfcn.h index 610331b702..ba6c26298a 100644 --- a/src/lib/evil/dlfcn.h +++ b/src/lib/evil/dlfcn.h @@ -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 diff --git a/src/lib/evil/evil_inet.h b/src/lib/evil/evil_inet.h index b81b8ff715..56eebda9b1 100644 --- a/src/lib/evil/evil_inet.h +++ b/src/lib/evil/evil_inet.h @@ -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. * diff --git a/src/lib/evil/evil_libgen.h b/src/lib/evil/evil_libgen.h index 4ca977ce86..b832d620ed 100644 --- a/src/lib/evil/evil_libgen.h +++ b/src/lib/evil/evil_libgen.h @@ -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. * diff --git a/src/lib/evil/evil_main.h b/src/lib/evil/evil_main.h index 157e6028b7..963bf5e7c6 100644 --- a/src/lib/evil/evil_main.h +++ b/src/lib/evil/evil_main.h @@ -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. diff --git a/src/lib/evil/evil_stdio.h b/src/lib/evil/evil_stdio.h index 533d31e4fe..2b831c4a86 100644 --- a/src/lib/evil/evil_stdio.h +++ b/src/lib/evil/evil_stdio.h @@ -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. * diff --git a/src/lib/evil/evil_stdlib.h b/src/lib/evil/evil_stdlib.h index 81d564f86f..b102b66f8e 100644 --- a/src/lib/evil/evil_stdlib.h +++ b/src/lib/evil/evil_stdlib.h @@ -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. * diff --git a/src/lib/evil/evil_string.h b/src/lib/evil/evil_string.h index 9141eba762..45c9de3638 100644 --- a/src/lib/evil/evil_string.h +++ b/src/lib/evil/evil_string.h @@ -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. * diff --git a/src/lib/evil/evil_time.h b/src/lib/evil/evil_time.h index 13fc909024..399529fe82 100644 --- a/src/lib/evil/evil_time.h +++ b/src/lib/evil/evil_time.h @@ -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. * diff --git a/src/lib/evil/evil_unistd.h b/src/lib/evil/evil_unistd.h index db6cd022fc..55b6612996 100644 --- a/src/lib/evil/evil_unistd.h +++ b/src/lib/evil/evil_unistd.h @@ -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. * diff --git a/src/lib/evil/pwd.h b/src/lib/evil/pwd.h index e7907cacbd..256c75ff57 100644 --- a/src/lib/evil/pwd.h +++ b/src/lib/evil/pwd.h @@ -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. * diff --git a/src/lib/evil/sys/mman.h b/src/lib/evil/sys/mman.h index c53437f001..0cff227c08 100644 --- a/src/lib/evil/sys/mman.h +++ b/src/lib/evil/sys/mman.h @@ -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. *