1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc/doxygen: enable svg output

changed DOT_IMAGE_FORMAT to svg to get searchable dependency and call graphs
This commit is contained in:
Chamaeleon- 2020-04-30 12:55:31 +02:00 committed by GitHub
parent 6a75e042cd
commit f76b88177c
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.