From 6bf9290ed5bb62ecab49443e23ad1ef13e59afaf Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 6 Jul 2019 14:10:01 +0200 Subject: [PATCH] boards/stm32f769i-disco: deduplicate doxygen group definition The group is already defined in the doc.txt file so no need to define it again in board.h --- boards/stm32f769i-disco/include/board.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/boards/stm32f769i-disco/include/board.h b/boards/stm32f769i-disco/include/board.h index b5f1bb635890..6c34df9730bb 100644 --- a/boards/stm32f769i-disco/include/board.h +++ b/boards/stm32f769i-disco/include/board.h @@ -7,9 +7,7 @@ */ /** - * @defgroup boards_stm32f769i-disco STM32F769I-DISCO board - * @ingroup boards - * @brief Support for the STM32F769I-DISCO board + * @ingroup boards_stm32f769i-disco * @{ * * @file