From f2d57cc13f3fbaf8207a8a8b68e17131424ffb63 Mon Sep 17 00:00:00 2001 From: Alexander Klein Date: Thu, 23 Jun 2022 17:13:06 +0200 Subject: [PATCH] config doxy --- .gitignore | 3 +++ doc/Doxygen/Doxyfile | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 431e435..47942bb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,8 @@ .vscode/ipch doc/Doxygen/html* +doc/Doxygen/generated* + + workspace.code-workspace diff --git a/doc/Doxygen/Doxyfile b/doc/Doxygen/Doxyfile index 74eb00a..3ad1597 100644 --- a/doc/Doxygen/Doxyfile +++ b/doc/Doxygen/Doxyfile @@ -51,14 +51,14 @@ PROJECT_BRIEF = "A small verhicle which should be drive a route with GP # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = C:/Users/alex1/Documents/projektarbeit/doc/Doxygen/logo.PNG +PROJECT_LOGO = C:/Users/alex1/git/projektarbeit/doc/Doxygen/logo.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 # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = C:\Users\alex1\Documents\projektarbeit\doc\Doxygen +OUTPUT_DIRECTORY = generated # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and @@ -871,7 +871,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = C:\Users\alex1\Documents\projektarbeit +INPUT = ../../ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -1840,7 +1840,7 @@ EXTRA_SEARCH_MAPPINGS = # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output. # The default value is: YES. -GENERATE_LATEX = NO +GENERATE_LATEX = YES # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of