diff options
Diffstat (limited to 'ext')
-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) { |