stm32: usart: fix doxygen for h7 at least

The usart_common_fifos uses a very nice style of docs in the headers, so
inline help works in some editors, without having to have the source of
the library available as well.  However, it means that the group
definition with the name doesn't appear until later, and then the title
is ignored.  Move the description to the header definition instead.
This commit is contained in:
Karl Palsson 2021-01-29 12:26:03 +00:00
parent 5f4e2b3758
commit 7df670b6aa
1 changed files with 4 additions and 2 deletions

View File

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