efl/docs: fix Evil x Escape conflicts

SVN revision: 81828
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-28 18:42:57 +00:00
parent 6104a51efe
commit 9b94a00e1f
4 changed files with 7 additions and 6 deletions

View File

@ -20,8 +20,6 @@
/**
* @page escape_main Escape
* @image html e_big.png
* @author Youness Alaoui
* @date 2011
*
* @section intro_sec Introduction

View 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.
*

View 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.
*

View 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,