@@ -1152,7 +1152,7 @@ VERBATIM_HEADERS = YES
11521152
11531153# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
11541154# 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
11561156# performance. This can be particularly helpful with template rich C++ code for
11571157# which doxygen's built-in parser lacks the necessary type information.
11581158# Note: The availability of this option depends on whether or not doxygen was
@@ -1178,7 +1178,7 @@ CLANG_OPTIONS =
11781178# If clang assisted parsing is enabled you can provide the clang parser with the
11791179# path to the directory containing a file called compile_commands.json. This
11801180# 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
11821182# options used when the source files were built. This is equivalent to
11831183# specifying the -p option to a clang tool, such as clang-check. These options
11841184# will then be passed to the parser. Any options specified with CLANG_OPTIONS
@@ -1659,7 +1659,7 @@ USE_MATHJAX = NO
16591659
16601660# When MathJax is enabled you can set the default output format to be used for
16611661# 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.
16631663# Possible values are: HTML-CSS (which is slower, but has the best
16641664# compatibility), NativeMML (i.e. MathML) and SVG.
16651665# The default value is: HTML-CSS.
@@ -1675,10 +1675,12 @@ MATHJAX_FORMAT = HTML-CSS
16751675# Content Delivery Network so you can quickly see the result without installing
16761676# MathJax. However, it is strongly recommended to install a local copy of
16771677# 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
16791681# This tag requires that the tag USE_MATHJAX is set to YES.
16801682
1681- MATHJAX_RELPATH = http ://cdn.mathjax.org/mathjax/latest
1683+ MATHJAX_RELPATH = https ://cdn.jsdelivr.net/npm/mathjax@2
16821684
16831685# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
16841686# extension names that should be enabled during MathJax rendering. For example
@@ -1690,7 +1692,7 @@ MATHJAX_EXTENSIONS =
16901692# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
16911693# of code that will be used on startup of the MathJax code. See the MathJax site
16921694# (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
16941696# example see the documentation.
16951697# This tag requires that the tag USE_MATHJAX is set to YES.
16961698
@@ -2153,7 +2155,7 @@ DOCBOOK_PROGRAMLISTING = NO
21532155#---------------------------------------------------------------------------
21542156
21552157# 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
21572159# the structure of the code including all documentation. Note that this feature
21582160# is still experimental and incomplete at the moment.
21592161# The default value is: NO.
@@ -2357,7 +2359,7 @@ HIDE_UNDOC_RELATIONS = YES
23572359
23582360# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
23592361# 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
23612363# Bell Labs. The other options in this section have no effect if this option is
23622364# set to NO
23632365# The default value is: YES.
@@ -2534,7 +2536,7 @@ DIRECTORY_GRAPH = YES
25342536# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
25352537# generated by dot. For an explanation of the image formats see the section
25362538# output formats in the documentation of the dot tool (Graphviz (see:
2537- # http ://www.graphviz.org/)).
2539+ # https ://www.graphviz.org/)).
25382540# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
25392541# to make the SVG files visible in IE 9+ (other browsers do not have this
25402542# requirement).
0 commit comments