|
|
@ -1,4 +1,4 @@
|
|
|
|
# Doxyfile 1.9.6
|
|
|
|
# Doxyfile 1.10.0
|
|
|
|
|
|
|
|
|
|
|
|
# This file describes the settings to be used by the documentation system
|
|
|
|
# This file describes the settings to be used by the documentation system
|
|
|
|
# doxygen (www.doxygen.org) for a project.
|
|
|
|
# doxygen (www.doxygen.org) for a project.
|
|
|
@ -63,6 +63,12 @@ PROJECT_BRIEF =
|
|
|
|
|
|
|
|
|
|
|
|
PROJECT_LOGO =
|
|
|
|
PROJECT_LOGO =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# With the PROJECT_ICON tag one can specify an icon that is included in the tabs
|
|
|
|
|
|
|
|
# when the HTML document is shown. Doxygen will copy the logo to the output
|
|
|
|
|
|
|
|
# directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PROJECT_ICON =
|
|
|
|
|
|
|
|
|
|
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
|
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
|
|
|
# into which the generated documentation will be written. If a relative path is
|
|
|
|
# into which the generated documentation will be written. If a relative path is
|
|
|
|
# entered, it will be relative to the location where doxygen was started. If
|
|
|
|
# entered, it will be relative to the location where doxygen was started. If
|
|
|
@ -380,6 +386,17 @@ MARKDOWN_SUPPORT = YES
|
|
|
|
|
|
|
|
|
|
|
|
TOC_INCLUDE_HEADINGS = 0
|
|
|
|
TOC_INCLUDE_HEADINGS = 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The MARKDOWN_ID_STYLE tag can be used to specify the algorithm used to
|
|
|
|
|
|
|
|
# generate identifiers for the Markdown headings. Note: Every identifier is
|
|
|
|
|
|
|
|
# unique.
|
|
|
|
|
|
|
|
# Possible values are: DOXYGEN use a fixed 'autotoc_md' string followed by a
|
|
|
|
|
|
|
|
# sequence number starting at 0 and GITHUB use the lower case version of title
|
|
|
|
|
|
|
|
# with any whitespace replaced by '-' and punctuation characters removed.
|
|
|
|
|
|
|
|
# The default value is: DOXYGEN.
|
|
|
|
|
|
|
|
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MARKDOWN_ID_STYLE = DOXYGEN
|
|
|
|
|
|
|
|
|
|
|
|
# When enabled doxygen tries to link words that correspond to documented
|
|
|
|
# When enabled doxygen tries to link words that correspond to documented
|
|
|
|
# classes, or namespaces to their corresponding documentation. Such a link can
|
|
|
|
# classes, or namespaces to their corresponding documentation. Such a link can
|
|
|
|
# be prevented in individual cases by putting a % sign in front of the word or
|
|
|
|
# be prevented in individual cases by putting a % sign in front of the word or
|
|
|
@ -504,6 +521,14 @@ LOOKUP_CACHE_SIZE = 0
|
|
|
|
|
|
|
|
|
|
|
|
NUM_PROC_THREADS = 1
|
|
|
|
NUM_PROC_THREADS = 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If the TIMESTAMP tag is set different from NO then each generated page will
|
|
|
|
|
|
|
|
# contain the date or date and time when the page was generated. Setting this to
|
|
|
|
|
|
|
|
# NO can help when comparing the output of multiple runs.
|
|
|
|
|
|
|
|
# Possible values are: YES, NO, DATETIME and DATE.
|
|
|
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TIMESTAMP = NO
|
|
|
|
|
|
|
|
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
# Build related configuration options
|
|
|
|
# Build related configuration options
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
@ -516,7 +541,7 @@ NUM_PROC_THREADS = 1
|
|
|
|
# normally produced when WARNINGS is set to YES.
|
|
|
|
# normally produced when WARNINGS is set to YES.
|
|
|
|
# The default value is: NO.
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
|
|
EXTRACT_ALL = NO
|
|
|
|
EXTRACT_ALL = YES
|
|
|
|
|
|
|
|
|
|
|
|
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
|
|
|
|
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
|
|
|
|
# be included in the documentation.
|
|
|
|
# be included in the documentation.
|
|
|
@ -889,7 +914,14 @@ WARN_IF_UNDOC_ENUM_VAL = NO
|
|
|
|
# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
|
|
|
|
# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
|
|
|
|
# then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
|
|
|
|
# then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
|
|
|
|
# at the end of the doxygen process doxygen will return with a non-zero status.
|
|
|
|
# at the end of the doxygen process doxygen will return with a non-zero status.
|
|
|
|
# Possible values are: NO, YES and FAIL_ON_WARNINGS.
|
|
|
|
# If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS_PRINT then doxygen behaves
|
|
|
|
|
|
|
|
# like FAIL_ON_WARNINGS but in case no WARN_LOGFILE is defined doxygen will not
|
|
|
|
|
|
|
|
# write the warning messages in between other messages but write them at the end
|
|
|
|
|
|
|
|
# of a run, in case a WARN_LOGFILE is defined the warning messages will be
|
|
|
|
|
|
|
|
# besides being in the defined file also be shown at the end of a run, unless
|
|
|
|
|
|
|
|
# the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case
|
|
|
|
|
|
|
|
# the behavior will remain as with the setting FAIL_ON_WARNINGS.
|
|
|
|
|
|
|
|
# Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT.
|
|
|
|
# The default value is: NO.
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
|
|
WARN_AS_ERROR = NO
|
|
|
|
WARN_AS_ERROR = NO
|
|
|
@ -968,12 +1000,12 @@ INPUT_FILE_ENCODING =
|
|
|
|
# Note the list of default checked file patterns might differ from the list of
|
|
|
|
# Note the list of default checked file patterns might differ from the list of
|
|
|
|
# default file extension mappings.
|
|
|
|
# default file extension mappings.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
|
|
|
|
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cxxm,
|
|
|
|
# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
|
|
|
|
# *.cpp, *.cppm, *.ccm, *.c++, *.c++m, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl,
|
|
|
|
# *.hh, *.hxx, *.hpp, *.h++, *.l, *.cs, *.d, *.php, *.php4, *.php5, *.phtml,
|
|
|
|
# *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, *.h++, *.ixx, *.l, *.cs, *.d,
|
|
|
|
# *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C
|
|
|
|
# *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to
|
|
|
|
# comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd,
|
|
|
|
# be provided as doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
|
|
|
|
# *.vhdl, *.ucf, *.qsf and *.ice.
|
|
|
|
# *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
|
|
|
|
|
|
|
|
|
|
|
|
FILE_PATTERNS = *.hpp
|
|
|
|
FILE_PATTERNS = *.hpp
|
|
|
|
|
|
|
|
|
|
|
@ -1020,9 +1052,6 @@ EXCLUDE_PATTERNS = .git \
|
|
|
|
# output. The symbol name can be a fully qualified name, a word, or if the
|
|
|
|
# output. The symbol name can be a fully qualified name, a word, or if the
|
|
|
|
# wildcard * is used, a substring. Examples: ANamespace, AClass,
|
|
|
|
# wildcard * is used, a substring. Examples: ANamespace, AClass,
|
|
|
|
# ANamespace::AClass, ANamespace::*Test
|
|
|
|
# ANamespace::AClass, ANamespace::*Test
|
|
|
|
#
|
|
|
|
|
|
|
|
# Note that the wildcards are matched against the file with absolute path, so to
|
|
|
|
|
|
|
|
# exclude all test directories use the pattern */test/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EXCLUDE_SYMBOLS = priv
|
|
|
|
EXCLUDE_SYMBOLS = priv
|
|
|
|
|
|
|
|
|
|
|
@ -1136,7 +1165,8 @@ FORTRAN_COMMENT_AFTER = 72
|
|
|
|
SOURCE_BROWSER = YES
|
|
|
|
SOURCE_BROWSER = YES
|
|
|
|
|
|
|
|
|
|
|
|
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
|
|
|
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
|
|
|
# classes and enums directly into the documentation.
|
|
|
|
# multi-line macros, enums or list initialized variables directly into the
|
|
|
|
|
|
|
|
# documentation.
|
|
|
|
# The default value is: NO.
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
|
|
INLINE_SOURCES = NO
|
|
|
|
INLINE_SOURCES = NO
|
|
|
@ -1384,7 +1414,7 @@ HTML_COLORSTYLE = LIGHT
|
|
|
|
# Minimum value: 0, maximum value: 359, default value: 220.
|
|
|
|
# Minimum value: 0, maximum value: 359, default value: 220.
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
HTML_COLORSTYLE_HUE = 220
|
|
|
|
HTML_COLORSTYLE_HUE = 85
|
|
|
|
|
|
|
|
|
|
|
|
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
|
|
|
|
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
|
|
|
|
# in the HTML output. For a value of 0 the output will use gray-scales only. A
|
|
|
|
# in the HTML output. For a value of 0 the output will use gray-scales only. A
|
|
|
@ -1405,15 +1435,6 @@ HTML_COLORSTYLE_SAT = 100
|
|
|
|
|
|
|
|
|
|
|
|
HTML_COLORSTYLE_GAMMA = 80
|
|
|
|
HTML_COLORSTYLE_GAMMA = 80
|
|
|
|
|
|
|
|
|
|
|
|
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
|
|
|
|
|
|
|
|
# page will contain the date and time when the page was generated. Setting this
|
|
|
|
|
|
|
|
# to YES can help to show when doxygen was last run and thus if the
|
|
|
|
|
|
|
|
# documentation is up to date.
|
|
|
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HTML_TIMESTAMP = NO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
|
|
|
|
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
|
|
|
|
# documentation will contain a main index with vertical navigation menus that
|
|
|
|
# documentation will contain a main index with vertical navigation menus that
|
|
|
|
# are dynamically created via JavaScript. If disabled, the navigation index will
|
|
|
|
# are dynamically created via JavaScript. If disabled, the navigation index will
|
|
|
@ -1433,6 +1454,33 @@ HTML_DYNAMIC_MENUS = NO
|
|
|
|
|
|
|
|
|
|
|
|
HTML_DYNAMIC_SECTIONS = NO
|
|
|
|
HTML_DYNAMIC_SECTIONS = NO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If the HTML_CODE_FOLDING tag is set to YES then classes and functions can be
|
|
|
|
|
|
|
|
# dynamically folded and expanded in the generated HTML source code.
|
|
|
|
|
|
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HTML_CODE_FOLDING = YES
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If the HTML_COPY_CLIPBOARD tag is set to YES then doxygen will show an icon in
|
|
|
|
|
|
|
|
# the top right corner of code and text fragments that allows the user to copy
|
|
|
|
|
|
|
|
# its content to the clipboard. Note this only works if supported by the browser
|
|
|
|
|
|
|
|
# and the web page is served via a secure context (see:
|
|
|
|
|
|
|
|
# https://www.w3.org/TR/secure-contexts/), i.e. using the https: or file:
|
|
|
|
|
|
|
|
# protocol.
|
|
|
|
|
|
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HTML_COPY_CLIPBOARD = YES
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Doxygen stores a couple of settings persistently in the browser (via e.g.
|
|
|
|
|
|
|
|
# cookies). By default these settings apply to all HTML pages generated by
|
|
|
|
|
|
|
|
# doxygen across all projects. The HTML_PROJECT_COOKIE tag can be used to store
|
|
|
|
|
|
|
|
# the settings under a project specific key, such that the user preferences will
|
|
|
|
|
|
|
|
# be stored separately.
|
|
|
|
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HTML_PROJECT_COOKIE =
|
|
|
|
|
|
|
|
|
|
|
|
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
|
|
|
|
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
|
|
|
|
# shown in the various tree structured indices initially; the user can expand
|
|
|
|
# shown in the various tree structured indices initially; the user can expand
|
|
|
|
# and collapse entries dynamically later on. Doxygen will expand the tree to
|
|
|
|
# and collapse entries dynamically later on. Doxygen will expand the tree to
|
|
|
@ -1563,6 +1611,16 @@ BINARY_TOC = NO
|
|
|
|
|
|
|
|
|
|
|
|
TOC_EXPAND = NO
|
|
|
|
TOC_EXPAND = NO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The SITEMAP_URL tag is used to specify the full URL of the place where the
|
|
|
|
|
|
|
|
# generated documentation will be placed on the server by the user during the
|
|
|
|
|
|
|
|
# deployment of the documentation. The generated sitemap is called sitemap.xml
|
|
|
|
|
|
|
|
# and placed on the directory specified by HTML_OUTPUT. In case no SITEMAP_URL
|
|
|
|
|
|
|
|
# is specified no sitemap is generated. For information about the sitemap
|
|
|
|
|
|
|
|
# protocol see https://www.sitemaps.org
|
|
|
|
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SITEMAP_URL =
|
|
|
|
|
|
|
|
|
|
|
|
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
|
|
|
|
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
|
|
|
|
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
|
|
|
|
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
|
|
|
|
# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
|
|
|
|
# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
|
|
|
@ -2051,9 +2109,16 @@ PDF_HYPERLINKS = YES
|
|
|
|
|
|
|
|
|
|
|
|
USE_PDFLATEX = YES
|
|
|
|
USE_PDFLATEX = YES
|
|
|
|
|
|
|
|
|
|
|
|
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
|
|
|
|
# The LATEX_BATCHMODE tag signals the behavior of LaTeX in case of an error.
|
|
|
|
# command to the generated LaTeX files. This will instruct LaTeX to keep running
|
|
|
|
# Possible values are: NO same as ERROR_STOP, YES same as BATCH, BATCH In batch
|
|
|
|
# if errors occur, instead of asking the user for help.
|
|
|
|
# mode nothing is printed on the terminal, errors are scrolled as if <return> is
|
|
|
|
|
|
|
|
# hit at every error; missing files that TeX tries to input or request from
|
|
|
|
|
|
|
|
# keyboard input (\read on a not open input stream) cause the job to abort,
|
|
|
|
|
|
|
|
# NON_STOP In nonstop mode the diagnostic message will appear on the terminal,
|
|
|
|
|
|
|
|
# but there is no possibility of user interaction just like in batch mode,
|
|
|
|
|
|
|
|
# SCROLL In scroll mode, TeX will stop only for missing files to input or if
|
|
|
|
|
|
|
|
# keyboard input is necessary and ERROR_STOP In errorstop mode, TeX will stop at
|
|
|
|
|
|
|
|
# each error, asking for user intervention.
|
|
|
|
# The default value is: NO.
|
|
|
|
# The default value is: NO.
|
|
|
|
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
|
|
|
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
|
|
|
|
|
|
|
|
|
|
@ -2074,14 +2139,6 @@ LATEX_HIDE_INDICES = NO
|
|
|
|
|
|
|
|
|
|
|
|
LATEX_BIB_STYLE = plain
|
|
|
|
LATEX_BIB_STYLE = plain
|
|
|
|
|
|
|
|
|
|
|
|
# If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
|
|
|
|
|
|
|
|
# page will contain the date and time when the page was generated. Setting this
|
|
|
|
|
|
|
|
# to NO can help when comparing the output of multiple runs.
|
|
|
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LATEX_TIMESTAMP = NO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute)
|
|
|
|
# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute)
|
|
|
|
# path from which the emoji images will be read. If a relative path is entered,
|
|
|
|
# path from which the emoji images will be read. If a relative path is entered,
|
|
|
|
# it will be relative to the LATEX_OUTPUT directory. If left blank the
|
|
|
|
# it will be relative to the LATEX_OUTPUT directory. If left blank the
|
|
|
@ -2247,7 +2304,7 @@ DOCBOOK_OUTPUT = docbook
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
|
|
|
|
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
|
|
|
|
# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
|
|
|
|
# AutoGen Definitions (see https://autogen.sourceforge.net/) file that captures
|
|
|
|
# the structure of the code including all documentation. Note that this feature
|
|
|
|
# the structure of the code including all documentation. Note that this feature
|
|
|
|
# is still experimental and incomplete at the moment.
|
|
|
|
# is still experimental and incomplete at the moment.
|
|
|
|
# The default value is: NO.
|
|
|
|
# The default value is: NO.
|
|
|
@ -2258,6 +2315,28 @@ GENERATE_AUTOGEN_DEF = NO
|
|
|
|
# Configuration options related to Sqlite3 output
|
|
|
|
# Configuration options related to Sqlite3 output
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If the GENERATE_SQLITE3 tag is set to YES doxygen will generate a Sqlite3
|
|
|
|
|
|
|
|
# database with symbols found by doxygen stored in tables.
|
|
|
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GENERATE_SQLITE3 = NO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The SQLITE3_OUTPUT tag is used to specify where the Sqlite3 database will be
|
|
|
|
|
|
|
|
# put. If a relative path is entered the value of OUTPUT_DIRECTORY will be put
|
|
|
|
|
|
|
|
# in front of it.
|
|
|
|
|
|
|
|
# The default directory is: sqlite3.
|
|
|
|
|
|
|
|
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SQLITE3_OUTPUT = sqlite3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The SQLITE3_RECREATE_DB tag is set to YES, the existing doxygen_sqlite3.db
|
|
|
|
|
|
|
|
# database file will be recreated with each doxygen run. If set to NO, doxygen
|
|
|
|
|
|
|
|
# will warn if a database file is already found and not modify it.
|
|
|
|
|
|
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SQLITE3_RECREATE_DB = YES
|
|
|
|
|
|
|
|
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
# Configuration options related to the Perl module output
|
|
|
|
# Configuration options related to the Perl module output
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
@ -2405,15 +2484,15 @@ TAGFILES =
|
|
|
|
|
|
|
|
|
|
|
|
GENERATE_TAGFILE = "@DOXYGEN_OUTPUT_DIR@/SFML.tag"
|
|
|
|
GENERATE_TAGFILE = "@DOXYGEN_OUTPUT_DIR@/SFML.tag"
|
|
|
|
|
|
|
|
|
|
|
|
# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
|
|
|
|
# If the ALLEXTERNALS tag is set to YES, all external classes and namespaces
|
|
|
|
# the class index. If set to NO, only the inherited external classes will be
|
|
|
|
# will be listed in the class and namespace index. If set to NO, only the
|
|
|
|
# listed.
|
|
|
|
# inherited external classes will be listed.
|
|
|
|
# The default value is: NO.
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
|
|
ALLEXTERNALS = NO
|
|
|
|
ALLEXTERNALS = NO
|
|
|
|
|
|
|
|
|
|
|
|
# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
|
|
|
|
# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
|
|
|
|
# in the modules index. If set to NO, only the current project's groups will be
|
|
|
|
# in the topic index. If set to NO, only the current project's groups will be
|
|
|
|
# listed.
|
|
|
|
# listed.
|
|
|
|
# The default value is: YES.
|
|
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
|
|
|
@ -2427,16 +2506,9 @@ EXTERNAL_GROUPS = YES
|
|
|
|
EXTERNAL_PAGES = YES
|
|
|
|
EXTERNAL_PAGES = YES
|
|
|
|
|
|
|
|
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
# Configuration options related to the dot tool
|
|
|
|
# Configuration options related to diagram generator tools
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
# You can include diagrams made with dia in doxygen documentation. Doxygen will
|
|
|
|
|
|
|
|
# then run dia to produce the diagram and insert it in the documentation. The
|
|
|
|
|
|
|
|
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
|
|
|
|
|
|
|
|
# If left empty dia is assumed to be found in the default search path.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DIA_PATH =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If set to YES the inheritance and collaboration graphs will hide inheritance
|
|
|
|
# If set to YES the inheritance and collaboration graphs will hide inheritance
|
|
|
|
# and usage relations if the target is undocumented or is not a class.
|
|
|
|
# and usage relations if the target is undocumented or is not a class.
|
|
|
|
# The default value is: YES.
|
|
|
|
# The default value is: YES.
|
|
|
@ -2445,7 +2517,7 @@ HIDE_UNDOC_RELATIONS = YES
|
|
|
|
|
|
|
|
|
|
|
|
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
|
|
|
|
# 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:
|
|
|
|
# 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
|
|
|
|
# Bell Labs. The other options in this section have no effect if this option is
|
|
|
|
# set to NO
|
|
|
|
# set to NO
|
|
|
|
# The default value is: NO.
|
|
|
|
# The default value is: NO.
|
|
|
@ -2498,13 +2570,19 @@ DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
|
|
|
|
|
|
|
|
|
|
|
|
DOT_FONTPATH =
|
|
|
|
DOT_FONTPATH =
|
|
|
|
|
|
|
|
|
|
|
|
# If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a
|
|
|
|
# If the CLASS_GRAPH tag is set to YES or GRAPH or BUILTIN then doxygen will
|
|
|
|
# graph for each documented class showing the direct and indirect inheritance
|
|
|
|
# generate a graph for each documented class showing the direct and indirect
|
|
|
|
# relations. In case HAVE_DOT is set as well dot will be used to draw the graph,
|
|
|
|
# inheritance relations. In case the CLASS_GRAPH tag is set to YES or GRAPH and
|
|
|
|
# otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set
|
|
|
|
# HAVE_DOT is enabled as well, then dot will be used to draw the graph. In case
|
|
|
|
# to TEXT the direct and indirect inheritance relations will be shown as texts /
|
|
|
|
# the CLASS_GRAPH tag is set to YES and HAVE_DOT is disabled or if the
|
|
|
|
# links.
|
|
|
|
# CLASS_GRAPH tag is set to BUILTIN, then the built-in generator will be used.
|
|
|
|
# Possible values are: NO, YES, TEXT and GRAPH.
|
|
|
|
# If the CLASS_GRAPH tag is set to TEXT the direct and indirect inheritance
|
|
|
|
|
|
|
|
# relations will be shown as texts / links. Explicit enabling an inheritance
|
|
|
|
|
|
|
|
# graph or choosing a different representation for an inheritance graph of a
|
|
|
|
|
|
|
|
# specific class, can be accomplished by means of the command \inheritancegraph.
|
|
|
|
|
|
|
|
# Disabling an inheritance graph can be accomplished by means of the command
|
|
|
|
|
|
|
|
# \hideinheritancegraph.
|
|
|
|
|
|
|
|
# Possible values are: NO, YES, TEXT, GRAPH and BUILTIN.
|
|
|
|
# The default value is: YES.
|
|
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
|
|
|
|
CLASS_GRAPH = YES
|
|
|
|
CLASS_GRAPH = YES
|
|
|
@ -2512,15 +2590,21 @@ CLASS_GRAPH = YES
|
|
|
|
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
|
|
|
|
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
|
|
|
|
# graph for each documented class showing the direct and indirect implementation
|
|
|
|
# graph for each documented class showing the direct and indirect implementation
|
|
|
|
# dependencies (inheritance, containment, and class references variables) of the
|
|
|
|
# dependencies (inheritance, containment, and class references variables) of the
|
|
|
|
# class with other documented classes.
|
|
|
|
# class with other documented classes. Explicit enabling a collaboration graph,
|
|
|
|
|
|
|
|
# when COLLABORATION_GRAPH is set to NO, can be accomplished by means of the
|
|
|
|
|
|
|
|
# command \collaborationgraph. Disabling a collaboration graph can be
|
|
|
|
|
|
|
|
# accomplished by means of the command \hidecollaborationgraph.
|
|
|
|
# The default value is: YES.
|
|
|
|
# The default value is: YES.
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
COLLABORATION_GRAPH = YES
|
|
|
|
COLLABORATION_GRAPH = YES
|
|
|
|
|
|
|
|
|
|
|
|
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
|
|
|
|
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
|
|
|
|
# groups, showing the direct groups dependencies. See also the chapter Grouping
|
|
|
|
# groups, showing the direct groups dependencies. Explicit enabling a group
|
|
|
|
# in the manual.
|
|
|
|
# dependency graph, when GROUP_GRAPHS is set to NO, can be accomplished by means
|
|
|
|
|
|
|
|
# of the command \groupgraph. Disabling a directory graph can be accomplished by
|
|
|
|
|
|
|
|
# means of the command \hidegroupgraph. See also the chapter Grouping in the
|
|
|
|
|
|
|
|
# manual.
|
|
|
|
# The default value is: YES.
|
|
|
|
# The default value is: YES.
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
|
|
|
|
|
@ -2562,8 +2646,8 @@ DOT_UML_DETAILS = NO
|
|
|
|
|
|
|
|
|
|
|
|
# The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters
|
|
|
|
# The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters
|
|
|
|
# to display on a single line. If the actual line length exceeds this threshold
|
|
|
|
# to display on a single line. If the actual line length exceeds this threshold
|
|
|
|
# significantly it will wrapped across multiple lines. Some heuristics are apply
|
|
|
|
# significantly it will be wrapped across multiple lines. Some heuristics are
|
|
|
|
# to avoid ugly line breaks.
|
|
|
|
# applied to avoid ugly line breaks.
|
|
|
|
# Minimum value: 0, maximum value: 1000, default value: 17.
|
|
|
|
# Minimum value: 0, maximum value: 1000, default value: 17.
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
|
|
|
|
|
@ -2580,7 +2664,9 @@ TEMPLATE_RELATIONS = NO
|
|
|
|
# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
|
|
|
|
# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
|
|
|
|
# YES then doxygen will generate a graph for each documented file showing the
|
|
|
|
# YES then doxygen will generate a graph for each documented file showing the
|
|
|
|
# direct and indirect include dependencies of the file with other documented
|
|
|
|
# direct and indirect include dependencies of the file with other documented
|
|
|
|
# files.
|
|
|
|
# files. Explicit enabling an include graph, when INCLUDE_GRAPH is is set to NO,
|
|
|
|
|
|
|
|
# can be accomplished by means of the command \includegraph. Disabling an
|
|
|
|
|
|
|
|
# include graph can be accomplished by means of the command \hideincludegraph.
|
|
|
|
# The default value is: YES.
|
|
|
|
# The default value is: YES.
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
|
|
|
|
|
@ -2589,7 +2675,10 @@ INCLUDE_GRAPH = YES
|
|
|
|
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
|
|
|
|
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
|
|
|
|
# set to YES then doxygen will generate a graph for each documented file showing
|
|
|
|
# set to YES then doxygen will generate a graph for each documented file showing
|
|
|
|
# the direct and indirect include dependencies of the file with other documented
|
|
|
|
# the direct and indirect include dependencies of the file with other documented
|
|
|
|
# files.
|
|
|
|
# files. Explicit enabling an included by graph, when INCLUDED_BY_GRAPH is set
|
|
|
|
|
|
|
|
# to NO, can be accomplished by means of the command \includedbygraph. Disabling
|
|
|
|
|
|
|
|
# an included by graph can be accomplished by means of the command
|
|
|
|
|
|
|
|
# \hideincludedbygraph.
|
|
|
|
# The default value is: YES.
|
|
|
|
# The default value is: YES.
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
|
|
|
|
|
@ -2629,7 +2718,10 @@ GRAPHICAL_HIERARCHY = YES
|
|
|
|
# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
|
|
|
|
# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
|
|
|
|
# dependencies a directory has on other directories in a graphical way. The
|
|
|
|
# dependencies a directory has on other directories in a graphical way. The
|
|
|
|
# dependency relations are determined by the #include relations between the
|
|
|
|
# dependency relations are determined by the #include relations between the
|
|
|
|
# files in the directories.
|
|
|
|
# files in the directories. Explicit enabling a directory graph, when
|
|
|
|
|
|
|
|
# DIRECTORY_GRAPH is set to NO, can be accomplished by means of the command
|
|
|
|
|
|
|
|
# \directorygraph. Disabling a directory graph can be accomplished by means of
|
|
|
|
|
|
|
|
# the command \hidedirectorygraph.
|
|
|
|
# The default value is: YES.
|
|
|
|
# The default value is: YES.
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
|
|
|
|
|
@ -2645,7 +2737,7 @@ DIR_GRAPH_MAX_DEPTH = 1
|
|
|
|
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
|
|
|
|
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
|
|
|
|
# generated by dot. For an explanation of the image formats see the section
|
|
|
|
# generated by dot. For an explanation of the image formats see the section
|
|
|
|
# output formats in the documentation of the dot tool (Graphviz (see:
|
|
|
|
# output formats in the documentation of the dot tool (Graphviz (see:
|
|
|
|
# http://www.graphviz.org/)).
|
|
|
|
# https://www.graphviz.org/)).
|
|
|
|
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
|
|
|
|
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
|
|
|
|
# to make the SVG files visible in IE 9+ (other browsers do not have this
|
|
|
|
# to make the SVG files visible in IE 9+ (other browsers do not have this
|
|
|
|
# requirement).
|
|
|
|
# requirement).
|
|
|
@ -2682,11 +2774,12 @@ DOT_PATH =
|
|
|
|
|
|
|
|
|
|
|
|
DOTFILE_DIRS =
|
|
|
|
DOTFILE_DIRS =
|
|
|
|
|
|
|
|
|
|
|
|
# The MSCFILE_DIRS tag can be used to specify one or more directories that
|
|
|
|
# You can include diagrams made with dia in doxygen documentation. Doxygen will
|
|
|
|
# contain msc files that are included in the documentation (see the \mscfile
|
|
|
|
# then run dia to produce the diagram and insert it in the documentation. The
|
|
|
|
# command).
|
|
|
|
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
|
|
|
|
|
|
|
|
# If left empty dia is assumed to be found in the default search path.
|
|
|
|
|
|
|
|
|
|
|
|
MSCFILE_DIRS =
|
|
|
|
DIA_PATH =
|
|
|
|
|
|
|
|
|
|
|
|
# The DIAFILE_DIRS tag can be used to specify one or more directories that
|
|
|
|
# The DIAFILE_DIRS tag can be used to specify one or more directories that
|
|
|
|
# contain dia files that are included in the documentation (see the \diafile
|
|
|
|
# contain dia files that are included in the documentation (see the \diafile
|
|
|
@ -2763,3 +2856,19 @@ GENERATE_LEGEND = YES
|
|
|
|
# The default value is: YES.
|
|
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
|
|
|
|
DOT_CLEANUP = YES
|
|
|
|
DOT_CLEANUP = YES
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# You can define message sequence charts within doxygen comments using the \msc
|
|
|
|
|
|
|
|
# command. If the MSCGEN_TOOL tag is left empty (the default), then doxygen will
|
|
|
|
|
|
|
|
# use a built-in version of mscgen tool to produce the charts. Alternatively,
|
|
|
|
|
|
|
|
# the MSCGEN_TOOL tag can also specify the name an external tool. For instance,
|
|
|
|
|
|
|
|
# specifying prog as the value, doxygen will call the tool as prog -T
|
|
|
|
|
|
|
|
# <outfile_format> -o <outputfile> <inputfile>. The external tool should support
|
|
|
|
|
|
|
|
# output file formats "png", "eps", "svg", and "ismap".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MSCGEN_TOOL =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The MSCFILE_DIRS tag can be used to specify one or more directories that
|
|
|
|
|
|
|
|
# contain msc files that are included in the documentation (see the \mscfile
|
|
|
|
|
|
|
|
# command).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MSCFILE_DIRS =
|
|
|
|