jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cb3eb09451b327907e2cd6fdec849ca6ca37e99e

commit cb3eb09451b327907e2cd6fdec849ca6ca37e99e
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Thu Oct 26 11:19:11 2017 +0900

    eina_module: Add description of parameter to resolve doxygen warning
    
    Change-Id: I545b68e86976d4e2479fbf87ff5a8b38b9905c13
---
 src/lib/eina/eina_module.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/eina/eina_module.h b/src/lib/eina/eina_module.h
index 8a15d285a8..efdf0509ff 100644
--- a/src/lib/eina/eina_module.h
+++ b/src/lib/eina/eina_module.h
@@ -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);

-- 


Reply via email to