summaryrefslogtreecommitdiffstats
path: root/raul/Slave.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/Slave.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/Slave.h')
-rw-r--r--raul/Slave.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/raul/Slave.h b/raul/Slave.h
index c16818b..fb0c67c 100644
--- a/raul/Slave.h
+++ b/raul/Slave.h
@@ -1,11 +1,11 @@
-/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard.
+/* This file is part of Raul. Copyright (C) 2006 Dave Robillard.
*
- * Ingen is free software; you can redistribute it and/or modify it under the
+ * Raul is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
- * Ingen is distributed in the hope that it will be useful, but WITHOUT ANY
+ * Raul is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
*
@@ -27,7 +27,7 @@
* Use this to perform some task in a separate thread you want to 'drive'
* from a realtime (or otherwise) thread.
*
- * \ingroup engine
+ * \ingroup raul
*/
class Slave : public Thread
{