eina_log: add parameter description on "eina_log_level_check"'s annotation

Summary:
In eina_log_level_check's annotation, parameter description is missing,
so warning is occurred on doxygen

Test Plan: API Doxygen Revision

Reviewers: raster, cedric, jpeg, myoungwoon, Jaehyun_Cho

Differential Revision: https://phab.enlightenment.org/D5375
This commit is contained in:
JinYong Park 2017-10-25 19:09:56 +09:00 committed by Jean-Philippe Andre
parent a205d9f60a
commit 61f4a5e033
1 changed files with 2 additions and 0 deletions

View File

@ -533,6 +533,8 @@ EAPI int eina_log_level_get(void) EINA_WARN_UNUSED_RESULT;
/**
* @brief Determines if a given @p level should be logged.
*
* @param level The log level to check
*
* @return #EINA_TRUE if the @p level should be logged, else #EINA_FALSE.
*
* @see eina_log_level_set()