diff options
author | David Robillard <d@drobilla.net> | 2011-03-14 18:53:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-14 18:53:27 +0000 |
commit | 46a8d58ffbc0b9d33f6822ed4246938af0e05d89 (patch) | |
tree | f5ce36e593ae54db16ba4f8dfd25fea73b4eec05 /ext/atom.lv2 | |
parent | 316e95ecd16dc296f4984f42dbc4accec5045bb9 (diff) | |
download | lv2-46a8d58ffbc0b9d33f6822ed4246938af0e05d89.tar.xz |
Fix invalid atom-helpers.h doxygen documentation.
Diffstat (limited to 'ext/atom.lv2')
-rw-r--r-- | ext/atom.lv2/atom-helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/atom.lv2/atom-helpers.h b/ext/atom.lv2/atom-helpers.h index 0430230..f2717a3 100644 --- a/ext/atom.lv2/atom-helpers.h +++ b/ext/atom.lv2/atom-helpers.h @@ -86,6 +86,7 @@ lv2_object_iter_get(LV2_Object_Iter iter) /** A macro for iterating over all properties of an Object. * @param obj The object to iterate over * @param iter The name of the iterator + * * This macro is used similarly to a for loop (which it expands to), e.g.: * <pre> * LV2_OBJECT_FOREACH(object, i) { |