Doxygen: Exclude bindings/.

This commit is contained in:
Uwe Hermann 2013-04-16 12:45:38 +02:00
parent 1a64618a2f
commit 63c290b984
1 changed files with 2 additions and 0 deletions

View File

@ -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