From 61f4a5e033b67ea36a6403e4bd605f73e2b3bfe8 Mon Sep 17 00:00:00 2001 From: JinYong Park Date: Wed, 25 Oct 2017 19:09:56 +0900 Subject: [PATCH] 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()