aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-17 19:03:46 +0100
committerDavid Robillard <d@drobilla.net>2019-03-17 19:28:49 +0100
commit054a218a1f4a093e06e41eecbb4aa4edb887c272 (patch)
treea1e3ba784b7dbd4e4ac3aaec635926090d51b236 /lv2/atom
parentca9f746af500be98f7c65b7f1bd0f50ad936a8b6 (diff)
downloadlv2-054a218a1f4a093e06e41eecbb4aa4edb887c272.tar.xz
Fix undocumented item inside Doxygen group
Diffstat (limited to 'lv2/atom')
-rw-r--r--lv2/atom/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/atom/util.h b/lv2/atom/util.h
index de93269..051a3cb 100644
--- a/lv2/atom/util.h
+++ b/lv2/atom/util.h
@@ -297,6 +297,7 @@ typedef struct {
const LV2_Atom** value; /**< Found value (output set by query function) */
} LV2_Atom_Object_Query;
+/** Sentinel for lv2_atom_object_query(). */
static const LV2_Atom_Object_Query LV2_ATOM_OBJECT_QUERY_END = { 0, NULL };
/**