aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-14 18:53:27 +0000
committerDavid Robillard <d@drobilla.net>2011-03-14 18:53:27 +0000
commit46a8d58ffbc0b9d33f6822ed4246938af0e05d89 (patch)
treef5ce36e593ae54db16ba4f8dfd25fea73b4eec05 /ext
parent316e95ecd16dc296f4984f42dbc4accec5045bb9 (diff)
downloadlv2-46a8d58ffbc0b9d33f6822ed4246938af0e05d89.tar.xz
Fix invalid atom-helpers.h doxygen documentation.
Diffstat (limited to 'ext')
-rw-r--r--ext/atom.lv2/atom-helpers.h1
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) {