From 7b98e71139e90efdbb2902d82ad95ac71f694582 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Thu, 12 Feb 2015 13:54:34 +0100 Subject: [PATCH] board/spark-core: fixed doxygen group name --- boards/spark-core/board.c | 4 ++-- boards/spark-core/include/board.h | 2 +- boards/spark-core/include/periph_conf.h | 2 +- boards/spark-core/system_stm32f1.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boards/spark-core/board.c b/boards/spark-core/board.c index 782b01b691..259a514154 100644 --- a/boards/spark-core/board.c +++ b/boards/spark-core/board.c @@ -7,10 +7,10 @@ */ /** - * @ingroup board_spark-core + * @ingroup boards_spark-core * @{ * - * @file board.c + * @file * @brief Board specific implementations for the spark-core board * * @author Christian Mehlis diff --git a/boards/spark-core/include/board.h b/boards/spark-core/include/board.h index 9f36a9b0da..8dcdfb5a87 100644 --- a/boards/spark-core/include/board.h +++ b/boards/spark-core/include/board.h @@ -7,7 +7,7 @@ */ /** - * @defgroup board_spark-core Spark-Core + * @defgroup boards_spark-core Spark-Core * @ingroup boards * @brief Board specific files for the spark-core board. * @{ diff --git a/boards/spark-core/include/periph_conf.h b/boards/spark-core/include/periph_conf.h index b1e25bca2f..a77a1abe80 100644 --- a/boards/spark-core/include/periph_conf.h +++ b/boards/spark-core/include/periph_conf.h @@ -7,7 +7,7 @@ */ /** - * @ingroup board_spark-core + * @ingroup boards_spark-core * @{ * * @file diff --git a/boards/spark-core/system_stm32f1.c b/boards/spark-core/system_stm32f1.c index 8b83185d22..c6e081e0dc 100644 --- a/boards/spark-core/system_stm32f1.c +++ b/boards/spark-core/system_stm32f1.c @@ -7,10 +7,10 @@ */ /** - * @ingroup board_iot-lab_M3 + * @ingroup boards_spark-core * @{ * - * @file system_stm32f1.c + * @file * @brief Board specific clock setup * * @author Thomas Eichinger