From 09ddbde25729e26c3463284aa7c0e67d95d9a0e5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 15 Mar 2023 15:52:53 +0100 Subject: [PATCH] score: Add file to Doxygen group --- cpukit/include/rtems/score/cpustdatomic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/include/rtems/score/cpustdatomic.h b/cpukit/include/rtems/score/cpustdatomic.h index 899f52cd83..9b9e9d6201 100644 --- a/cpukit/include/rtems/score/cpustdatomic.h +++ b/cpukit/include/rtems/score/cpustdatomic.h @@ -3,6 +3,8 @@ /** * @file * + * @ingroup RTEMSScoreAtomicCPU + * * @brief This header file provides the interfaces of the * @ref RTEMSScoreAtomicCPU. */