1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

Merge pull request #13988 from Chamaeleon-/patch-2

doc/doxygen: enable svg output for graphs
This commit is contained in:
benpicco 2020-05-01 14:14:23 +02:00 committed by GitHub
commit be7dc13d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2302,7 +2302,7 @@ DIRECTORY_GRAPH = NO
# 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.