From: Chris Hofstaedtler Date: Thu, 3 Sep 2020 16:19:00 +0000 (+0200) Subject: Update doxygen config X-Git-Tag: rec-4.5.0-alpha0~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9442%2Fhead;p=thirdparty%2Fpdns.git Update doxygen config --- 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