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