From bf36f5de94fc61a3956ef2fa07bb68eda3f5c0f4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 28 May 2021 07:47:52 +0200 Subject: score: Add RTEMS_UNREACHABLE() to a group --- cpukit/include/rtems/score/basedefs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h index 33fb272291..c682106c53 100644 --- a/cpukit/include/rtems/score/basedefs.h +++ b/cpukit/include/rtems/score/basedefs.h @@ -842,6 +842,8 @@ extern "C" { /* Generated from spec:/rtems/basedefs/if/unreachable */ /** + * @ingroup RTEMSAPIBaseDefs + * * @brief Tells the compiler that this program point is unreachable. */ #if defined(__GNUC__) -- cgit v1.2.3