summaryrefslogtreecommitdiffstats
path: root/raul/Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Thread.h')
-rw-r--r--raul/Thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/Thread.h b/raul/Thread.h
index 37dcacd..04a7be4 100644
--- a/raul/Thread.h
+++ b/raul/Thread.h
@@ -27,7 +27,7 @@
* Extend this and override the _run method to easily create a thread
* to perform some task.
*
- * \ingroup engine
+ * \ingroup raul
*/
class Thread
{