aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/c/xml/meson.build5
-rw-r--r--doc/cpp/xml/meson.build5
2 files changed, 0 insertions, 10 deletions
diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build
index 9e0c628..1c1cddd 100644
--- a/doc/c/xml/meson.build
+++ b/doc/c/xml/meson.build
@@ -1,11 +1,6 @@
# Copyright 2021 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
-c_doxygen_input = []
-foreach h : c_headers
- c_doxygen_input += ['..' / h]
-endforeach
-
config = configuration_data()
config.set('PUGL_SRCDIR', pugl_src_root)
config.set('DOX_OUTPUT', meson.current_build_dir() / '..')
diff --git a/doc/cpp/xml/meson.build b/doc/cpp/xml/meson.build
index cede7a9..4fe1617 100644
--- a/doc/cpp/xml/meson.build
+++ b/doc/cpp/xml/meson.build
@@ -1,11 +1,6 @@
# Copyright 2021 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
-cpp_doxygen_input = []
-foreach h : c_headers + cpp_headers
- cpp_doxygen_input += ['..' / h]
-endforeach
-
config = configuration_data()
config.set('PUGL_SRCDIR', pugl_src_root)
config.set('DOX_OUTPUT', meson.current_build_dir() / '..')