@@ -1152,7 +1152,7 @@ VERBATIM_HEADERS = YES
1152
1152
1153
1153
# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1154
1154
# clang parser (see:
1155
- # http ://clang.llvm.org/) for more accurate parsing at the cost of reduced
1155
+ # https ://clang.llvm.org/) for more accurate parsing at the cost of reduced
1156
1156
# performance. This can be particularly helpful with template rich C++ code for
1157
1157
# which doxygen's built-in parser lacks the necessary type information.
1158
1158
# Note: The availability of this option depends on whether or not doxygen was
@@ -1178,7 +1178,7 @@ CLANG_OPTIONS =
1178
1178
# If clang assisted parsing is enabled you can provide the clang parser with the
1179
1179
# path to the directory containing a file called compile_commands.json. This
1180
1180
# file is the compilation database (see:
1181
- # http ://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the
1181
+ # https ://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the
1182
1182
# options used when the source files were built. This is equivalent to
1183
1183
# specifying the -p option to a clang tool, such as clang-check. These options
1184
1184
# will then be passed to the parser. Any options specified with CLANG_OPTIONS
@@ -1659,7 +1659,7 @@ USE_MATHJAX = NO
1659
1659
1660
1660
# When MathJax is enabled you can set the default output format to be used for
1661
1661
# the MathJax output. See the MathJax site (see:
1662
- # http ://docs.mathjax.org/en/v2.7-latest/output.html) for more details.
1662
+ # https ://docs.mathjax.org/en/v2.7-latest/output.html) for more details.
1663
1663
# Possible values are: HTML-CSS (which is slower, but has the best
1664
1664
# compatibility), NativeMML (i.e. MathML) and SVG.
1665
1665
# The default value is: HTML-CSS.
@@ -1675,10 +1675,12 @@ MATHJAX_FORMAT = HTML-CSS
1675
1675
# Content Delivery Network so you can quickly see the result without installing
1676
1676
# MathJax. However, it is strongly recommended to install a local copy of
1677
1677
# MathJax from https://www.mathjax.org before deployment.
1678
- # The default value is: https://cdn.jsdelivr.net/npm/mathjax@2.
1678
+ # The default value is:
1679
+ # in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
1680
+ # in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
1679
1681
# This tag requires that the tag USE_MATHJAX is set to YES.
1680
1682
1681
- MATHJAX_RELPATH = http ://cdn.mathjax.org/mathjax/latest
1683
+ MATHJAX_RELPATH = https ://cdn.jsdelivr.net/npm/mathjax@2
1682
1684
1683
1685
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
1684
1686
# extension names that should be enabled during MathJax rendering. For example
@@ -1690,7 +1692,7 @@ MATHJAX_EXTENSIONS =
1690
1692
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
1691
1693
# of code that will be used on startup of the MathJax code. See the MathJax site
1692
1694
# (see:
1693
- # http ://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1695
+ # https ://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1694
1696
# example see the documentation.
1695
1697
# This tag requires that the tag USE_MATHJAX is set to YES.
1696
1698
@@ -2153,7 +2155,7 @@ DOCBOOK_PROGRAMLISTING = NO
2153
2155
#---------------------------------------------------------------------------
2154
2156
2155
2157
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2156
- # AutoGen Definitions (see http ://autogen.sourceforge.net/) file that captures
2158
+ # AutoGen Definitions (see https ://autogen.sourceforge.net/) file that captures
2157
2159
# the structure of the code including all documentation. Note that this feature
2158
2160
# is still experimental and incomplete at the moment.
2159
2161
# The default value is: NO.
@@ -2357,7 +2359,7 @@ HIDE_UNDOC_RELATIONS = YES
2357
2359
2358
2360
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2359
2361
# available from the path. This tool is part of Graphviz (see:
2360
- # http ://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
2362
+ # https ://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
2361
2363
# Bell Labs. The other options in this section have no effect if this option is
2362
2364
# set to NO
2363
2365
# The default value is: YES.
@@ -2534,7 +2536,7 @@ DIRECTORY_GRAPH = YES
2534
2536
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2535
2537
# generated by dot. For an explanation of the image formats see the section
2536
2538
# output formats in the documentation of the dot tool (Graphviz (see:
2537
- # http ://www.graphviz.org/)).
2539
+ # https ://www.graphviz.org/)).
2538
2540
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2539
2541
# to make the SVG files visible in IE 9+ (other browsers do not have this
2540
2542
# requirement).
0 commit comments