summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/percpudata.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-26 10:42:03 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 07:45:53 +0100
commitc81ac0e750776294fce56f6744671e3090b0579a (patch)
tree5debbfe44cd0b4b117b5848b5c04cfe2fe8cd51b /cpukit/include/rtems/score/percpudata.h
parentrtems: Canonicalize implementation Doxygen groups (diff)
downloadrtems-c81ac0e750776294fce56f6744671e3090b0579a.tar.bz2
score: Canonicalize Doxygen groups
Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group brief descriptions. Update #3706.
Diffstat (limited to 'cpukit/include/rtems/score/percpudata.h')
-rw-r--r--cpukit/include/rtems/score/percpudata.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/cpukit/include/rtems/score/percpudata.h b/cpukit/include/rtems/score/percpudata.h
index ff6e517d0a..7e1f787b7e 100644
--- a/cpukit/include/rtems/score/percpudata.h
+++ b/cpukit/include/rtems/score/percpudata.h
@@ -1,9 +1,9 @@
/**
* @file
*
- * @ingroup PerCPUData
+ * @ingroup RTEMSScorePerCPUData
*
- * @brief Definition of custom per-CPU items.
+ * @brief This header file provides the Flexible Per-CPU Data API.
*/
/*
@@ -31,14 +31,15 @@ extern "C" {
#endif /* __cplusplus */
/**
- * @defgroup PerCPUData Flexible Per-CPU Data
+ * @defgroup RTEMSScorePerCPUData Flexible Per-CPU Data
*
- * @ingroup PerCPU
+ * @ingroup RTEMSScorePerCPU
*
- * @brief Flexible Per-CPU Data
+ * @brief This group contains the implementation to support flexible per-CPU
+ * data.
*
- * Provides the definition of custom per-CPU items. The items are collected in
- * a special linker set. During system initialization the content of the
+ * Macros to define custom per-CPU items are provided. The items are collected
+ * in a special linker set. During system initialization the content of the
* linker set is duplicated for all secondary processors using memory allocated
* from the workspace. The begin and end of the per-CPU data area is cache
* line aligned (CPU_CACHE_LINE_BYTES).