doxygen docs: Miscellaneous typos

This commit is contained in:
Xavi Artigas 2020-03-05 09:35:05 +01:00
parent 4d0e3c37aa
commit c6e40641aa
3 changed files with 3 additions and 3 deletions

View File

@ -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
*

View File

@ -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.

View File

@ -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