From 2bed518f09aa7223e604e8f0bb38f67196be6a94 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 21 May 2019 23:45:34 +0000 Subject: [PATCH] stm32f7: doc: flash defines weren't grouped at all --- include/libopencm3/stm32/f7/flash.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/include/libopencm3/stm32/f7/flash.h b/include/libopencm3/stm32/f7/flash.h index d9af802c..f5e68d7a 100644 --- a/include/libopencm3/stm32/f7/flash.h +++ b/include/libopencm3/stm32/f7/flash.h @@ -1,7 +1,6 @@ -#ifndef LIBOPENCM3_FLASH_H -#define LIBOPENCM3_FLASH_H - -/** @addtogroup flash_defines +/** @defgroup flash_defines FLASH Defines + * + * @ingroup STM32F7xx_defines * * @author @htmlonly © @endhtmlonly 2017 * Matthew Lai @@ -32,6 +31,9 @@ * along with this library. If not, see . */ +#ifndef LIBOPENCM3_FLASH_H +#define LIBOPENCM3_FLASH_H + #include #include #include