From 5f963e32eaeea1443598729cd1f9ad67d5cb465f Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Fri, 16 Feb 2024 22:36:28 -0600 Subject: [PATCH] doc: svg interactive images instead of png for doxygen --- doc/doxygen.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index b2aba478d..8129fc1cb 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -2571,7 +2571,7 @@ DIR_GRAPH_MAX_DEPTH = 1 # 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. @@ -2583,7 +2583,7 @@ DOT_IMAGE_FORMAT = png # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -INTERACTIVE_SVG = NO +INTERACTIVE_SVG = YES # The DOT_PATH tag can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path.