From 74f35d09b930cd06338d241a3a03a24aa858bdc8 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 6 Mar 2022 19:50:13 +0100 Subject: [PATCH] Added exclude paths to doxygen --- Doxygen/doxyfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxygen/doxyfig b/Doxygen/doxyfig index fe16d25..e9c1a5b 100644 --- a/Doxygen/doxyfig +++ b/Doxygen/doxyfig @@ -829,7 +829,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = "../Src/" "index.md" +INPUT = ../Src/ "index.md" # 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 @@ -917,7 +917,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = "../Src/Eule/" # 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