efl/docs: fix Evil x Escape conflicts
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 28 Dec 2012 18:42:57 +0000 (18:42 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 28 Dec 2012 18:42:57 +0000 (18:42 +0000)
SVN revision: 81828

src/lib/escape/Escape.h
src/lib/escape/escape_libgen.h
src/lib/escape/escape_unistd.h
src/lib/escape/sys/mman.h

index c362566..c8f6267 100644 (file)
@@ -20,8 +20,6 @@
 
 /**
  * @page escape_main Escape
- * @image html  e_big.png
- * @author Youness Alaoui
  * @date 2011
  *
  * @section intro_sec Introduction
index 0c23a76..4b63674 100644 (file)
@@ -5,6 +5,7 @@
  * @file escape_libgen.h
  * @brief The file that provides functions ported from Unix in libgen.h.
  * @defgroup Escape_Libgen_Group Libgen.h functions.
+ * @ingroup Escape
  *
  * This header provides functions ported from Unix in libgen.h.
  *
index 0e96d3f..1ed1b5a 100644 (file)
@@ -5,6 +5,7 @@
  * @file escape_unistd.h
  * @brief The file that provides functions ported from Unix in unistd.h.
  * @defgroup Escape_Unistd_Group Unistd.h functions
+ * @ingroup Escape
  *
  * This header provides functions ported from Unix in unistd.h.
  *
index 98ef7fa..b243c15 100644 (file)
@@ -61,7 +61,8 @@ extern "C" {
 /**
  * @file mman.h
  * @brief The file that provides the memory map functions
- * @defgroup Mman Functions that manage memory mappping.
+ * @defgroup Escape_Mman Functions that manage memory mappping.
+ * @ingroup Escape
  *
  * This header provides the meomry map functions mmap and munmap.
  *
@@ -101,7 +102,7 @@ extern "C" {
  *
  * Conformity: None.
  *
- * @ingroup Mman
+ * @ingroup Escape_Mman
  */
 EAPI void *mmap(void *addr,
                 size_t len,
@@ -125,7 +126,7 @@ EAPI void *mmap(void *addr,
  *
  * Conformity: None.
  *
- * @ingroup Mman
+ * @ingroup Escape_Mman
  */
 EAPI int
 munmap(void *addr,
@@ -164,7 +165,7 @@ munmap(void *addr,
 
  * Conformity: None.
  *
- * @ingroup Mman
+ * @ingroup Escape_Mman
  */
 EAPI int
 madvise(void *addr,