Exclude audio/coefficients/src/src_ipc4_int32_table.h from doxygen

Fixes doxygen warning:

warning: Include graph for 'src_ipc4_int32_table.h' not generated, too
many nodes (89), threshold is 50. Consider increasing
DOT_GRAPH_MAX_NODES.

This code is generated and pollutes doxygen output anyway.

Temporary, manual solution until the `\cond` directive is also generated
by the sof/tools/tune/src/*export*.m script(s)

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2022-07-06 16:07:36 -07:00 committed by Liam Girdwood
parent 4c3ea714fa
commit 1be730182d
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
*
*/
/** \cond GENERATED_BY_TOOLS_TUNE_SRC */
#ifndef __SOF_AUDIO_COEFFICIENTS_SRC_SRC_IPC4_INT32_TABLE_H__
#define __SOF_AUDIO_COEFFICIENTS_SRC_SRC_IPC4_INT32_TABLE_H__
@ -294,3 +296,5 @@ struct src_stage *src_table2[10][16] = {
};
#endif /* __SOF_AUDIO_COEFFICIENTS_SRC_SRC_IPC4_INT32_TABLE_H__ */
/** \endcond */