From bc74c69e70dab67a76f9119a66d6bae13854c97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAURENS=20J=C3=A9r=C3=B4me?= Date: Sat, 23 Mar 2024 07:07:59 +0100 Subject: [PATCH] Update Doxyfile --- documentation/Doxyfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 5fa8295..5c12548 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -1033,7 +1033,13 @@ EXCLUDE_SYMLINKS = YES # 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 = */meson/* */lua/* +EXCLUDE_PATTERNS = */man1/* \ + */man5/* \ + */documentation/* \ + */meson/* \ + */lua/* \ + "*/synctex test files/*" \ + "*/test standalone/*" # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the