From 054a218a1f4a093e06e41eecbb4aa4edb887c272 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Mar 2019 19:03:46 +0100 Subject: Fix undocumented item inside Doxygen group --- lv2/atom/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lv2/atom') 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 }; /** -- cgit v1.2.1