From f2e282dd4b5884f25bdff2db92e58b302d78245b Mon Sep 17 00:00:00 2001 From: Andreas Dachsberger Date: Tue, 26 Mar 2019 11:25:44 +0100 Subject: doxygen: score: Add Moxie CPU architecture group Update #3706. --- cpukit/score/cpu/moxie/include/rtems/asm.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/score/cpu/moxie/include/rtems/asm.h') diff --git a/cpukit/score/cpu/moxie/include/rtems/asm.h b/cpukit/score/cpu/moxie/include/rtems/asm.h index e0d404dced..f328c1ce33 100644 --- a/cpukit/score/cpu/moxie/include/rtems/asm.h +++ b/cpukit/score/cpu/moxie/include/rtems/asm.h @@ -41,6 +41,16 @@ #include +/** + * @defgroup RTEMSScoreCPUMoxieASM Moxie Assembler Support + * + * @ingroup RTEMSScoreCPUMoxie + * + * @brief Moxie Assembler Support + * + * @{ + */ + /* * Recent versions of GNU cpp define variables which indicate the * need for underscores and percents. If not using GNU cpp or @@ -113,4 +123,6 @@ #define PUBLIC(sym) .globl SYM (sym) #define EXTERN(sym) .globl SYM (sym) +/** @} */ + #endif -- cgit v1.2.3