Doxygen: use SVG for the call graph images (#2896)

Now that IE is finally gone, all the main browsers support this, which
provides higher quality and smaller sizes.
This commit is contained in:
Kleis Auke Wolthuizen 2022-06-26 19:50:34 +02:00 committed by GitHub
parent ae831a145e
commit 2cc1947177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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