|
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.
|
@@ -2740,24 +2740,29 @@ DIR_GRAPH_MAX_DEPTH = 1
|
2740 | 2740 | # generated by dot. For an explanation of the image formats see the section
|
2741 | 2741 | # output formats in the documentation of the dot tool (Graphviz (see:
|
2742 | 2742 | # https://www.graphviz.org/)).
|
2743 |
| -# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order |
2744 |
| -# to make the SVG files visible in IE 9+ (other browsers do not have this |
2745 |
| -# requirement). |
| 2743 | +# |
| 2744 | +# Note the formats svg:cairo and svg:cairo:cairo cannot be used in combination |
| 2745 | +# with INTERACTIVE_SVG (the INTERACTIVE_SVG will be set to NO). |
2746 | 2746 | # Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
|
2747 |
| -# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and |
2748 |
| -# png:gdiplus:gdiplus. |
| 2747 | +# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus, |
| 2748 | +# png:gdiplus:gdiplus, svg:cairo, svg:cairo:cairo, svg:svg, svg:svg:core, |
| 2749 | +# gif:cairo, gif:cairo:gd, gif:cairo:gdiplus, gif:gdiplus, gif:gdiplus:gdiplus, |
| 2750 | +# gif:gd, gif:gd:gd, jpg:cairo, jpg:cairo:gd, jpg:cairo:gdiplus, jpg:gd, |
| 2751 | +# jpg:gd:gd, jpg:gdiplus and jpg:gdiplus:gdiplus. |
2749 | 2752 | # The default value is: png.
|
2750 | 2753 | # This tag requires that the tag HAVE_DOT is set to YES.
|
2751 | 2754 |
|
2752 | 2755 | DOT_IMAGE_FORMAT = png
|
2753 | 2756 |
|
2754 |
| -# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to |
2755 |
| -# enable generation of interactive SVG images that allow zooming and panning. |
| 2757 | +# If DOT_IMAGE_FORMAT is set to svg or svg:svg or svg:svg:core, then this option |
| 2758 | +# can be set to YES to enable generation of interactive SVG images that allow |
| 2759 | +# zooming and panning. |
2756 | 2760 | #
|
2757 | 2761 | # Note that this requires a modern browser other than Internet Explorer. Tested
|
2758 | 2762 | # and working are Firefox, Chrome, Safari, and Opera.
|
2759 |
| -# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make |
2760 |
| -# the SVG files visible. Older versions of IE do not have SVG support. |
| 2763 | +# |
| 2764 | +# Note This option will be automatically disabled when DOT_IMAGE_FORMAT is set |
| 2765 | +# to svg:cairo or svg:cairo:cairo. |
2761 | 2766 | # The default value is: NO.
|
2762 | 2767 | # This tag requires that the tag HAVE_DOT is set to YES.
|
2763 | 2768 |
|
|
0 commit comments