summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/tqdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/tqdata.h')
-rw-r--r--cpukit/score/include/rtems/score/tqdata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/tqdata.h b/cpukit/score/include/rtems/score/tqdata.h
index 1531f7cbd8..3c79730b4a 100644
--- a/cpukit/score/include/rtems/score/tqdata.h
+++ b/cpukit/score/include/rtems/score/tqdata.h
@@ -22,6 +22,8 @@
/**
* @defgroup ScoreThreadQData Thread Queue Handler Data Definition
*
+ * @ingroup Score
+ *
* This handler defines the data shared between the thread and thread
* queue handlers. Having this handler define these data structure
* avoids potentially circular references.