20
20
# This tag specifies the encoding used for all characters in the config file
21
21
# that follow. The default is UTF-8 which is also the encoding used for all text
22
22
# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
23
- # built into libc) for the transcoding. See http ://www.gnu.org/software/libiconv
23
+ # built into libc) for the transcoding. See https ://www.gnu.org/software/libiconv
24
24
# for the list of possible encodings.
25
25
# The default value is: UTF-8.
26
26
@@ -285,7 +285,7 @@ EXTENSION_MAPPING =
285
285
286
286
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
287
287
# according to the Markdown format, which allows for more readable
288
- # documentation. See http ://daringfireball.net/projects/markdown/ for details.
288
+ # documentation. See https ://daringfireball.net/projects/markdown/ for details.
289
289
# The output of markdown processing is further processed by doxygen, so you can
290
290
# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
291
291
# case of backward compatibilities issues.
@@ -318,7 +318,7 @@ BUILTIN_STL_SUPPORT = NO
318
318
CPP_CLI_SUPPORT = NO
319
319
320
320
# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
321
- # http ://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
321
+ # https ://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
322
322
# will parse them like normal C++ but will assume all classes use public instead
323
323
# of private inheritance when no explicit protection keyword is present.
324
324
# The default value is: NO.
@@ -677,7 +677,7 @@ LAYOUT_FILE =
677
677
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
678
678
# the reference definitions. This must be a list of .bib files. The .bib
679
679
# extension is automatically appended if omitted. This requires the bibtex tool
680
- # to be installed. See also http ://en.wikipedia.org/wiki/BibTeX for more info.
680
+ # to be installed. See also https ://en.wikipedia.org/wiki/BibTeX for more info.
681
681
# For LaTeX the style of the bibliography can be controlled using
682
682
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
683
683
# search path. See also \cite for info how to create references.
@@ -758,7 +758,7 @@ INPUT = @CMAKE_SOURCE_DIR@ @CMAKE_BINARY_DIR@
758
758
# This tag can be used to specify the character encoding of the source files
759
759
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
760
760
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
761
- # documentation (see: http ://www.gnu.org/software/libiconv) for the list of
761
+ # documentation (see: https ://www.gnu.org/software/libiconv) for the list of
762
762
# possible encodings.
763
763
# The default value is: UTF-8.
764
764
@@ -961,7 +961,7 @@ SOURCE_TOOLTIPS = YES
961
961
# If the USE_HTAGS tag is set to YES then the references to source code will
962
962
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
963
963
# source browser. The htags tool is part of GNU's global source tagging system
964
- # (see http ://www.gnu.org/software/global/global.html). You will need version
964
+ # (see https ://www.gnu.org/software/global/global.html). You will need version
965
965
# 4.8.6 or higher.
966
966
#
967
967
# To use it do the following:
@@ -989,7 +989,7 @@ USE_HTAGS = NO
989
989
VERBATIM_HEADERS = NO
990
990
991
991
# If the CLANG_ASSISTED_PARSING tag is set to YES, then doxygen will use the
992
- # clang parser (see: http ://clang.llvm.org/) for more accurate parsing at the
992
+ # clang parser (see: https ://clang.llvm.org/) for more accurate parsing at the
993
993
# cost of reduced performance. This can be particularly helpful with template
994
994
# rich C++ code for which doxygen's built-in parser lacks the necessary type
995
995
# information.
@@ -1125,7 +1125,7 @@ HTML_EXTRA_FILES =
1125
1125
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1126
1126
# will adjust the colors in the stylesheet and background images according to
1127
1127
# this color. Hue is specified as an angle on a colorwheel, see
1128
- # http ://en.wikipedia.org/wiki/Hue for more information. For instance the value
1128
+ # https ://en.wikipedia.org/wiki/Hue for more information. For instance the value
1129
1129
# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
1130
1130
# purple, and 360 is red again.
1131
1131
# Minimum value: 0, maximum value: 359, default value: 220.
@@ -1183,12 +1183,13 @@ HTML_INDEX_NUM_ENTRIES = 100
1183
1183
1184
1184
# If the GENERATE_DOCSET tag is set to YES, additional index files will be
1185
1185
# generated that can be used as input for Apple's Xcode 3 integrated development
1186
- # environment (see: http ://developer.apple.com/tools/xcode/), introduced with
1186
+ # environment (see: https ://developer.apple.com/tools/xcode/), introduced with
1187
1187
# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1188
1188
# Makefile in the HTML output directory. Running make will produce the docset in
1189
1189
# that directory and running make install will install the docset in
1190
1190
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
1191
- # startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
1191
+ # startup. See
1192
+ # https://developer.apple.com/library/archive/featuredarticles/DoxygenXcode/
1192
1193
# for more information.
1193
1194
# The default value is: NO.
1194
1195
# This tag requires that the tag GENERATE_HTML is set to YES.
@@ -1304,40 +1305,40 @@ QCH_FILE =
1304
1305
1305
1306
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
1306
1307
# Project output. For more information please see Qt Help Project / Namespace
1307
- # (see: http ://qt-project.org/doc /qt-4.8/qthelpproject.html#namespace).
1308
+ # (see: https ://doc.qt.io/archives /qt-4.8/qthelpproject.html#namespace).
1308
1309
# The default value is: org.doxygen.Project.
1309
1310
# This tag requires that the tag GENERATE_QHP is set to YES.
1310
1311
1311
1312
QHP_NAMESPACE = org.doxygen.Project
1312
1313
1313
1314
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
1314
1315
# Help Project output. For more information please see Qt Help Project / Virtual
1315
- # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1316
- # folders).
1316
+ # Folders (see:
1317
+ # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual- folders).
1317
1318
# The default value is: doc.
1318
1319
# This tag requires that the tag GENERATE_QHP is set to YES.
1319
1320
1320
1321
QHP_VIRTUAL_FOLDER = doc
1321
1322
1322
1323
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1323
1324
# filter to add. For more information please see Qt Help Project / Custom
1324
- # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1325
- # filters).
1325
+ # Filters (see:
1326
+ # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- filters).
1326
1327
# This tag requires that the tag GENERATE_QHP is set to YES.
1327
1328
1328
1329
QHP_CUST_FILTER_NAME =
1329
1330
1330
1331
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
1331
1332
# custom filter to add. For more information please see Qt Help Project / Custom
1332
- # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1333
- # filters).
1333
+ # Filters (see:
1334
+ # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- filters).
1334
1335
# This tag requires that the tag GENERATE_QHP is set to YES.
1335
1336
1336
1337
QHP_CUST_FILTER_ATTRS =
1337
1338
1338
1339
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
1339
1340
# project's filter section matches. Qt Help Project / Filter Attributes (see:
1340
- # http ://qt-project.org/doc /qt-4.8/qthelpproject.html#filter-attributes).
1341
+ # https ://doc.qt.io/archives /qt-4.8/qthelpproject.html#filter-attributes).
1341
1342
# This tag requires that the tag GENERATE_QHP is set to YES.
1342
1343
1343
1344
QHP_SECT_FILTER_ATTRS =
@@ -1442,7 +1443,7 @@ FORMULA_FONTSIZE = 10
1442
1443
FORMULA_TRANSPARENT = YES
1443
1444
1444
1445
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
1445
- # http ://www.mathjax.org) which uses client side Javascript for the rendering
1446
+ # https ://www.mathjax.org) which uses client side Javascript for the rendering
1446
1447
# instead of using prerendered bitmaps. Use this if you do not have LaTeX
1447
1448
# installed or if you want to formulas look prettier in the HTML output. When
1448
1449
# enabled you may also need to install MathJax separately and configure the path
@@ -1454,7 +1455,7 @@ USE_MATHJAX = NO
1454
1455
1455
1456
# When MathJax is enabled you can set the default output format to be used for
1456
1457
# the MathJax output. See the MathJax site (see:
1457
- # http ://docs.mathjax.org/en/latest/output.html ) for more details.
1458
+ # https ://docs.mathjax.org/en/latest/output/ ) for more details.
1458
1459
# Possible values are: HTML-CSS (which is slower, but has the best
1459
1460
# compatibility), NativeMML (i.e. MathML) and SVG.
1460
1461
# The default value is: HTML-CSS.
@@ -1469,11 +1470,11 @@ MATHJAX_FORMAT = HTML-CSS
1469
1470
# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
1470
1471
# Content Delivery Network so you can quickly see the result without installing
1471
1472
# MathJax. However, it is strongly recommended to install a local copy of
1472
- # MathJax from http ://www.mathjax.org before deployment.
1473
- # The default value is: http ://cdn.mathjax.org/mathjax/latest.
1473
+ # MathJax from https ://www.mathjax.org before deployment.
1474
+ # The default value is: https ://cdn.mathjax.org/mathjax/latest.
1474
1475
# This tag requires that the tag USE_MATHJAX is set to YES.
1475
1476
1476
- MATHJAX_RELPATH = http ://cdn.mathjax.org/mathjax/latest
1477
+ MATHJAX_RELPATH = https ://cdn.mathjax.org/mathjax/latest
1477
1478
1478
1479
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
1479
1480
# extension names that should be enabled during MathJax rendering. For example
@@ -1484,7 +1485,7 @@ MATHJAX_EXTENSIONS =
1484
1485
1485
1486
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
1486
1487
# of code that will be used on startup of the MathJax code. See the MathJax site
1487
- # (see: http ://docs.mathjax.org/en/latest/output.html ) for more details. For an
1488
+ # (see: https ://docs.mathjax.org/en/latest/output/ ) for more details. For an
1488
1489
# example see the documentation.
1489
1490
# This tag requires that the tag USE_MATHJAX is set to YES.
1490
1491
@@ -1531,7 +1532,7 @@ SERVER_BASED_SEARCH = NO
1531
1532
#
1532
1533
# Doxygen ships with an example indexer ( doxyindexer) and search engine
1533
1534
# (doxysearch.cgi) which are based on the open source search engine library
1534
- # Xapian (see: http ://xapian.org/).
1535
+ # Xapian (see: https ://xapian.org/).
1535
1536
#
1536
1537
# See the section "External Indexing and Searching" for details.
1537
1538
# The default value is: NO.
@@ -1544,7 +1545,7 @@ EXTERNAL_SEARCH = NO
1544
1545
#
1545
1546
# Doxygen ships with an example indexer ( doxyindexer) and search engine
1546
1547
# (doxysearch.cgi) which are based on the open source search engine library
1547
- # Xapian (see: http ://xapian.org/). See the section "External Indexing and
1548
+ # Xapian (see: https ://xapian.org/). See the section "External Indexing and
1548
1549
# Searching" for details.
1549
1550
# This tag requires that the tag SEARCHENGINE is set to YES.
1550
1551
@@ -1717,7 +1718,7 @@ LATEX_SOURCE_CODE = NO
1717
1718
1718
1719
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
1719
1720
# bibliography, e.g. plainnat, or ieeetr. See
1720
- # http ://en.wikipedia.org/wiki/BibTeX and \cite for more info.
1721
+ # https ://en.wikipedia.org/wiki/BibTeX and \cite for more info.
1721
1722
# The default value is: plain.
1722
1723
# This tag requires that the tag GENERATE_LATEX is set to YES.
1723
1724
@@ -2073,7 +2074,7 @@ CLASS_DIAGRAMS = YES
2073
2074
2074
2075
# You can define message sequence charts within doxygen comments using the \msc
2075
2076
# command. Doxygen will then run the mscgen tool (see:
2076
- # http ://www.mcternan.me.uk/mscgen/) ) to produce the chart and insert it in the
2077
+ # https ://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
2077
2078
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
2078
2079
# the mscgen tool resides. If left empty the tool is assumed to be found in the
2079
2080
# default search path.
@@ -2095,7 +2096,7 @@ HIDE_UNDOC_RELATIONS = YES
2095
2096
2096
2097
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2097
2098
# available from the path. This tool is part of Graphviz (see:
2098
- # http ://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
2099
+ # https ://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
2099
2100
# Bell Labs. The other options in this section have no effect if this option is
2100
2101
# set to NO
2101
2102
# The default value is: YES.
0 commit comments