projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a205d9f
)
eina_log: add parameter description on "eina_log_level_check"'s annotation
author
JinYong Park
<j4939.park@samsung.com>
Wed, 25 Oct 2017 10:09:56 +0000
(19:09 +0900)
committer
Jean-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
patch
|
blob
|
history
diff --git
a/src/lib/eina/eina_log.h
b/src/lib/eina/eina_log.h
index
dbb1305
..
a78056e
100644
(file)
--- 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()