Fix doxygen-awesome and update docs

This commit is contained in:
Shrukan
2024-02-17 20:07:53 -07:00
parent cd8b676bcf
commit f040771918
16 changed files with 3545 additions and 8027 deletions

View File

@ -1,11 +1,13 @@
cdata = configuration_data()
cdata.set('VERSION', meson.project_version())
cdata.set('PROJECTNAME', meson.project_name())
cdata.set('TOP_SRCDIR', meson.source_root())
cdata.set('TOP_BUILDDIR', meson.build_root())
cdata.set('TOP_SRCDIR', meson.project_source_root())
cdata.set('TOP_BUILDDIR', meson.project_build_root())
cdata.set('DOXYGEN_AWESOME', join_paths(meson.current_source_dir(), 'doxygen-awesome.css'))
cdata.set('DOC_OUTPUT_DIR', meson.current_build_dir())
message('project source root: ' + meson.project_source_root())
if find_program('dot', required : false).found()
cdata.set('HAVE_DOT', 'YES')
else