summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-30 08:30:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-10-06 08:37:49 +0200
commita950c1355b9590473d28c5941ce3d9f22b44d149 (patch)
tree0b39cb65311240100a2c21a75a46199435c5f226 /cpukit
parentrtems: Canonicalize Doxygen in <rtems/counter.h> (diff)
downloadrtems-a950c1355b9590473d28c5941ce3d9f22b44d149.tar.bz2
score: Add Hash Handler to group
Update #3706.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/score/hash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/rtems/score/hash.h b/cpukit/include/rtems/score/hash.h
index 8a269cc548..c6f9ebf463 100644
--- a/cpukit/include/rtems/score/hash.h
+++ b/cpukit/include/rtems/score/hash.h
@@ -49,6 +49,8 @@ extern "C" {
/**
* @defgroup RTEMSScoreHash Hash Handler
*
+ * @ingroup RTEMSScore
+ *
* @brief This group contains the Hash Handler implementation.
*
* @{