Skip to content

Commit

Permalink
doxygen: codecs: exclude 3rd part codec headers from Doxygen
Browse files Browse the repository at this point in the history
Lets try and keep 3rd party codec headers as-is without any modifications.
This include doxygen as some references may be in closed headers.

Signed-off-by: Liam R Girdwood <liam.r.girdwood@intel.com>
  • Loading branch information
lgirdwood committed Apr 7, 2021
1 parent 0b07337 commit 55cf12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sof.doxygen.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ INPUT = @top_srcdir@/src/include/ipc \
@top_srcdir@/src/include/kernel \
@top_srcdir@/src/include/user \
@top_srcdir@/src/include/sof
EXCLUDE =
EXCLUDE = @top_srcdir@/src/include/sof/audio/codec_adapter
RECURSIVE = YES
FILE_PATTERNS = *.c *.h
EXAMPLE_PATH = @top_srcdir@/test
Expand Down

0 comments on commit 55cf12b

Please sign in to comment.