|
1 |
| -# Doxyfile 1.13.1 |
| 1 | +# Doxyfile 1.13.2 |
2 | 2 |
|
3 | 3 | # This file describes the settings to be used by the documentation system
|
4 | 4 | # Doxygen (www.doxygen.org) for a project.
|
@@ -2782,24 +2782,29 @@ DIR_GRAPH_MAX_DEPTH = 1
|
2782 | 2782 | # generated by dot. For an explanation of the image formats see the section
|
2783 | 2783 | # output formats in the documentation of the dot tool (Graphviz (see:
|
2784 | 2784 | # https://www.graphviz.org/)).
|
2785 |
| -# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order |
2786 |
| -# to make the SVG files visible in IE 9+ (other browsers do not have this |
2787 |
| -# requirement). |
| 2785 | +# |
| 2786 | +# Note the formats svg:cairo and svg:cairo:cairo cannot be used in combination |
| 2787 | +# with INTERACTIVE_SVG (the INTERACTIVE_SVG will be set to NO). |
2788 | 2788 | # Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
|
2789 |
| -# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and |
2790 |
| -# png:gdiplus:gdiplus. |
| 2789 | +# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus, |
| 2790 | +# png:gdiplus:gdiplus, svg:cairo, svg:cairo:cairo, svg:svg, svg:svg:core, |
| 2791 | +# gif:cairo, gif:cairo:gd, gif:cairo:gdiplus, gif:gdiplus, gif:gdiplus:gdiplus, |
| 2792 | +# gif:gd, gif:gd:gd, jpg:cairo, jpg:cairo:gd, jpg:cairo:gdiplus, jpg:gd, |
| 2793 | +# jpg:gd:gd, jpg:gdiplus and jpg:gdiplus:gdiplus. |
2791 | 2794 | # The default value is: png.
|
2792 | 2795 | # This tag requires that the tag HAVE_DOT is set to YES.
|
2793 | 2796 |
|
2794 | 2797 | DOT_IMAGE_FORMAT = svg
|
2795 | 2798 |
|
2796 |
| -# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to |
2797 |
| -# enable generation of interactive SVG images that allow zooming and panning. |
| 2799 | +# If DOT_IMAGE_FORMAT is set to svg or svg:svg or svg:svg:core, then this option |
| 2800 | +# can be set to YES to enable generation of interactive SVG images that allow |
| 2801 | +# zooming and panning. |
2798 | 2802 | #
|
2799 | 2803 | # Note that this requires a modern browser other than Internet Explorer. Tested
|
2800 | 2804 | # and working are Firefox, Chrome, Safari, and Opera.
|
2801 |
| -# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make |
2802 |
| -# the SVG files visible. Older versions of IE do not have SVG support. |
| 2805 | +# |
| 2806 | +# Note This option will be automatically disabled when DOT_IMAGE_FORMAT is set |
| 2807 | +# to svg:cairo or svg:cairo:cairo. |
2803 | 2808 | # The default value is: NO.
|
2804 | 2809 | # This tag requires that the tag HAVE_DOT is set to YES.
|
2805 | 2810 |
|
|
0 commit comments