summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-26 10:22:26 +0100
committerAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-01 12:02:30 +0200
commitee38c54685dc5df75a18c1aeaadfa5b6014352fa (patch)
treec017c1de1b08cb1f52dee12af71e74088957ae6a /cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h
parentdoxygen: score: Add lm32 CPU architecture group (diff)
downloadrtems-ee38c54685dc5df75a18c1aeaadfa5b6014352fa.tar.bz2
doxygen: score: Change no_cpu architecture group
Groups CPUContext and CPUInterrupt are now defined with a unique name for this architecture group. Update #3706.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h
index cee40e1ea4..c8c86f4ec7 100644
--- a/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h
@@ -84,7 +84,7 @@ register struct Per_CPU_Control *_CPU_Per_CPU_current asm( "rX" );
#define _CPU_Get_thread_executing() ( _CPU_Per_CPU_current->executing )
/**
- * @ingroup CPUContext
+ * @addtogroup RTEMSScoreCPUExampleContext
*
* @brief Clobbers all volatile registers with values derived from the pattern
* parameter.
@@ -98,7 +98,7 @@ register struct Per_CPU_Control *_CPU_Per_CPU_current asm( "rX" );
void _CPU_Context_volatile_clobber( uintptr_t pattern );
/**
- * @ingroup CPUContext
+ * @addtogroup RTEMSScoreCPUExampleContext
*
* @brief Initializes and validates the CPU context with values derived from
* the pattern parameter.