diff --git a/include/libopencm3/stm32/common/usart_common_fifos.h b/include/libopencm3/stm32/common/usart_common_fifos.h index 5eb5d376..1124bd64 100644 --- a/include/libopencm3/stm32/common/usart_common_fifos.h +++ b/include/libopencm3/stm32/common/usart_common_fifos.h @@ -92,8 +92,10 @@ typedef enum { BEGIN_DECLS -/** @addtogroup usart_file -@{*/ +/** @defgroup usart_file USART peripheral API + * @ingroup peripheral_apis + * @{ + */ /** * Enable FIFOs on the specified USART. * @param[in] usart Base address of USART to configure FIFOs.