From 1ffe438488bf9a294eb6bd56dfe79146891cec79 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Fri, 10 Aug 2018 10:59:39 +0200
Subject: [PATCH] boards/jiminy-mega256rfr2: cleanup documentation

- Cleanup brief description to be consistent with other boards
- Move general documentation in doc.txt
---
 boards/jiminy-mega256rfr2/doc.txt         | 5 +++++
 boards/jiminy-mega256rfr2/include/board.h | 4 +---
 2 files changed, 6 insertions(+), 3 deletions(-)
 create mode 100644 boards/jiminy-mega256rfr2/doc.txt

diff --git a/boards/jiminy-mega256rfr2/doc.txt b/boards/jiminy-mega256rfr2/doc.txt
new file mode 100644
index 0000000000..63b4d6c4a4
--- /dev/null
+++ b/boards/jiminy-mega256rfr2/doc.txt
@@ -0,0 +1,5 @@
+/**
+ * @defgroup    boards_jiminy-mega256rfr2 Jiminy- Mega256rfr2
+ * @ingroup     boards
+ * @brief       Support for the Jiminy Mega 256rfr2 board
+ */
\ No newline at end of file
diff --git a/boards/jiminy-mega256rfr2/include/board.h b/boards/jiminy-mega256rfr2/include/board.h
index 0c28626b2c..f47de1232a 100644
--- a/boards/jiminy-mega256rfr2/include/board.h
+++ b/boards/jiminy-mega256rfr2/include/board.h
@@ -7,9 +7,7 @@
  */
 
 /**
- * @defgroup    boards_jiminy-mega256rfr2 Jiminy- Mega256rfr2
- * @ingroup     boards
- * @brief       Board specific files for the Jiminy Mega 256rfr2 board.
+ * @ingroup     boards_jiminy-mega256rfr2
  * @{
  *
  * @file
-- 
GitLab