doc: logging: fix doxygen references
Fix references in doxygen comments and enable util.h which has documentation for references macros in log_core.h Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
50e3acd2c5
commit
4810d6e64d
2 changed files with 3 additions and 3 deletions
|
@ -55,8 +55,9 @@ extern "C" {
|
|||
/**
|
||||
* @brief Macro for conditional code generation if provided log level allows.
|
||||
*
|
||||
* Macro behaves similarly to standard #if #else #endif clause. The difference
|
||||
* is that it is evaluated when used and not when header file is included.
|
||||
* Macro behaves similarly to standard \#if \#else \#endif clause. The
|
||||
* difference is that it is evaluated when used and not when header file is
|
||||
* included.
|
||||
*
|
||||
* @param _eval_level Evaluated level. If level evaluates to one of existing log
|
||||
* log level (1-4) then macro evaluates to _iftrue.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue