From a950c1355b9590473d28c5941ce3d9f22b44d149 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 30 Sep 2021 08:30:58 +0200 Subject: 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 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. * * @{ -- cgit v1.2.3