From 9ecc80fb359d009f3647ca86a257692e3e2f85fd Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Tue, 16 Jan 2018 16:08:22 +0100
Subject: [PATCH] boards/mulle: fix doxygen invalid use of '@brief'

---
 boards/mulle/include/board.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/boards/mulle/include/board.h b/boards/mulle/include/board.h
index c71cfdd830..6a39951151 100644
--- a/boards/mulle/include/board.h
+++ b/boards/mulle/include/board.h
@@ -40,7 +40,7 @@
 #define UART_STDIO_DEV      UART_DEV(1)
 
 /**
- * @brief   xtimer configuration
+ * @name    xtimer configuration
  * @{
  */
 #if 0
@@ -64,7 +64,7 @@
 /** @} */
 
 /**
- * @brief   LED pin definitions and handlers
+ * @name    LED pin definitions and handlers
  * @{
  */
 #define LED_PORT            PTC
-- 
GitLab