From 2531487fca9d556cdd4d0cb5afe6719e3c20167c Mon Sep 17 00:00:00 2001
From: Jose Alamos <jose.alamos@haw-hamburg.de>
Date: Thu, 26 Jul 2018 11:59:28 +0200
Subject: [PATCH] boards/periph_conf: fix Doxygen group directives

---
 boards/mips-malta/include/periph_conf.h    | 4 +---
 boards/nucleo-f031k6/include/periph_conf.h | 4 +---
 boards/nucleo-f042k6/include/periph_conf.h | 4 +---
 boards/nucleo-f207zg/include/periph_conf.h | 4 +---
 boards/nucleo-l452re/include/periph_conf.h | 4 +---
 boards/pic32-clicker/include/periph_conf.h | 4 +---
 boards/pic32-wifire/include/periph_conf.h  | 4 +---
 boards/slwstk6220a/include/periph_conf.h   | 2 +-
 8 files changed, 8 insertions(+), 22 deletions(-)

diff --git a/boards/mips-malta/include/periph_conf.h b/boards/mips-malta/include/periph_conf.h
index a3b8d9d184..764624cbaa 100644
--- a/boards/mips-malta/include/periph_conf.h
+++ b/boards/mips-malta/include/periph_conf.h
@@ -9,9 +9,7 @@
  */
 
 /**
- * @defgroup    boards_mips-malta MIPS MALTA
- * @ingroup     boards
- * @brief       peripheral configuration for the MIPS Malta FPGA system
+ * @ingroup     boards_mips-malta
  * @{
  *
  * @file
diff --git a/boards/nucleo-f031k6/include/periph_conf.h b/boards/nucleo-f031k6/include/periph_conf.h
index 5779589aec..435bb8b130 100644
--- a/boards/nucleo-f031k6/include/periph_conf.h
+++ b/boards/nucleo-f031k6/include/periph_conf.h
@@ -7,9 +7,7 @@
  */
 
 /**
- * @defgroup    boards_nucleo-f031k6 STM32 Nucleo-F031K6
- * @ingroup     boards_common_nucleo32
- * @brief       Support for the STM32 Nucleo-F031K6
+ * @ingroup     boards_nucleo-f031k6
  * @{
  *
  * @file
diff --git a/boards/nucleo-f042k6/include/periph_conf.h b/boards/nucleo-f042k6/include/periph_conf.h
index 98c04c4618..29b0343f06 100644
--- a/boards/nucleo-f042k6/include/periph_conf.h
+++ b/boards/nucleo-f042k6/include/periph_conf.h
@@ -7,9 +7,7 @@
  */
 
 /**
- * @defgroup    boards_nucleo-f042k6 STM32 Nucleo-F042K6
- * @ingroup     boards_common_nucleo32
- * @brief       Support for the STM32 Nucleo-F042K6
+ * @ingroup     boards_nucleo-f042k6
  * @{
  *
  * @file
diff --git a/boards/nucleo-f207zg/include/periph_conf.h b/boards/nucleo-f207zg/include/periph_conf.h
index 2af6f16da4..05a532a62b 100644
--- a/boards/nucleo-f207zg/include/periph_conf.h
+++ b/boards/nucleo-f207zg/include/periph_conf.h
@@ -7,9 +7,7 @@
  */
 
 /**
- * @defgroup    boards_nucleo-f207zg STM32 Nucleo-F207ZG
- * @ingroup     boards_common_nucleo144
- * @brief       Support for the STM32 Nucleo-F207ZG
+ * @ingroup     boards_nucleo-f207zg
  * @{
  *
  * @file
diff --git a/boards/nucleo-l452re/include/periph_conf.h b/boards/nucleo-l452re/include/periph_conf.h
index efd5211278..5bb76ab6d0 100644
--- a/boards/nucleo-l452re/include/periph_conf.h
+++ b/boards/nucleo-l452re/include/periph_conf.h
@@ -10,9 +10,7 @@
  */
 
 /**
- * @defgroup    boards_nucleo-l452re STM32 Nucleo-L452RE
- * @ingroup     boards_common_nucleo64
- * @brief       Support for the STM32 Nucleo-L452RE
+ * @ingroup     boards_nucleo-l452re
  * @{
  *
  * @file
diff --git a/boards/pic32-clicker/include/periph_conf.h b/boards/pic32-clicker/include/periph_conf.h
index d59e07a092..b664ac14f5 100644
--- a/boards/pic32-clicker/include/periph_conf.h
+++ b/boards/pic32-clicker/include/periph_conf.h
@@ -9,9 +9,7 @@
  */
 
 /**
- * @defgroup    boards_pic32-clicker MikroE PIC32 Clicker
- * @ingroup     boards
- * @brief       peripheral configuration for the MikroE PIC32 Clicker
+ * @ingroup     boards_pic32-clicker
  * @{
  *
  * @file
diff --git a/boards/pic32-wifire/include/periph_conf.h b/boards/pic32-wifire/include/periph_conf.h
index e1ae1fdfdb..efbf5f785b 100644
--- a/boards/pic32-wifire/include/periph_conf.h
+++ b/boards/pic32-wifire/include/periph_conf.h
@@ -9,9 +9,7 @@
  */
 
 /**
- * @defgroup    boards_pic32-wifire Digilent PIC32 WiFire
- * @ingroup     boards
- * @brief       peripheral configuration for the Digilent PIC32 WiFire
+ * @ingroup     boards_pic32-wifire
  * @{
  *
  * @file
diff --git a/boards/slwstk6220a/include/periph_conf.h b/boards/slwstk6220a/include/periph_conf.h
index f9f8396cd4..eb591069a9 100644
--- a/boards/slwstk6220a/include/periph_conf.h
+++ b/boards/slwstk6220a/include/periph_conf.h
@@ -7,7 +7,7 @@
  */
 
 /**
- * @ingroup     boards_wstk6220
+ * @ingroup     boards_slwstk6220a
  * @{
  *
  * @file
-- 
GitLab