From c6ba293c5558bb354580c418686ce43f7091b058 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Thu, 3 Sep 2020 18:19:00 +0200 Subject: [PATCH] Update doxygen config --- codedocs/doxygen.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codedocs/doxygen.conf b/codedocs/doxygen.conf index 4e76baa4b7..0ac8687750 100644 --- a/codedocs/doxygen.conf +++ b/codedocs/doxygen.conf @@ -472,13 +472,13 @@ EXCLUDE = # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. -EXCLUDE_SYMLINKS = NO +EXCLUDE_SYMLINKS = YES # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = test-* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see -- 2.47.2