From: Bartosz Golaszewski Date: Wed, 18 Feb 2015 12:21:18 +0000 (+0100) Subject: Doxyfile: Make exclude patterns more specific. X-Git-Tag: libsigrok-0.4.0~623 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=b1e034f7584ee71b116aeca7f50ae3ec738ccbf0;hp=b1e034f7584ee71b116aeca7f50ae3ec738ccbf0;p=libsigrok.git Doxyfile: Make exclude patterns more specific. 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 ---