From f76b88177c08d147d65cb6073d9be6118b80fee8 Mon Sep 17 00:00:00 2001 From: Chamaeleon- Date: Thu, 30 Apr 2020 12:55:31 +0200 Subject: [PATCH] doc/doxygen: enable svg output changed DOT_IMAGE_FORMAT to svg to get searchable dependency and call graphs --- doc/doxygen/riot.doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile index 45529a7305..4e811ff167 100644 --- a/doc/doxygen/riot.doxyfile +++ b/doc/doxygen/riot.doxyfile @@ -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.