From 7ff26d12ea96a13d9da338a9b987071c7ea8d447 Mon Sep 17 00:00:00 2001
From: Joakim Gebart <joakim.gebart@eistec.se>
Date: Mon, 6 Jul 2015 01:11:48 +0200
Subject: [PATCH] cpu/arm7_common: Rename Doxygen group to cpu_arm7_common

---
 cpu/arm7_common/arm_cpu.c             |  2 +-
 cpu/arm7_common/bootloader.c          |  2 +-
 cpu/arm7_common/include/VIC.h         |  2 +-
 cpu/arm7_common/include/arm7_common.h | 10 +++++-----
 cpu/arm7_common/panic.c               |  2 +-
 cpu/arm7_common/syscalls.c            |  2 +-
 cpu/lpc2387/doc/lpc2387.doc           |  2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/cpu/arm7_common/arm_cpu.c b/cpu/arm7_common/arm_cpu.c
index c95852680f..ec60c8660b 100644
--- a/cpu/arm7_common/arm_cpu.c
+++ b/cpu/arm7_common/arm_cpu.c
@@ -8,7 +8,7 @@
  * General Public License v2.1. See the file LICENSE in the top level
  * directory for more details.
  *
- * @ingroup arm7_common
+ * @ingroup cpu_arm7_common
  * @{
  * @file
  * @author Kaspar Schleiser <kaspar@schleiser.de>
diff --git a/cpu/arm7_common/bootloader.c b/cpu/arm7_common/bootloader.c
index 700b38df4c..0ecf5d59df 100644
--- a/cpu/arm7_common/bootloader.c
+++ b/cpu/arm7_common/bootloader.c
@@ -7,7 +7,7 @@
  */
 
 /**
- * @ingroup     arm7_common
+ * @ingroup     cpu_arm7_common
  * @{
  */
 
diff --git a/cpu/arm7_common/include/VIC.h b/cpu/arm7_common/include/VIC.h
index f293f7d4f2..3c0601dc39 100644
--- a/cpu/arm7_common/include/VIC.h
+++ b/cpu/arm7_common/include/VIC.h
@@ -13,7 +13,7 @@ extern "C" {
 #endif
 
 /**
- * @ingroup         arm7_common
+ * @ingroup         cpu_arm7_common
  * @{
  */
 
diff --git a/cpu/arm7_common/include/arm7_common.h b/cpu/arm7_common/include/arm7_common.h
index 6f2379d545..8377c079db 100644
--- a/cpu/arm7_common/include/arm7_common.h
+++ b/cpu/arm7_common/include/arm7_common.h
@@ -6,11 +6,11 @@
  * more details.
  */
 
-#ifndef __ARM_COMMON_H
-#define __ARM_COMMON_H
+#ifndef ARM7_COMMON_H_
+#define ARM7_COMMON_H_
 
 /**
- * @defgroup    arm7_common ARM CPU common
+ * @defgroup    cpu_arm7_common ARM7 CPU common
  * @brief       Common implementations and headers for ARM based micro-controllers
  * @ingroup     cpu
  * @{
@@ -18,7 +18,7 @@
 
 /**
  * @file
- * @brief       ARM CPU common declarations
+ * @brief       ARM7 CPU common declarations
  *
  * @author      Freie Universität Berlin, Computer Systems & Telematics
  *
@@ -100,4 +100,4 @@ extern "C" {
 #endif
 
 /** @} */
-#endif // __ARM_COMMON_H
+#endif /* ARM7_COMMON_H_ */
diff --git a/cpu/arm7_common/panic.c b/cpu/arm7_common/panic.c
index 3f99c50f4c..93da793dfc 100644
--- a/cpu/arm7_common/panic.c
+++ b/cpu/arm7_common/panic.c
@@ -7,7 +7,7 @@
  */
 
 /**
- * @ingroup arm7_common
+ * @ingroup cpu_arm7_common
  * @{
  *
  * @file
diff --git a/cpu/arm7_common/syscalls.c b/cpu/arm7_common/syscalls.c
index 193a68df52..bb057712c7 100644
--- a/cpu/arm7_common/syscalls.c
+++ b/cpu/arm7_common/syscalls.c
@@ -9,7 +9,7 @@
 
 /**
  * @file
- * @ingroup     arm7_common
+ * @ingroup     cpu_arm7_common
  * @brief       LPC2387 NewLib system calls implementation
  *
  * @author      Michael Baar <michael.baar@fu-berlin.de>
diff --git a/cpu/lpc2387/doc/lpc2387.doc b/cpu/lpc2387/doc/lpc2387.doc
index 192bb7d843..7a7a7de59e 100644
--- a/cpu/lpc2387/doc/lpc2387.doc
+++ b/cpu/lpc2387/doc/lpc2387.doc
@@ -7,7 +7,7 @@
 \li <a href="http://www.nxp.com/pip/LPC2387_2.html">Documentation</a>
 
 <h2>Components</h2>
-\li \ref arm7_common
+\li \ref cpu_arm7_common
 \li \ref lpc2387_rtc
 
 <h2>Memory layout</h2>
-- 
GitLab