aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/lists.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/lists.h')
-rw-r--r--src/include/lists.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/lists.h b/src/include/lists.h
index 741648a03..5c3c98093 100644
--- a/src/include/lists.h
+++ b/src/include/lists.h
@@ -33,6 +33,7 @@ typedef struct Thread Thread;
/**
* Generic threads queue header and element.
+ * @extends ThreadsList
*/
typedef struct {
/** First \p Thread in the queue, or \p ThreadQueue when empty. */