From 78623bce98d56f7b32e56bd4c8cd1642b972db01 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Thu, 8 Apr 2010 10:13:46 +0000 Subject: add/adapt documentation --- cpukit/score/cpu/arm/rtems/asm.h | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/arm/rtems/asm.h') diff --git a/cpukit/score/cpu/arm/rtems/asm.h b/cpukit/score/cpu/arm/rtems/asm.h index f8b027cf1b..9d56c514a6 100644 --- a/cpukit/score/cpu/arm/rtems/asm.h +++ b/cpukit/score/cpu/arm/rtems/asm.h @@ -1,6 +1,12 @@ /** - * @file rtems/asm.h + * @file * + * @ingroup ScoreCPU + * + * @brief ARM assembler support API. + */ + +/* * This include file attempts to address the problems * caused by incompatible flavors of assemblers and * toolsets. It primarily addresses variations in the @@ -42,6 +48,16 @@ #include #include +/** + * @defgroup ScoreCPUARMASM ARM Assembler Support + * + * @ingroup ScoreCPU + * + * @brief ARM assembler support. + * + * @{ + */ + /* * Recent versions of GNU cpp define variables which indicate the * need for underscores and percents. If not using GNU cpp or @@ -157,4 +173,6 @@ #endif /* __thumb__ */ .endm +/** @} */ + #endif /* _RTEMS_ASM_H */ -- cgit v1.2.3