From af384dbc7cf760f9067e3dd3b9c2a8a42730f9ca Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 28 Nov 2019 22:16:54 +0000 Subject: [PATCH] doc: fix some broken groups uncovered while reviewing h7 code --- include/libopencm3/stm32/common/usart_common_v2.h | 2 +- include/libopencm3/stm32/f4/rcc.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/libopencm3/stm32/common/usart_common_v2.h b/include/libopencm3/stm32/common/usart_common_v2.h index ea98252a..b0bcea7f 100644 --- a/include/libopencm3/stm32/common/usart_common_v2.h +++ b/include/libopencm3/stm32/common/usart_common_v2.h @@ -197,7 +197,7 @@ /**@}*/ /** @defgroup usart_convenience_flags U(S)ART convenience Flags - * @ingroup STM32F_usart_defines + * @ingroup usart_defines * We define the "common" lower flag bits using a standard name, * allowing them to be used regardless of which usart peripheral * version you have. diff --git a/include/libopencm3/stm32/f4/rcc.h b/include/libopencm3/stm32/f4/rcc.h index 2d9f7541..0062264b 100644 --- a/include/libopencm3/stm32/f4/rcc.h +++ b/include/libopencm3/stm32/f4/rcc.h @@ -41,6 +41,7 @@ * You should have received a copy of the GNU Lesser General Public License * along with this library. If not, see . */ +/**@{*/ #ifndef LIBOPENCM3_RCC_H #define LIBOPENCM3_RCC_H