Skip to content

Commit

Permalink
DOC: Increase DOT_GRAPH_MAX_NODES
Browse files Browse the repository at this point in the history
To prevent warnings about large graphs. Closes #5184.
  • Loading branch information
albert-github authored and dzenanz committed Feb 4, 2025
1 parent 9bba3d0 commit cc0de40
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 @@ -163,7 +163,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_INTERACTIVE_SVG "YES")
set(DOXYGEN_DOT_MULTI_TARGETS "YES")
set(DOXYGEN_CITE_BIB_FILES "${ITK_SOURCE_DIR}/Documentation/Doxygen/doxygen.bib")
Expand Down
2 changes: 1 addition & 1 deletion Wrapping/DoxygenConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,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_INTERACTIVE_SVG "YES")
set(DOXYGEN_DOT_MULTI_TARGETS "YES")
set(DOXYGEN_CITE_BIB_FILES "${ITK_SOURCE_DIR}/Documentation/Doxygen/doxygen.bib")

0 comments on commit cc0de40

Please sign in to comment.