]> sigrok.org Git - libsigrokdecode.git/blobdiff - Doxyfile
instance.c: Fix a memory leak reported by scan-build.
[libsigrokdecode.git] / Doxyfile
index 9e113ff21bead7ff63abe140c0c36e1bc392a5a5..33cc3691cf01d01255b947889763bd2699b6f47f 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -68,7 +68,7 @@ OUTPUT_DIRECTORY       = doxy
 # performance problems for the file system.
 # The default value is: NO.
 
-CREATE_SUBDIRS         = YES
+CREATE_SUBDIRS         = NO
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
 # documentation generated by doxygen is written. Doxygen will use this
@@ -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