From 8c3d9de4c4a432dd910c5bafba4dd0afb74550a4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jun 2013 00:44:29 +0000 Subject: Fix crufty comments. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5133 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/Atom.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ingen') 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. */ -- cgit v1.2.1