Parcourir la source

Use interactive svg for doxygen graphs

Thomas Buck il y a 11 ans
Parent
révision
c2af461dd5
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      Doxyfile

+ 2
- 2
Doxyfile Voir le fichier

@@ -2205,7 +2205,7 @@ DIRECTORY_GRAPH        = YES
2205 2205
 # The default value is: png.
2206 2206
 # This tag requires that the tag HAVE_DOT is set to YES.
2207 2207
 
2208
-DOT_IMAGE_FORMAT       = png
2208
+DOT_IMAGE_FORMAT       = svg
2209 2209
 
2210 2210
 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2211 2211
 # enable generation of interactive SVG images that allow zooming and panning.
@@ -2217,7 +2217,7 @@ DOT_IMAGE_FORMAT       = png
2217 2217
 # The default value is: NO.
2218 2218
 # This tag requires that the tag HAVE_DOT is set to YES.
2219 2219
 
2220
-INTERACTIVE_SVG        = NO
2220
+INTERACTIVE_SVG        = YES
2221 2221
 
2222 2222
 # The DOT_PATH tag can be used to specify the path where the dot tool can be
2223 2223
 # found. If left blank, it is assumed the dot tool can be found in the path.

Chargement…
Annuler
Enregistrer