Skip to content

Commit 1b2ded2

Browse files
committed
Doxygen: Increase DOT_GRAPH_MAX_NODES to 120
This avoids a currently happening error: "error: Include graph for 'src_ipc4_int32_table.h' not generated, too many nodes (89), threshold is 50. Consider increasing DOT_GRAPH_MAX_NODES." and another warning that happened with first increase to 100: "warning: Included by graph for 'src.h' not generated, too many nodes (111), threshold is 100. Consider increasing DOT_GRAPH_MAX_NODES." Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 7a2e0e1 commit 1b2ded2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/sof.doxygen.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ TYPEDEF_HIDES_STRUCT = YES
3939
#FILTER_SOURCE_FILES = YES
4040

4141
HTML_TIMESTAMP = NO
42+
43+
# Avoid error "Include graph for 'foobar.h' not generated, too many nodes"
44+
DOT_GRAPH_MAX_NODES = 120

0 commit comments

Comments
 (0)