From: Uwe Hermann Date: Sat, 3 May 2014 21:40:54 +0000 (+0200) Subject: Doxygen: Don't parse anything in tests/ or doxy/. X-Git-Tag: libsigrokdecode-0.3.0~19 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=fb8e307d0dc7e53d051e1c9fe18ebd56f1b13ab3 Doxygen: Don't parse anything in tests/ or doxy/. None of that is API-relevant. --- diff --git a/Doxyfile b/Doxyfile index 9e113ff..a53ec1d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -805,8 +805,10 @@ EXCLUDE_SYMLINKS = NO # - type_decoder.c: No public API stuff in there currently. # - tyoe_logic.c: No public API stuff in there currently. # - util.c: No public API stuff in there currently. +# - tests/*: Unit tests, no public API stuff in there. +# - doxy/*: Potentially already generated docs, should not be scanned. # -EXCLUDE_PATTERNS = */decoders/* +EXCLUDE_PATTERNS = */decoders/* */tests/* */doxy/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the