Doxygen: Exclude bindings/.
This commit is contained in:
parent
1a64618a2f
commit
63c290b984
2
Doxyfile
2
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
|
||||
|
|
Loading…
Reference in New Issue