aboutsummaryrefslogtreecommitdiffstats
path: root/doc/c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/c')
-rw-r--r--doc/c/meson.build2
-rw-r--r--doc/c/reference.doxygen.in1
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/c/meson.build b/doc/c/meson.build
index da88b86..2642c3a 100644
--- a/doc/c/meson.build
+++ b/doc/c/meson.build
@@ -1,8 +1,6 @@
# Copyright 2022 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
-lv2_source_doc = meson.current_source_dir()
-
if doxygen.found()
reference_doxygen_in = files('reference.doxygen.in')
diff --git a/doc/c/reference.doxygen.in b/doc/c/reference.doxygen.in
index 23e0329..333fe1c 100644
--- a/doc/c/reference.doxygen.in
+++ b/doc/c/reference.doxygen.in
@@ -805,6 +805,7 @@ INPUT = @LV2_SRCDIR@/doc/c/mainpage.md \
@LV2_SRCDIR@/include/lv2/atom/util.h \
@LV2_SRCDIR@/include/lv2/buf-size/buf-size.h \
@LV2_SRCDIR@/include/lv2/core/lv2.h \
+ @LV2_SRCDIR@/include/lv2/core/lv2_util.h \
@LV2_SRCDIR@/include/lv2/data-access/data-access.h \
@LV2_SRCDIR@/include/lv2/dynmanifest/dynmanifest.h \
@LV2_SRCDIR@/include/lv2/event/event-helpers.h \