Skip to content

Commit 26090c2

Browse files
committed
Set the dot graphs to generate as interactive SVG
1 parent 95aca48 commit 26090c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,7 +2371,7 @@ DIRECTORY_GRAPH = YES
23712371
# The default value is: png.
23722372
# This tag requires that the tag HAVE_DOT is set to YES.
23732373

2374-
DOT_IMAGE_FORMAT = png
2374+
DOT_IMAGE_FORMAT = svg
23752375

23762376
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
23772377
# enable generation of interactive SVG images that allow zooming and panning.
@@ -2383,7 +2383,7 @@ DOT_IMAGE_FORMAT = png
23832383
# The default value is: NO.
23842384
# This tag requires that the tag HAVE_DOT is set to YES.
23852385

2386-
INTERACTIVE_SVG = NO
2386+
INTERACTIVE_SVG = YES
23872387

23882388
# The DOT_PATH tag can be used to specify the path where the dot tool can be
23892389
# found. If left blank, it is assumed the dot tool can be found in the path.

0 commit comments

Comments
 (0)