eina_module: Add description of parameter to resolve doxygen warning
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 26 Oct 2017 02:19:11 +0000 (11:19 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 26 Oct 2017 04:20:54 +0000 (13:20 +0900)
Change-Id: I545b68e86976d4e2479fbf87ff5a8b38b9905c13

src/lib/eina/eina_module.h

index 8a15d28..efdf050 100644 (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);