[rtems commit] doxygen: score: Add Moxie CPU architecture group

Sebastian Huber sebh at rtems.org
Tue Apr 2 05:31:47 UTC 2019


Module:    rtems
Branch:    master
Commit:    f2e282dd4b5884f25bdff2db92e58b302d78245b
Changeset: http://git.rtems.org/rtems/commit/?id=f2e282dd4b5884f25bdff2db92e58b302d78245b

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Tue Mar 26 11:25:44 2019 +0100

doxygen: score: Add Moxie CPU architecture group

Update #3706.

---

 cpukit/score/cpu/moxie/include/rtems/asm.h           | 12 ++++++++++++
 cpukit/score/cpu/moxie/include/rtems/score/cpu.h     |  2 ++
 cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h | 12 ++++++++++++
 3 files changed, 26 insertions(+)

diff --git a/cpukit/score/cpu/moxie/include/rtems/asm.h b/cpukit/score/cpu/moxie/include/rtems/asm.h
index e0d404d..f328c1c 100644
--- a/cpukit/score/cpu/moxie/include/rtems/asm.h
+++ b/cpukit/score/cpu/moxie/include/rtems/asm.h
@@ -41,6 +41,16 @@
 
 #include <rtems/score/moxie.h>
 
+/**
+ * @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
diff --git a/cpukit/score/cpu/moxie/include/rtems/score/cpu.h b/cpukit/score/cpu/moxie/include/rtems/score/cpu.h
index 8485655..07b5185 100644
--- a/cpukit/score/cpu/moxie/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/moxie/include/rtems/score/cpu.h
@@ -1,5 +1,7 @@
 /**
  * @file
+ * 
+ * @addtogroup RTEMSScoreCPUMoxie
  */
 
 /*
diff --git a/cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h
index 78b87ef..9c81cb6 100644
--- a/cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/moxie/include/rtems/score/cpuimpl.h
@@ -17,6 +17,16 @@
 
 #include <rtems/score/cpu.h>
 
+/**
+ * @defgroup RTEMSScoreCPUMoxie Moxie
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief Moxie Architecture Support
+ *
+ * @{
+ */
+
 #define CPU_PER_CPU_CONTROL_SIZE 0
 
 #ifndef ASM
@@ -53,4 +63,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
 
 #endif /* ASM */
 
+/** @} */
+
 #endif /* _RTEMS_SCORE_CPUIMPL_H */




More information about the vc mailing list