]> sigrok.org Git - libsigrokdecode.git/blobdiff - Doxyfile
tests/check_session.c: Fix compiler warning.
[libsigrokdecode.git] / Doxyfile
index 9e113ff21bead7ff63abe140c0c36e1bc392a5a5..a53ec1d9cbff8ed8596bbca0b070721a2d5f5601 100644 (file)
--- 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