From 46a8d58ffbc0b9d33f6822ed4246938af0e05d89 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Mar 2011 18:53:27 +0000 Subject: Fix invalid atom-helpers.h doxygen documentation. --- ext/atom.lv2/atom-helpers.h | 1 + 1 file changed, 1 insertion(+) 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.: *
  * LV2_OBJECT_FOREACH(object, i) {
-- 
cgit v1.2.1