doc: remove unused variables from Doxyfile config

This commit is contained in:
Barnabás Pőcze 2023-01-14 22:01:03 +01:00
parent bc884cd6af
commit b227a21cb7

View file

@ -1,8 +1,6 @@
doxyfile_conf = configuration_data()
doxyfile_conf.set('PACKAGE_NAME', meson.project_name())
doxyfile_conf.set('PACKAGE_VERSION', meson.project_version())
doxyfile_conf.set('top_srcdir', meson.project_source_root())
doxyfile_conf.set('top_builddir', meson.project_build_root())
doxyfile_conf.set('output_directory', meson.current_build_dir())
dot_found = find_program('dot', required: false).found()