From 477ea1e849ef7dd1e7ee397f9824b94a959aa7cf Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Fri, 9 Jul 2021 15:04:37 +0000 Subject: [PATCH] Update Doxyfile --- doxygen/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index 5f7fb1b..a80cf20 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -51,7 +51,7 @@ PROJECT_BRIEF = "... better know the details." # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = ./Bilder/coderace_logo.JPG +PROJECT_LOGO = ../Bilder/coderace_logo.JPG # 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 @@ -873,7 +873,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = ../../vsode/coderacer_mkII/lib/CodeRacer_MKII/examples +EXCLUDE = ../CodeRacer_MKII/examples # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded