Browse Source

Use interactive svg for doxygen graphs

Thomas Buck 11 years ago
parent
commit
c2af461dd5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Doxyfile

+ 2
- 2
Doxyfile View File

2205
 # The default value is: png.
2205
 # The default value is: png.
2206
 # This tag requires that the tag HAVE_DOT is set to YES.
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
 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2210
 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2211
 # enable generation of interactive SVG images that allow zooming and panning.
2211
 # enable generation of interactive SVG images that allow zooming and panning.
2217
 # The default value is: NO.
2217
 # The default value is: NO.
2218
 # This tag requires that the tag HAVE_DOT is set to YES.
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
 # The DOT_PATH tag can be used to specify the path where the dot tool can be
2222
 # The DOT_PATH tag can be used to specify the path where the dot tool can be
2223
 # found. If left blank, it is assumed the dot tool can be found in the path.
2223
 # found. If left blank, it is assumed the dot tool can be found in the path.

Loading…
Cancel
Save