]> sigrok.org Git - libsigrok.git/commitdiff
Doxyfile: Make exclude patterns more specific.
authorBartosz Golaszewski <redacted>
Wed, 18 Feb 2015 12:21:18 +0000 (13:21 +0100)
committerUwe Hermann <redacted>
Fri, 20 Feb 2015 10:12:31 +0000 (11:12 +0100)
Current exclude patterns lead to unwanted exclusion of all paths
containing common directory names like output, bindings etc. even
if those names occur higher in the directory structure.

Make exclude patterns more specific by prefixing them with src/.

Signed-off-by: Bartosz Golaszewski <redacted>
Doxyfile

index c9e2b9f809118e4a9b27e16f469e4aa9e1642e61..5907e63b553a9d27aa5e21153ef606b5ba8e6788 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -818,9 +818,9 @@ EXCLUDE_SYMLINKS       = NO
 #  - bindings/*: Language bindings, no public API stuff in there.
 #  - doxy/*: Potentially already generated docs, should not be scanned.
 #
-EXCLUDE_PATTERNS       = */hardware/* */input/* */output/* */transform/*
-EXCLUDE_PATTERNS      += */scpi/* */dmm/* */lcr/*
-EXCLUDE_PATTERNS      += */tests/* */bindings/* */doxy/*
+EXCLUDE_PATTERNS       = */src/hardware/* */src/input/* */src/output/* */src/transform/*
+EXCLUDE_PATTERNS      += */src/scpi/* */src/dmm/* */src/lcr/*
+EXCLUDE_PATTERNS      += */src/tests/* */src/bindings/* */src/doxy/*
 INPUT                 += src/input/input.c src/output/output.c
 INPUT                 += src/transform/transform.c