Skip to content
Snippets Groups Projects
Commit 7ff26d12 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

cpu/arm7_common: Rename Doxygen group to cpu_arm7_common

parent 48366fd0
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -7,7 +7,7 @@
*/
/**
* @ingroup arm7_common
* @ingroup cpu_arm7_common
* @{
*/
......
......@@ -13,7 +13,7 @@ extern "C" {
#endif
/**
* @ingroup arm7_common
* @ingroup cpu_arm7_common
* @{
*/
......
......@@ -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_ */
......@@ -7,7 +7,7 @@
*/
/**
* @ingroup arm7_common
* @ingroup cpu_arm7_common
* @{
*
* @file
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment