Skip to content

Commit 6a86c19

Browse files
committed
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. [Backport of a8171db] Signed-off-by: Kumar Gala <[email protected]>
1 parent 00eb866 commit 6a86c19

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

include/irq_nextlevel.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ static inline unsigned int irq_is_enabled_next_level(struct device *dev)
8484
return api->intr_get_state(dev);
8585
}
8686

87-
/**
88-
* @}
89-
*/
90-
9187
#ifdef __cplusplus
9288
}
9389
#endif

include/logging/log_instance.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ struct log_source_dynamic_data {
6666
* @brief Macro for initializing a pointer to the logger instance.
6767
*/
6868

69-
/** @} */
70-
7169
#ifdef CONFIG_LOG
7270

7371
#define LOG_INSTANCE_FULL_NAME(_module_name, _inst_name) \

tests/kernel/pipe/pipe_api/src/test_pipe_fail.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,3 @@ void test_pipe_user_get_fail(void)
102102
get_fail(p);
103103
}
104104
#endif
105-
106-
107-
/**
108-
* @}
109-
*/

0 commit comments

Comments
 (0)