|
|
@@ -20,7 +20,7 @@ |
|
|
|
# This tag specifies the encoding used for all characters in the config file |
|
|
|
# that follow. The default is UTF-8 which is also the encoding used for all text |
|
|
|
# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv |
|
|
|
# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv |
|
|
|
# built into libc) for the transcoding. See https://www.gnu.org/software/libiconv |
|
|
|
# for the list of possible encodings. |
|
|
|
# The default value is: UTF-8. |
|
|
|
|
|
|
@@ -285,7 +285,7 @@ EXTENSION_MAPPING = |
|
|
|
|
|
|
|
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments |
|
|
|
# according to the Markdown format, which allows for more readable |
|
|
|
# documentation. See http://daringfireball.net/projects/markdown/ for details. |
|
|
|
# documentation. See https://daringfireball.net/projects/markdown/ for details. |
|
|
|
# The output of markdown processing is further processed by doxygen, so you can |
|
|
|
# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in |
|
|
|
# case of backward compatibilities issues. |
|
|
@@ -318,7 +318,7 @@ BUILTIN_STL_SUPPORT = NO |
|
|
|
CPP_CLI_SUPPORT = NO |
|
|
|
|
|
|
|
# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: |
|
|
|
# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen |
|
|
|
# https://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen |
|
|
|
# will parse them like normal C++ but will assume all classes use public instead |
|
|
|
# of private inheritance when no explicit protection keyword is present. |
|
|
|
# The default value is: NO. |
|
|
@@ -677,7 +677,7 @@ LAYOUT_FILE = |
|
|
|
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing |
|
|
|
# the reference definitions. This must be a list of .bib files. The .bib |
|
|
|
# extension is automatically appended if omitted. This requires the bibtex tool |
|
|
|
# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. |
|
|
|
# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info. |
|
|
|
# For LaTeX the style of the bibliography can be controlled using |
|
|
|
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the |
|
|
|
# search path. See also \cite for info how to create references. |
|
|
@@ -758,7 +758,7 @@ INPUT = @CMAKE_SOURCE_DIR@ @CMAKE_BINARY_DIR@ |
|
|
|
# This tag can be used to specify the character encoding of the source files |
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
|
|
|
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv |
|
|
|
# documentation (see: http://www.gnu.org/software/libiconv) for the list of |
|
|
|
# documentation (see: https://www.gnu.org/software/libiconv) for the list of |
|
|
|
# possible encodings. |
|
|
|
# The default value is: UTF-8. |
|
|
|
|
|
|
@@ -961,7 +961,7 @@ SOURCE_TOOLTIPS = YES |
|
|
|
# If the USE_HTAGS tag is set to YES then the references to source code will |
|
|
|
# point to the HTML generated by the htags(1) tool instead of doxygen built-in |
|
|
|
# source browser. The htags tool is part of GNU's global source tagging system |
|
|
|
# (see http://www.gnu.org/software/global/global.html). You will need version |
|
|
|
# (see https://www.gnu.org/software/global/global.html). You will need version |
|
|
|
# 4.8.6 or higher. |
|
|
|
# |
|
|
|
# To use it do the following: |
|
|
@@ -989,7 +989,7 @@ USE_HTAGS = NO |
|
|
|
VERBATIM_HEADERS = NO |
|
|
|
|
|
|
|
# If the CLANG_ASSISTED_PARSING tag is set to YES, then doxygen will use the |
|
|
|
# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the |
|
|
|
# clang parser (see: https://clang.llvm.org/) for more accurate parsing at the |
|
|
|
# cost of reduced performance. This can be particularly helpful with template |
|
|
|
# rich C++ code for which doxygen's built-in parser lacks the necessary type |
|
|
|
# information. |
|
|
@@ -1125,7 +1125,7 @@ HTML_EXTRA_FILES = |
|
|
|
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen |
|
|
|
# will adjust the colors in the stylesheet and background images according to |
|
|
|
# this color. Hue is specified as an angle on a colorwheel, see |
|
|
|
# http://en.wikipedia.org/wiki/Hue for more information. For instance the value |
|
|
|
# https://en.wikipedia.org/wiki/Hue for more information. For instance the value |
|
|
|
# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 |
|
|
|
# purple, and 360 is red again. |
|
|
|
# Minimum value: 0, maximum value: 359, default value: 220. |
|
|
@@ -1183,12 +1183,13 @@ HTML_INDEX_NUM_ENTRIES = 100 |
|
|
|
|
|
|
|
# If the GENERATE_DOCSET tag is set to YES, additional index files will be |
|
|
|
# generated that can be used as input for Apple's Xcode 3 integrated development |
|
|
|
# environment (see: http://developer.apple.com/tools/xcode/), introduced with |
|
|
|
# environment (see: https://developer.apple.com/tools/xcode/), introduced with |
|
|
|
# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a |
|
|
|
# Makefile in the HTML output directory. Running make will produce the docset in |
|
|
|
# that directory and running make install will install the docset in |
|
|
|
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at |
|
|
|
# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html |
|
|
|
# startup. See |
|
|
|
# https://developer.apple.com/library/archive/featuredarticles/DoxygenXcode/ |
|
|
|
# for more information. |
|
|
|
# The default value is: NO. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
@@ -1304,7 +1305,7 @@ QCH_FILE = |
|
|
|
|
|
|
|
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help |
|
|
|
# Project output. For more information please see Qt Help Project / Namespace |
|
|
|
# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). |
|
|
|
# (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace). |
|
|
|
# The default value is: org.doxygen.Project. |
|
|
|
# This tag requires that the tag GENERATE_QHP is set to YES. |
|
|
|
|
|
|
@@ -1312,8 +1313,8 @@ QHP_NAMESPACE = org.doxygen.Project |
|
|
|
|
|
|
|
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt |
|
|
|
# Help Project output. For more information please see Qt Help Project / Virtual |
|
|
|
# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- |
|
|
|
# folders). |
|
|
|
# Folders (see: |
|
|
|
# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders). |
|
|
|
# The default value is: doc. |
|
|
|
# This tag requires that the tag GENERATE_QHP is set to YES. |
|
|
|
|
|
|
@@ -1321,23 +1322,23 @@ QHP_VIRTUAL_FOLDER = doc |
|
|
|
|
|
|
|
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom |
|
|
|
# filter to add. For more information please see Qt Help Project / Custom |
|
|
|
# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- |
|
|
|
# filters). |
|
|
|
# Filters (see: |
|
|
|
# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). |
|
|
|
# This tag requires that the tag GENERATE_QHP is set to YES. |
|
|
|
|
|
|
|
QHP_CUST_FILTER_NAME = |
|
|
|
|
|
|
|
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the |
|
|
|
# custom filter to add. For more information please see Qt Help Project / Custom |
|
|
|
# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- |
|
|
|
# filters). |
|
|
|
# Filters (see: |
|
|
|
# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). |
|
|
|
# This tag requires that the tag GENERATE_QHP is set to YES. |
|
|
|
|
|
|
|
QHP_CUST_FILTER_ATTRS = |
|
|
|
|
|
|
|
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this |
|
|
|
# project's filter section matches. Qt Help Project / Filter Attributes (see: |
|
|
|
# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). |
|
|
|
# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes). |
|
|
|
# This tag requires that the tag GENERATE_QHP is set to YES. |
|
|
|
|
|
|
|
QHP_SECT_FILTER_ATTRS = |
|
|
@@ -1442,7 +1443,7 @@ FORMULA_FONTSIZE = 10 |
|
|
|
FORMULA_TRANSPARENT = YES |
|
|
|
|
|
|
|
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see |
|
|
|
# http://www.mathjax.org) which uses client side Javascript for the rendering |
|
|
|
# https://www.mathjax.org) which uses client side Javascript for the rendering |
|
|
|
# instead of using prerendered bitmaps. Use this if you do not have LaTeX |
|
|
|
# installed or if you want to formulas look prettier in the HTML output. When |
|
|
|
# enabled you may also need to install MathJax separately and configure the path |
|
|
@@ -1454,7 +1455,7 @@ USE_MATHJAX = NO |
|
|
|
|
|
|
|
# When MathJax is enabled you can set the default output format to be used for |
|
|
|
# the MathJax output. See the MathJax site (see: |
|
|
|
# http://docs.mathjax.org/en/latest/output.html) for more details. |
|
|
|
# https://docs.mathjax.org/en/latest/output/) for more details. |
|
|
|
# Possible values are: HTML-CSS (which is slower, but has the best |
|
|
|
# compatibility), NativeMML (i.e. MathML) and SVG. |
|
|
|
# The default value is: HTML-CSS. |
|
|
@@ -1469,11 +1470,11 @@ MATHJAX_FORMAT = HTML-CSS |
|
|
|
# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax |
|
|
|
# Content Delivery Network so you can quickly see the result without installing |
|
|
|
# MathJax. However, it is strongly recommended to install a local copy of |
|
|
|
# MathJax from http://www.mathjax.org before deployment. |
|
|
|
# The default value is: http://cdn.mathjax.org/mathjax/latest. |
|
|
|
# MathJax from https://www.mathjax.org before deployment. |
|
|
|
# The default value is: https://cdn.mathjax.org/mathjax/latest. |
|
|
|
# This tag requires that the tag USE_MATHJAX is set to YES. |
|
|
|
|
|
|
|
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest |
|
|
|
MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest |
|
|
|
|
|
|
|
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax |
|
|
|
# extension names that should be enabled during MathJax rendering. For example |
|
|
@@ -1484,7 +1485,7 @@ MATHJAX_EXTENSIONS = |
|
|
|
|
|
|
|
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces |
|
|
|
# of code that will be used on startup of the MathJax code. See the MathJax site |
|
|
|
# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an |
|
|
|
# (see: https://docs.mathjax.org/en/latest/output/) for more details. For an |
|
|
|
# example see the documentation. |
|
|
|
# This tag requires that the tag USE_MATHJAX is set to YES. |
|
|
|
|
|
|
@@ -1531,7 +1532,7 @@ SERVER_BASED_SEARCH = NO |
|
|
|
# |
|
|
|
# Doxygen ships with an example indexer ( doxyindexer) and search engine |
|
|
|
# (doxysearch.cgi) which are based on the open source search engine library |
|
|
|
# Xapian (see: http://xapian.org/). |
|
|
|
# Xapian (see: https://xapian.org/). |
|
|
|
# |
|
|
|
# See the section "External Indexing and Searching" for details. |
|
|
|
# The default value is: NO. |
|
|
@@ -1544,7 +1545,7 @@ EXTERNAL_SEARCH = NO |
|
|
|
# |
|
|
|
# Doxygen ships with an example indexer ( doxyindexer) and search engine |
|
|
|
# (doxysearch.cgi) which are based on the open source search engine library |
|
|
|
# Xapian (see: http://xapian.org/). See the section "External Indexing and |
|
|
|
# Xapian (see: https://xapian.org/). See the section "External Indexing and |
|
|
|
# Searching" for details. |
|
|
|
# This tag requires that the tag SEARCHENGINE is set to YES. |
|
|
|
|
|
|
@@ -1717,7 +1718,7 @@ LATEX_SOURCE_CODE = NO |
|
|
|
|
|
|
|
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the |
|
|
|
# bibliography, e.g. plainnat, or ieeetr. See |
|
|
|
# http://en.wikipedia.org/wiki/BibTeX and \cite for more info. |
|
|
|
# https://en.wikipedia.org/wiki/BibTeX and \cite for more info. |
|
|
|
# The default value is: plain. |
|
|
|
# This tag requires that the tag GENERATE_LATEX is set to YES. |
|
|
|
|
|
|
@@ -2073,7 +2074,7 @@ CLASS_DIAGRAMS = YES |
|
|
|
|
|
|
|
# You can define message sequence charts within doxygen comments using the \msc |
|
|
|
# command. Doxygen will then run the mscgen tool (see: |
|
|
|
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the |
|
|
|
# https://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the |
|
|
|
# documentation. The MSCGEN_PATH tag allows you to specify the directory where |
|
|
|
# the mscgen tool resides. If left empty the tool is assumed to be found in the |
|
|
|
# default search path. |
|
|
@@ -2095,7 +2096,7 @@ HIDE_UNDOC_RELATIONS = YES |
|
|
|
|
|
|
|
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is |
|
|
|
# available from the path. This tool is part of Graphviz (see: |
|
|
|
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent |
|
|
|
# https://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent |
|
|
|
# Bell Labs. The other options in this section have no effect if this option is |
|
|
|
# set to NO |
|
|
|
# The default value is: YES. |
|
|
|