From 63c290b9840d459a9dac5073b71db43688cc94e9 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 16 Apr 2013 12:45:38 +0200 Subject: [PATCH] Doxygen: Exclude bindings/. --- Doxyfile | 2 ++ 1 file changed, 2 insertions(+) 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