summaryrefslogtreecommitdiffstats
path: root/raul/Queue.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-15 17:16:22 +0000
committerDavid Robillard <d@drobilla.net>2006-10-15 17:16:22 +0000
commite21b04fd3f33629bbd2ac9f3db4236902cab4b2b (patch)
tree6e2e5e555f0245be54cc9c76f3414670944ca2f9 /raul/Queue.h
parentef04ea5d777b6833d9a07b8694b591cd2461b9c8 (diff)
downloadraul-e21b04fd3f33629bbd2ac9f3db4236902cab4b2b.tar.gz
raul-e21b04fd3f33629bbd2ac9f3db4236902cab4b2b.tar.bz2
raul-e21b04fd3f33629bbd2ac9f3db4236902cab4b2b.zip
Trivial documentation fixups.
git-svn-id: http://svn.drobilla.net/lad/raul@175 a436a847-0d15-0410-975c-d299462d15a1
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