Skip to content

Commit

Permalink
DOC: Turn on INTERACTIVE_SVG to make it easier to view large graphs
Browse files Browse the repository at this point in the history
Closes #5185.
  • Loading branch information
dzenanz committed Jan 30, 2025
1 parent f34e7f7 commit a5dd51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/Doxygen/DoxygenConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ set(DOXYGEN_GENERATE_TAGFILE "${ITK_BINARY_DIR}/Utilities/Doxygen/InsightDoxygen
set(DOXYGEN_GRAPHICAL_HIERARCHY "NO")
set(DOXYGEN_DOT_IMAGE_FORMAT "svg")
set(DOXYGEN_DOT_GRAPH_MAX_NODES "150")
set(DOXYGEN_INTERACTIVE_SVG "YES")
set(DOXYGEN_DOT_MULTI_TARGETS "YES")

foreach(
Expand Down
1 change: 1 addition & 0 deletions Wrapping/DoxygenConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,5 @@ set(DOXYGEN_GENERATE_TAGFILE "${ITK_BINARY_DIR}/Utilities/Doxygen/InsightDoxygen
set(DOXYGEN_GRAPHICAL_HIERARCHY "NO")
set(DOXYGEN_DOT_IMAGE_FORMAT "svg")
set(DOXYGEN_DOT_GRAPH_MAX_NODES "150")
set(DOXYGEN_INTERACTIVE_SVG "YES")
set(DOXYGEN_DOT_MULTI_TARGETS "YES")

0 comments on commit a5dd51b

Please sign in to comment.