diff options
Diffstat (limited to 'doc/cpp')
-rw-r--r-- | doc/cpp/xml/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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', ) |