aboutsummaryrefslogtreecommitdiffstats
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
parentca9f746af500be98f7c65b7f1bd0f50ad936a8b6 (diff)
downloadlv2-054a218a1f4a093e06e41eecbb4aa4edb887c272.tar.xz
Fix undocumented item inside Doxygen group
-rw-r--r--lv2/atom/util.h1
-rw-r--r--wscript2
2 files changed, 2 insertions, 1 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 };
/**
diff --git a/wscript b/wscript
index de0f808..ff5a4a7 100644
--- a/wscript
+++ b/wscript
@@ -8,7 +8,7 @@ from waflib.extras import autowaf as autowaf
# Mandatory waf variables
APPNAME = 'lv2' # Package name for waf dist
-VERSION = '1.16.0' # Package version for waf dist
+VERSION = '1.16.1' # Package version for waf dist
top = '.' # Source directory
out = 'build' # Build directory