From: Uwe Hermann Date: Tue, 16 Apr 2013 10:45:38 +0000 (+0200) Subject: Doxygen: Exclude bindings/. X-Git-Tag: dsupstream~129 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=63c290b9840d459a9dac5073b71db43688cc94e9;ds=sidebyside Doxygen: Exclude bindings/. --- diff --git a/Doxyfile b/Doxyfile index 233287a2..96e6d7bc 100644 --- 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