From 823105bcae7d27f0ec4e0d1674e876b62755c99c Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Fri, 28 Nov 2014 14:20:24 +0100 Subject: [PATCH] doc: remove superfluous parameter for @file doxygen can figure this out much better on its own. --- boards/fox/include/periph_conf.h | 2 +- boards/spark-core/include/periph_conf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/fox/include/periph_conf.h b/boards/fox/include/periph_conf.h index d9df21315b..66fe23a3fc 100644 --- a/boards/fox/include/periph_conf.h +++ b/boards/fox/include/periph_conf.h @@ -10,7 +10,7 @@ * @ingroup board_fox * @{ * - * @file periph_conf.h + * @file * @brief Peripheral MCU configuration for the fox board * * @author Thomas Eichinger diff --git a/boards/spark-core/include/periph_conf.h b/boards/spark-core/include/periph_conf.h index 6de64b38d8..b1e25bca2f 100644 --- a/boards/spark-core/include/periph_conf.h +++ b/boards/spark-core/include/periph_conf.h @@ -10,7 +10,7 @@ * @ingroup board_spark-core * @{ * - * @file periph_conf.h + * @file * @brief Peripheral MCU configuration for the spark-core board * * @author Christian Mehlis