From f70a0bf44a17d8c42340b35e5a0b1629c02cf9ee Mon Sep 17 00:00:00 2001 From: Dietrich Rothe <dietrich.rothe@desy.de> Date: Fri, 4 Nov 2022 09:43:23 +0100 Subject: [PATCH] set IMAGE_PATH in order to allow that documentation includes images --- cmake/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Doxyfile.in b/cmake/Doxyfile.in index 0c34ede..f9e559e 100644 --- a/cmake/Doxyfile.in +++ b/cmake/Doxyfile.in @@ -956,7 +956,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = +IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@ # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program -- GitLab