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:
Kumar Gala 2019-12-12 10:51:46 -06:00 committed by Kumar Gala
commit a8171db6a6
6 changed files with 2 additions and 15 deletions

View file

@ -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) \