From 92918f20ae48a5c791460904cd82162533df6837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 16 Nov 2015 12:37:43 +0000 Subject: [PATCH] SVG must not be interactive for embedding in redmine --- doc/doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxyfile.in b/doc/doxyfile.in index d259519..2959b83 100644 --- a/doc/doxyfile.in +++ b/doc/doxyfile.in @@ -2222,7 +2222,7 @@ DOT_IMAGE_FORMAT = svg # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -INTERACTIVE_SVG = YES +INTERACTIVE_SVG = NO # 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.