From 852f319d86403146fd8e9d460b5925bf64a31a6b Mon Sep 17 00:00:00 2001 From: mj-xmr Date: Thu, 22 Jul 2021 09:19:42 +0200 Subject: [PATCH] Doxygen: Exclude build directories --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 5f9ddb7b6..aa3b6fe65 100644 --- a/Doxyfile +++ b/Doxyfile @@ -805,7 +805,7 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = */build/* */contrib/depends/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the