doc: Fix warnings associated with 'unbalanced grouping commands'
Builds of docs with doxygen 1.8.16 has a number of warnings of the form: 'warning: unbalanced grouping commands'. Fix those warnings be either balancing the group command or removing it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
915e52aa13
commit
a8171db6a6
6 changed files with 2 additions and 15 deletions
|
@ -66,8 +66,6 @@ struct log_source_dynamic_data {
|
|||
* @brief Macro for initializing a pointer to the logger instance.
|
||||
*/
|
||||
|
||||
/** @} */
|
||||
|
||||
#ifdef CONFIG_LOG
|
||||
|
||||
#define LOG_INSTANCE_FULL_NAME(_module_name, _inst_name) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue