Skip to content

Commit

Permalink
DOC: Increase DOT_GRAPH_MAX_NODES
Browse files Browse the repository at this point in the history
This should prevent warnings about large graphs. Closes InsightSoftwareConsortium#5184.
  • Loading branch information
dzenanz committed Jan 28, 2025
1 parent db3d6e2 commit 095a73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Utilities/Doxygen/DoxygenConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ set(DOXYGEN_PREDEFINED
set(DOXYGEN_GENERATE_TAGFILE "${ITK_BINARY_DIR}/Utilities/Doxygen/InsightDoxygen.tag")
set(DOXYGEN_GRAPHICAL_HIERARCHY "NO")
set(DOXYGEN_DOT_IMAGE_FORMAT "svg")
set(DOXYGEN_DOT_GRAPH_MAX_NODES "150")
set(DOXYGEN_DOT_GRAPH_MAX_NODES "250")
set(DOXYGEN_DOT_MULTI_TARGETS "YES")

foreach(
Expand Down
2 changes: 1 addition & 1 deletion Wrapping/DoxygenConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ set(DOXYGEN_PREDEFINED
set(DOXYGEN_GENERATE_TAGFILE "${ITK_BINARY_DIR}/Utilities/Doxygen/InsightDoxygen.tag")
set(DOXYGEN_GRAPHICAL_HIERARCHY "NO")
set(DOXYGEN_DOT_IMAGE_FORMAT "svg")
set(DOXYGEN_DOT_GRAPH_MAX_NODES "150")
set(DOXYGEN_DOT_GRAPH_MAX_NODES "250")
set(DOXYGEN_DOT_MULTI_TARGETS "YES")

0 comments on commit 095a73e

Please sign in to comment.