2020# This tag specifies the encoding used for all characters in the config file
2121# that follow. The default is UTF-8 which is also the encoding used for all text
2222# 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
2424# for the list of possible encodings.
2525# The default value is: UTF-8.
2626
@@ -285,7 +285,7 @@ EXTENSION_MAPPING =
285285
286286# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
287287# 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.
289289# The output of markdown processing is further processed by doxygen, so you can
290290# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
291291# case of backward compatibilities issues.
@@ -318,7 +318,7 @@ BUILTIN_STL_SUPPORT = NO
318318CPP_CLI_SUPPORT = NO
319319
320320# 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
322322# will parse them like normal C++ but will assume all classes use public instead
323323# of private inheritance when no explicit protection keyword is present.
324324# The default value is: NO.
@@ -677,7 +677,7 @@ LAYOUT_FILE =
677677# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
678678# the reference definitions. This must be a list of .bib files. The .bib
679679# 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.
681681# For LaTeX the style of the bibliography can be controlled using
682682# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
683683# search path. Do not use file names with spaces, bibtex cannot handle them. See
@@ -759,7 +759,7 @@ INPUT = src
759759# This tag can be used to specify the character encoding of the source files
760760# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
761761# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
762- # documentation (see: http ://www.gnu.org/software/libiconv) for the list of
762+ # documentation (see: https ://www.gnu.org/software/libiconv) for the list of
763763# possible encodings.
764764# The default value is: UTF-8.
765765
@@ -951,7 +951,7 @@ SOURCE_TOOLTIPS = YES
951951# If the USE_HTAGS tag is set to YES then the references to source code will
952952# point to the HTML generated by the htags(1) tool instead of doxygen built-in
953953# source browser. The htags tool is part of GNU's global source tagging system
954- # (see http ://www.gnu.org/software/global/global.html). You will need version
954+ # (see https ://www.gnu.org/software/global/global.html). You will need version
955955# 4.8.6 or higher.
956956#
957957# To use it do the following:
@@ -1094,7 +1094,7 @@ HTML_EXTRA_FILES =
10941094# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
10951095# will adjust the colors in the stylesheet and background images according to
10961096# this color. Hue is specified as an angle on a colorwheel, see
1097- # http ://en.wikipedia.org/wiki/Hue for more information. For instance the value
1097+ # https ://en.wikipedia.org/wiki/Hue for more information. For instance the value
10981098# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
10991099# purple, and 360 is red again.
11001100# Minimum value: 0, maximum value: 359, default value: 220.
@@ -1152,12 +1152,12 @@ HTML_INDEX_NUM_ENTRIES = 100
11521152
11531153# If the GENERATE_DOCSET tag is set to YES, additional index files will be
11541154# generated that can be used as input for Apple's Xcode 3 integrated development
1155- # environment (see: http ://developer.apple.com/tools/xcode/), introduced with
1155+ # environment (see: https ://developer.apple.com/tools/xcode/), introduced with
11561156# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
11571157# Makefile in the HTML output directory. Running make will produce the docset in
11581158# that directory and running make install will install the docset in
11591159# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
1160- # startup. See http ://developer.apple.com/tools/creatingdocsetswithdoxygen.html
1160+ # startup. See https ://developer.apple.com/tools/creatingdocsetswithdoxygen.html
11611161# for more information.
11621162# The default value is: NO.
11631163# This tag requires that the tag GENERATE_HTML is set to YES.
@@ -1197,7 +1197,7 @@ DOCSET_PUBLISHER_NAME = Publisher
11971197# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
11981198# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
11991199# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
1200- # (see: http ://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1200+ # (see: https ://www.microsoft.com/en-us/download/details.aspx?id=21138) on
12011201# Windows.
12021202#
12031203# The HTML Help Workshop contains a compiler that can convert all HTML output
@@ -1273,15 +1273,15 @@ QCH_FILE =
12731273
12741274# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
12751275# Project output. For more information please see Qt Help Project / Namespace
1276- # (see: http ://qt-project.org/doc /qt-4.8/qthelpproject.html#namespace).
1276+ # (see: https ://doc.qt.io/archives /qt-4.8/qthelpproject.html#namespace).
12771277# The default value is: org.doxygen.Project.
12781278# This tag requires that the tag GENERATE_QHP is set to YES.
12791279
12801280QHP_NAMESPACE = org.doxygen.Project
12811281
12821282# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
12831283# Help Project output. For more information please see Qt Help Project / Virtual
1284- # Folders (see: http ://qt-project.org/doc /qt-4.8/qthelpproject.html#virtual-
1284+ # Folders (see: https ://doc.qt.io/archives /qt-4.8/qthelpproject.html#virtual-
12851285# folders).
12861286# The default value is: doc.
12871287# This tag requires that the tag GENERATE_QHP is set to YES.
@@ -1290,23 +1290,23 @@ QHP_VIRTUAL_FOLDER = doc
12901290
12911291# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
12921292# filter to add. For more information please see Qt Help Project / Custom
1293- # Filters (see: http ://qt-project.org/doc /qt-4.8/qthelpproject.html#custom-
1293+ # Filters (see: https ://doc.qt.io/archives /qt-4.8/qthelpproject.html#custom-
12941294# filters).
12951295# This tag requires that the tag GENERATE_QHP is set to YES.
12961296
12971297QHP_CUST_FILTER_NAME =
12981298
12991299# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
13001300# custom filter to add. For more information please see Qt Help Project / Custom
1301- # Filters (see: http ://qt-project.org/doc /qt-4.8/qthelpproject.html#custom-
1301+ # Filters (see: https ://doc.qt.io/archives /qt-4.8/qthelpproject.html#custom-
13021302# filters).
13031303# This tag requires that the tag GENERATE_QHP is set to YES.
13041304
13051305QHP_CUST_FILTER_ATTRS =
13061306
13071307# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
13081308# project's filter section matches. Qt Help Project / Filter Attributes (see:
1309- # http ://qt-project.org/doc /qt-4.8/qthelpproject.html#filter-attributes).
1309+ # https ://doc.qt.io/archives /qt-4.8/qthelpproject.html#filter-attributes).
13101310# This tag requires that the tag GENERATE_QHP is set to YES.
13111311
13121312QHP_SECT_FILTER_ATTRS =
@@ -1411,7 +1411,7 @@ FORMULA_FONTSIZE = 10
14111411FORMULA_TRANSPARENT = YES
14121412
14131413# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
1414- # http ://www.mathjax.org) which uses client side Javascript for the rendering
1414+ # https ://www.mathjax.org) which uses client side Javascript for the rendering
14151415# instead of using prerendered bitmaps. Use this if you do not have LaTeX
14161416# installed or if you want to formulas look prettier in the HTML output. When
14171417# enabled you may also need to install MathJax separately and configure the path
@@ -1423,7 +1423,7 @@ USE_MATHJAX = NO
14231423
14241424# When MathJax is enabled you can set the default output format to be used for
14251425# the MathJax output. See the MathJax site (see:
1426- # http ://docs.mathjax.org/en/latest/output.html) for more details.
1426+ # https ://docs.mathjax.org/en/latest/output.html) for more details.
14271427# Possible values are: HTML-CSS (which is slower, but has the best
14281428# compatibility), NativeMML (i.e. MathML) and SVG.
14291429# The default value is: HTML-CSS.
@@ -1438,11 +1438,11 @@ MATHJAX_FORMAT = HTML-CSS
14381438# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
14391439# Content Delivery Network so you can quickly see the result without installing
14401440# MathJax. However, it is strongly recommended to install a local copy of
1441- # MathJax from http ://www.mathjax.org before deployment.
1442- # The default value is: http ://cdn.mathjax.org/mathjax/latest.
1441+ # MathJax from https ://www.mathjax.org before deployment.
1442+ # The default value is: https ://cdn.mathjax.org/mathjax/latest.
14431443# This tag requires that the tag USE_MATHJAX is set to YES.
14441444
1445- MATHJAX_RELPATH = http ://cdn.mathjax.org/mathjax/latest
1445+ MATHJAX_RELPATH = https ://cdn.mathjax.org/mathjax/latest
14461446
14471447# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
14481448# extension names that should be enabled during MathJax rendering. For example
@@ -1453,7 +1453,7 @@ MATHJAX_EXTENSIONS =
14531453
14541454# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
14551455# of code that will be used on startup of the MathJax code. See the MathJax site
1456- # (see: http ://docs.mathjax.org/en/latest/output.html) for more details. For an
1456+ # (see: https ://docs.mathjax.org/en/latest/output.html) for more details. For an
14571457# example see the documentation.
14581458# This tag requires that the tag USE_MATHJAX is set to YES.
14591459
@@ -1500,7 +1500,7 @@ SERVER_BASED_SEARCH = NO
15001500#
15011501# Doxygen ships with an example indexer ( doxyindexer) and search engine
15021502# (doxysearch.cgi) which are based on the open source search engine library
1503- # Xapian (see: http ://xapian.org/).
1503+ # Xapian (see: https ://xapian.org/).
15041504#
15051505# See the section "External Indexing and Searching" for details.
15061506# The default value is: NO.
@@ -1513,7 +1513,7 @@ EXTERNAL_SEARCH = NO
15131513#
15141514# Doxygen ships with an example indexer ( doxyindexer) and search engine
15151515# (doxysearch.cgi) which are based on the open source search engine library
1516- # Xapian (see: http ://xapian.org/). See the section "External Indexing and
1516+ # Xapian (see: https ://xapian.org/). See the section "External Indexing and
15171517# Searching" for details.
15181518# This tag requires that the tag SEARCHENGINE is set to YES.
15191519
@@ -1684,7 +1684,7 @@ LATEX_SOURCE_CODE = NO
16841684
16851685# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
16861686# bibliography, e.g. plainnat, or ieeetr. See
1687- # http ://en.wikipedia.org/wiki/BibTeX and \cite for more info.
1687+ # https ://en.wikipedia.org/wiki/BibTeX and \cite for more info.
16881688# The default value is: plain.
16891689# This tag requires that the tag GENERATE_LATEX is set to YES.
16901690
@@ -2051,7 +2051,7 @@ HIDE_UNDOC_RELATIONS = YES
20512051
20522052# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
20532053# available from the path. This tool is part of Graphviz (see:
2054- # http ://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
2054+ # https ://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
20552055# Bell Labs. The other options in this section have no effect if this option is
20562056# set to NO
20572057# The default value is: NO.
0 commit comments