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
|
@ -130,10 +130,6 @@ static inline unsigned int irq_line_is_enabled_next_level(struct device *dev,
|
|||
return api->intr_get_line_state(dev, irq);
|
||||
}
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue