diff --git a/src/lib/eina/eina_types.h b/src/lib/eina/eina_types.h index 7c5ef004eb..eed37097de 100644 --- a/src/lib/eina/eina_types.h +++ b/src/lib/eina/eina_types.h @@ -468,7 +468,7 @@ # define EINA_PREFETCH_NOCACHE(arg) /** - * @def EINA_PREFETCH_WRITE_NOCACHE + * @def EINA_PREFETCH_NOCACHE_WRITE * * @brief Hints that the pointer @parg needs to be pre-fetched into cache * diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index f51acb54f3..c85c2defd7 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h @@ -2283,7 +2283,7 @@ EAPI int efl_callbacks_cmp(const Efl_Callback_Array_Item *a, const Efl_Callback_ EOAPI unsigned int efl_event_callback_count(const Eo *obj, const Efl_Event_Description *desc); /** - * @def Replace the previous Eo pointer with new content. + * @brief Replace the previous Eo pointer with new content. * * @param storage Pointer to the space holding the object to be replaced. * It can not be @c NULL. diff --git a/src/lib/evil/evil_mman.h b/src/lib/evil/evil_mman.h index 747917d204..c9c57aa5e0 100644 --- a/src/lib/evil/evil_mman.h +++ b/src/lib/evil/evil_mman.h @@ -59,7 +59,7 @@ /** - * @file mman.h + * @file evil_mman.h * @brief The file that provides the memory map functions * @defgroup Evil_Mman Functions that manage memory mappping. * @ingroup Evil