aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/c/xml/meson.build2
-rw-r--r--doc/cpp/xml/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build
index 1c1cddd..8b5e0e2 100644
--- a/doc/c/xml/meson.build
+++ b/doc/c/xml/meson.build
@@ -14,6 +14,6 @@ c_doxyfile = configure_file(
c_index_xml = custom_target(
'c-index.xml',
command: [doxygen, '@INPUT0@'],
- input: [c_doxyfile] + c_header_files,
+ input: [c_doxyfile] + c_headers,
output: 'index.xml',
)
diff --git a/doc/cpp/xml/meson.build b/doc/cpp/xml/meson.build
index 4fe1617..72bb8ee 100644
--- a/doc/cpp/xml/meson.build
+++ b/doc/cpp/xml/meson.build
@@ -14,7 +14,7 @@ cpp_doxyfile = configure_file(
cpp_index_xml = custom_target(
'cpp-index.xml',
command: [doxygen, '@INPUT0@'],
- input: [cpp_doxyfile] + c_header_files + cpp_header_files,
+ input: [cpp_doxyfile] + c_headers + cpp_headers,
output: 'index.xml',
)