1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

cpu/arm7_common: Rename Doxygen group to cpu_arm7_common

This commit is contained in:
Joakim Gebart 2015-07-06 01:11:48 +02:00
parent 48366fd074
commit 7ff26d12ea
7 changed files with 11 additions and 11 deletions

View File

@ -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>

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup arm7_common
* @ingroup cpu_arm7_common
* @{
*/

View File

@ -13,7 +13,7 @@ extern "C" {
#endif
/**
* @ingroup arm7_common
* @ingroup cpu_arm7_common
* @{
*/

View File

@ -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_ */

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup arm7_common
* @ingroup cpu_arm7_common
* @{
*
* @file

View 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>

View File

@ -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>