From 8d9bebef2c5d286ed896d32e87d43dbe85d5605d Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Wed, 1 Jun 2022 21:13:17 +0200 Subject: [PATCH] Fix image path in doxygen config --- Hazelnupp/doxygen/doxyfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hazelnupp/doxygen/doxyfig b/Hazelnupp/doxygen/doxyfig index e226eaa..11d44ee 100644 --- a/Hazelnupp/doxygen/doxyfig +++ b/Hazelnupp/doxygen/doxyfig @@ -51,7 +51,7 @@ PROJECT_BRIEF = "Simple, easy to use, command line parameter interface" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = ../Brand/nupp_small.png +PROJECT_LOGO = ../../Brand/nupp_small.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is