summaryrefslogtreecommitdiffstats
path: root/raul/Queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Queue.h')
-rw-r--r--raul/Queue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/raul/Queue.h b/raul/Queue.h
index f400497..071ed4e 100644
--- a/raul/Queue.h
+++ b/raul/Queue.h
@@ -28,6 +28,8 @@
* the push and pop operations themselves are not thread-safe.
*
* FIXME: Verify atomicity of everything here.
+ *
+ * \ingroup raul
*/
template <typename T>
class Queue