summaryrefslogtreecommitdiff
path: root/src/core/commandqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/commandqueue.h')
-rw-r--r--src/core/commandqueue.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/commandqueue.h b/src/core/commandqueue.h
index eb1de34..f44fe42 100644
--- a/src/core/commandqueue.h
+++ b/src/core/commandqueue.h
@@ -51,7 +51,9 @@ class Event;
/**
* \brief Command queue
*
- * This class holds a list of events that will be pushed on a given device
+ * This class holds a list of events that will be pushed on a given device.
+ *
+ * More details are given on the \ref events page.
*/
class CommandQueue : public Object
{