summaryrefslogtreecommitdiffstats
path: root/raul/Condition.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Condition.h')
-rw-r--r--raul/Condition.h2
1 files changed, 2 insertions, 0 deletions
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: