summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/bitfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/bitfield.h')
-rw-r--r--cpukit/score/include/rtems/score/bitfield.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/bitfield.h b/cpukit/score/include/rtems/score/bitfield.h
index 43f8fd09c4..4e267e04f7 100644
--- a/cpukit/score/include/rtems/score/bitfield.h
+++ b/cpukit/score/include/rtems/score/bitfield.h
@@ -21,6 +21,8 @@
/**
* @defgroup ScoreBitfield Bitfield Handler
*
+ * @ingroup Score
+ *
* This handler encapsulates functionality that is used to manipulate the
* priority bitfields used to lookup which priority has the highest
* priority ready to execute thread.