Skip to content

Commit 8355650

Browse files
committed
Bump Doxygen to v1.13.2
1 parent ff6f702 commit 8355650

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77

88
env:
99
CMAKE_BUILD_PARALLEL_LEVEL: 4
10-
DOXYGEN_VERSION: 1.13.1
10+
DOXYGEN_VERSION: 1.13.2
1111

1212
jobs:
1313
generate:

doc/doxyfile.in

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.
@@ -2782,24 +2782,29 @@ DIR_GRAPH_MAX_DEPTH = 1
27822782
# generated by dot. For an explanation of the image formats see the section
27832783
# output formats in the documentation of the dot tool (Graphviz (see:
27842784
# 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).
27882788
# 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.
27912794
# The default value is: png.
27922795
# This tag requires that the tag HAVE_DOT is set to YES.
27932796

27942797
DOT_IMAGE_FORMAT = svg
27952798

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.
27982802
#
27992803
# Note that this requires a modern browser other than Internet Explorer. Tested
28002804
# 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.
28032808
# The default value is: NO.
28042809
# This tag requires that the tag HAVE_DOT is set to YES.
28052810

0 commit comments

Comments
 (0)