jpeg pushed a commit to branch master.

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

commit 61f4a5e033b67ea36a6403e4bd605f73e2b3bfe8
Author: JinYong Park <j4939.p...@samsung.com>
Date:   Wed Oct 25 19:09:56 2017 +0900

    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
---
 src/lib/eina/eina_log.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/eina/eina_log.h b/src/lib/eina/eina_log.h
index dbb130543b..a78056e12e 100644
--- a/src/lib/eina/eina_log.h
+++ b/src/lib/eina/eina_log.h
@@ -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()

-- 


Reply via email to