From 6bc508871230ff3e3e5c32a6460bcbc8556f9ccc Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Thu, 12 Feb 2015 13:55:45 +0100 Subject: [PATCH] board/stm32f3discovery: fixed doxygen group name --- boards/stm32f3discovery/board.c | 2 +- boards/stm32f3discovery/include/board.h | 2 +- boards/stm32f3discovery/include/periph_conf.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/stm32f3discovery/board.c b/boards/stm32f3discovery/board.c index 68bd89825f..364c702cf6 100644 --- a/boards/stm32f3discovery/board.c +++ b/boards/stm32f3discovery/board.c @@ -7,7 +7,7 @@ */ /** - * @ingroup board_stm32f3discovery + * @ingroup boards_stm32f3discovery * @{ * * @file diff --git a/boards/stm32f3discovery/include/board.h b/boards/stm32f3discovery/include/board.h index 02d2aced06..999ad53212 100644 --- a/boards/stm32f3discovery/include/board.h +++ b/boards/stm32f3discovery/include/board.h @@ -7,7 +7,7 @@ */ /** - * @defgroup board_stm32f3discovery STM32F3Discovery + * @defgroup boards_stm32f3discovery STM32F3Discovery * @ingroup boards * @brief Board specific files for the STM32F3Discovery board * @{ diff --git a/boards/stm32f3discovery/include/periph_conf.h b/boards/stm32f3discovery/include/periph_conf.h index 9cdc8804ad..40554e327e 100644 --- a/boards/stm32f3discovery/include/periph_conf.h +++ b/boards/stm32f3discovery/include/periph_conf.h @@ -7,7 +7,7 @@ */ /** - * @ingroup board_stm32f3discovery + * @ingroup boards_stm32f3discovery * @{ * * @file