/**
* @page escape_main Escape
- * @image html e_big.png
- * @author Youness Alaoui
* @date 2011
*
* @section intro_sec Introduction
* @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.
*
* @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.
*
/**
* @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.
*
*
* Conformity: None.
*
- * @ingroup Mman
+ * @ingroup Escape_Mman
*/
EAPI void *mmap(void *addr,
size_t len,
*
* Conformity: None.
*
- * @ingroup Mman
+ * @ingroup Escape_Mman
*/
EAPI int
munmap(void *addr,
* Conformity: None.
*
- * @ingroup Mman
+ * @ingroup Escape_Mman
*/
EAPI int
madvise(void *addr,