From 5f1cead35a1c4940db60e04e8a73c057ea2449b8 Mon Sep 17 00:00:00 2001 From: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com> Date: Tue, 13 Jun 2023 14:20:38 +0200 Subject: [PATCH] Remove wrong image path (#55) Signed-off-by: acuadros95 --- doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxyfile.in b/doxyfile.in index e70e75d..3897745 100644 --- a/doxyfile.in +++ b/doxyfile.in @@ -876,7 +876,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = "@PROJECT_SOURCE_DIR@/utils/images/logo" +IMAGE_PATH = # 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