From e21b04fd3f33629bbd2ac9f3db4236902cab4b2b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Oct 2006 17:16:22 +0000 Subject: Trivial documentation fixups. git-svn-id: http://svn.drobilla.net/lad/raul@175 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Condition.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'raul/Condition.h') diff --git a/raul/Condition.h b/raul/Condition.h index 29eaec8..0f20c29 100644 --- a/raul/Condition.h +++ b/raul/Condition.h @@ -23,6 +23,8 @@ /** Trivial (but pretty) wrapper around POSIX Conditions (zero overhead). * * A semaphore that isn't a counter, is slow, and not realtime safe. Yay. + * + * \ingroup raul */ class Condition { public: -- cgit v1.2.1