aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-30 10:56:24 +0200
committerThomas White <taw@physics.org>2021-09-30 10:56:24 +0200
commit64d4208438b1847a9b8dd1f28499b7bedce1be54 (patch)
tree7f874c33815e3d477af06fc613242439f5cf7ae7 /libcrystfel/meson.build
parent529c69728d5b2cdc87e939e0400788153120cab2 (diff)
Doxygen: More improvements
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r--libcrystfel/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build
index 3f96d008..65a30f6a 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -186,6 +186,7 @@ if doxygen.found()
doc_data.set('UTHASH', join_paths(meson.current_source_dir(), 'src/uthash.h'))
doc_data.set('VERSION', meson.project_version())
doc_data.set('API_REVISION', libcrystfel_api_version)
+ doc_data.set('LOGO_FILE', join_paths(meson.current_source_dir(), 'doc/crystfel-logo.png'))
doxyfile = configure_file(input: 'doc/Doxyfile.in',
output: 'Doxyfile',