efl: Created Evil group and added existing Evil groups to it.
authorJonas M. Gastal <jgastal@profusion.mobi>
Tue, 18 Dec 2012 18:38:35 +0000 (18:38 +0000)
committerJonas M. Gastal <jgastal@profusion.mobi>
Tue, 18 Dec 2012 18:38:35 +0000 (18:38 +0000)
SVN revision: 81292

13 files changed:
doc/main.dox
src/lib/evil/dirent.h
src/lib/evil/dlfcn.h
src/lib/evil/evil_inet.h
src/lib/evil/evil_libgen.h
src/lib/evil/evil_main.h
src/lib/evil/evil_stdio.h
src/lib/evil/evil_stdlib.h
src/lib/evil/evil_string.h
src/lib/evil/evil_time.h
src/lib/evil/evil_unistd.h
src/lib/evil/pwd.h
src/lib/evil/sys/mman.h

index dc0368861ee16f3dd0c78562a917fb94e51be3e2..4e76c2369c3e04bcb0d986f30b2694abcb0a0d01 100644 (file)
  *
  * @brief Embryo
  */
+
+/**
+ * @defgroup Evil
+ *
+ * @brief Evil
+ */
index 3fe9d1286657643926954e11fbaebe8c2fe32906..1ccc4bd9f28906f79dbccd5ae1b62820533be9d5 100644 (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.
  *
index 610331b702e7c4f14ba9b87e7f1a91d8dd2d9b41..ba6c26298a045a41c9d8e5f2a2387e85209da4c4 100644 (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
index b81b8ff715e0c4cd86cb9aa4b0c1d7df6b018ab7..56eebda9b11c8959695573fc9effdb4b55b8adc0 100644 (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.
  *
index 4ca977ce86eb0b693adf2fff670f50948b4835ad..b832d620ed8e7a9344e202603218a889e2e5b112 100644 (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.
  *
index 157e6028b7ba9e9c591f93ded87c4d603fc2cedf..963bf5e7c65b6f61a0312fce8cf3f2bae3956eb8 100644 (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.
index 533d31e4fe9575d974a0a717677adc81908f04fa..2b831c4a86413a7308fab697557e63e819bd4d06 100644 (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.
  *
index 81d564f86f6450b393e2155d6bcacdf81cd91405..b102b66f8e7eee363882e78eed128689bdc72e74 100644 (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.
  *
index 9141eba762b5a054258a3f4d555fc3674a517469..45c9de3638091deeb0d92de2fb0c041a78ca7083 100644 (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.
  *
index 13fc9090248191a26d3c90e79cc8bce1ae426e28..399529fe8215bf29c9d590fac06b89c80e3f375c 100644 (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.
  *
index db6cd022fc5e065ca6f840edf2bae5ddde0e020c..55b661299653f0d1fee9a91794f46d47d704f905 100644 (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.
  *
index e7907cacbd397999348f2c03c38ff9ad0156c1d3..256c75ff57165b917a31883389a2b6c34d8612d1 100644 (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.
  *
index c53437f001b24f264a01e002edf3cec1ad8c9f85..0cff227c0863ec36ee209affbe3c5e78dc132ff0 100644 (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.
  *