eina_module: Add description of parameter to resolve doxygen warning

Change-Id: I545b68e86976d4e2479fbf87ff5a8b38b9905c13
This commit is contained in:
Jaehyun Cho 2017-10-26 11:19:11 +09:00
parent 132876afed
commit cb3eb09451
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ EAPI const char *
* @brief Defines if on module load we should expose all symbol
*
* @param module The module to turn off/on symbol to be exposed
* @param global @c ture to turn on symbol to be exposed, @c false otherwise
* @since 1.11
*/
EAPI void eina_module_symbol_global_set(Eina_Module *module, Eina_Bool global) EINA_ARG_NONNULL(1);