Skip to content

Commit 43d2074

Browse files
authored
doxygen: upgrade to 1.13.2 (#1317)
1 parent 1457c1d commit 43d2074

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

Doxyfile

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Doxyfile 1.13.1
1+
# Doxyfile 1.13.2
22

33
# This file describes the settings to be used by the documentation system
44
# Doxygen (www.doxygen.org) for a project.
@@ -2740,24 +2740,29 @@ DIR_GRAPH_MAX_DEPTH = 1
27402740
# generated by dot. For an explanation of the image formats see the section
27412741
# output formats in the documentation of the dot tool (Graphviz (see:
27422742
# 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).
27462746
# 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.
27492752
# The default value is: png.
27502753
# This tag requires that the tag HAVE_DOT is set to YES.
27512754

27522755
DOT_IMAGE_FORMAT = png
27532756

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.
27562760
#
27572761
# Note that this requires a modern browser other than Internet Explorer. Tested
27582762
# 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.
27612766
# The default value is: NO.
27622767
# This tag requires that the tag HAVE_DOT is set to YES.
27632768

docs/DoxygenLayout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<doxygenlayout version="2.0">
3-
<!-- Generated by doxygen 1.13.1 -->
3+
<!-- Generated by doxygen 1.13.2 -->
44
<!-- Navigation index tabs for HTML output -->
55
<navindex>
66
<tab type="mainpage" visible="yes" title=""/>

etc/generate-latest-apidocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -o errexit
1111
set -o pipefail
1212

1313
LATEST_VERSION="4.0.0"
14-
DOXYGEN_VERSION_REQUIRED="1.13.1"
14+
DOXYGEN_VERSION_REQUIRED="1.13.2"
1515

1616
# Permit using a custom Doxygen binary.
1717
: "${DOXYGEN_BINARY:=doxygen}"

0 commit comments

Comments
 (0)