[PATCH 3/6] score: Add Hash Handler to group

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Oct 1 17:42:50 UTC 2021


Update #3706.
---
 cpukit/include/rtems/score/hash.h | 2 ++
 1 file changed, 2 insertions(+)

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.
  *
  * @{
-- 
2.31.1



More information about the devel mailing list