]> sigrok.org Git - libsigrok.git/commitdiff
Doxygen: Exclude bindings/.
authorUwe Hermann <redacted>
Tue, 16 Apr 2013 10:45:38 +0000 (12:45 +0200)
committerUwe Hermann <redacted>
Tue, 16 Apr 2013 10:45:38 +0000 (12:45 +0200)
Doxyfile

index 233287a23f3ad0ba1c6bc0a90c8268c59955f5b2..96e6d7bcc3acb3f1cbda2f337c3ec0e9d5fc12b0 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -711,8 +711,10 @@ EXCLUDE_SYMLINKS       = NO
 #  - input/*: Only input.c contains public API, everything else doesn't.
 #  - output/*: Only output.c contains public API, everything else doesn't.
 #  - tests/*: Unit tests, no public API stuff in there.
+#  - bindings/*: Language bindings, no public API stuff in there.
 #
 EXCLUDE_PATTERNS       = */hardware/* */input/* */output/* */tests/*
+EXCLUDE_PATTERNS      += */bindings/*
 INPUT                 += input/input.c output/output.c
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names