From fb8e307d0dc7e53d051e1c9fe18ebd56f1b13ab3 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 3 May 2014 23:40:54 +0200 Subject: [PATCH] Doxygen: Don't parse anything in tests/ or doxy/. None of that is API-relevant. --- Doxyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.30.2