[rtems commit] score: Add Hash Handler to group

Sebastian Huber sebh at rtems.org
Wed Oct 6 06:41:11 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 30 08:30:58 2021 +0200

score: Add Hash Handler to group

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 8a269cc..c6f9ebf 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.
  *
  * @{



More information about the vc mailing list