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

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