From bd8b4c52f5e568c92df7d8439d463b0c5409bf08 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Thu, 12 Feb 2015 13:41:56 +0100 Subject: [PATCH] board/nucleo-l1: fixed doxygen group name --- boards/nucleo-l1/board.c | 4 ++-- boards/nucleo-l1/include/board.h | 2 +- boards/nucleo-l1/include/periph_conf.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/nucleo-l1/board.c b/boards/nucleo-l1/board.c index e8c95379d4..f0cd52b14d 100644 --- a/boards/nucleo-l1/board.c +++ b/boards/nucleo-l1/board.c @@ -7,10 +7,10 @@ */ /** - * @ingroup board_nucleo-l1 + * @ingroup boards_nucleo-l1 * @{ * - * @file board.c + * @file * @brief Board specific implementations for the nucleo-l1 board * * @author Thomas Eichinger diff --git a/boards/nucleo-l1/include/board.h b/boards/nucleo-l1/include/board.h index 2e516f4d99..732f7cf656 100644 --- a/boards/nucleo-l1/include/board.h +++ b/boards/nucleo-l1/include/board.h @@ -7,7 +7,7 @@ */ /** - * @defgroup board_nucleo-l1 Nucleo-L1 + * @defgroup boards_nucleo-l1 Nucleo-L1 * @ingroup boards * @brief Board specific files for the nucleo-l1 board. * @{ diff --git a/boards/nucleo-l1/include/periph_conf.h b/boards/nucleo-l1/include/periph_conf.h index e7e6963f77..3b25c8f8d5 100644 --- a/boards/nucleo-l1/include/periph_conf.h +++ b/boards/nucleo-l1/include/periph_conf.h @@ -7,10 +7,10 @@ */ /** - * @ingroup board_nucleo-l1 + * @ingroup boards_nucleo-l1 * @{ * - * @file periph_conf.h + * @file * @brief Peripheral MCU configuration for the nucleo-l1 board * * @author Thomas Eichinger