eina_log: add parameter description on "eina_log_level_check"'s annotation
authorJinYong Park <j4939.park@samsung.com>
Wed, 25 Oct 2017 10:09:56 +0000 (19:09 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 25 Oct 2017 10:11:19 +0000 (19:11 +0900)
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

index dbb1305..a78056e 100644 (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()