summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-06-09 00:44:29 +0000
committerDavid Robillard <d@drobilla.net>2013-06-09 00:44:29 +0000
commit8c3d9de4c4a432dd910c5bafba4dd0afb74550a4 (patch)
tree7bbbe68963d5047b10a0a2b1607a7dc468af2265 /ingen
parent97cbccb98c6f0b0ce4d79bb67b8c9c698df4f873 (diff)
downloadingen-8c3d9de4c4a432dd910c5bafba4dd0afb74550a4.tar.gz
ingen-8c3d9de4c4a432dd910c5bafba4dd0afb74550a4.tar.bz2
ingen-8c3d9de4c4a432dd910c5bafba4dd0afb74550a4.zip
Fix crufty comments.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5133 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r--ingen/Atom.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ingen/Atom.hpp b/ingen/Atom.hpp
index 3d05d1ac..a355f840 100644
--- a/ingen/Atom.hpp
+++ b/ingen/Atom.hpp
@@ -39,15 +39,13 @@ class Forge;
In either case, the data is stored in a binary compatible format to LV2_Atom
(i.e., if the value is dynamically allocated, the header is repeated there).
-
- @ingroup raul
*/
class Atom {
public:
Atom() { _atom.size = 0; _atom.type = 0; _body.ptr = NULL; }
~Atom() { dealloc(); }
- /** Contruct a raw atom.
+ /** Construct a raw atom.
*
* Typically this is not used directly, use Forge methods to make atoms.
*/