]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update doxygen config 9442/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 3 Sep 2020 16:19:00 +0000 (18:19 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 3 Sep 2020 16:19:08 +0000 (18:19 +0200)
codedocs/doxygen.conf

index 4e76baa4b7484293a61a7630d8d1a9e60b49fdcd..0ac8687750a730dddedcdce8b50f4629ab530329 100644 (file)
@@ -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