5454##
5555##===========================================================================
5656
57- # Doxyfile 1.8.17
57+ # Doxyfile 1.8.20
5858
5959# This file describes the settings to be used by the documentation system
6060# doxygen (www.doxygen.org) for a project.
@@ -273,6 +273,14 @@ QT_AUTOBRIEF = YES
273273
274274MULTILINE_CPP_IS_BRIEF = NO
275275
276+ # By default Python docstrings are displayed as preformatted text and doxygen's
277+ # special commands cannot be used. By setting PYTHON_DOCSTRING to NO the
278+ # doxygen's special commands can be used and the contents of the docstring
279+ # documentation blocks is shown as doxygen documentation.
280+ # The default value is: YES.
281+
282+ # PYTHON_DOCSTRING = YES
283+
276284# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
277285# documentation from any documented member that it re-implements.
278286# The default value is: YES.
@@ -310,12 +318,6 @@ TAB_SIZE = 8
310318ALIASES = "SQL{1}=<small>\1</small>" \
311319 "B{1}=<b>\1</b>"
312320
313- # This tag can be used to specify a number of word-keyword mappings (TCL only).
314- # A mapping has the form "name=value". For example adding "class=itcl::class"
315- # will allow you to use the command class in the itcl::class meaning.
316-
317- TCL_SUBST =
318-
319321# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
320322# only. Doxygen will then generate output that is more tailored for C. For
321323# instance, some of the names that are used will be different. The list of all
@@ -357,13 +359,13 @@ OPTIMIZE_OUTPUT_VHDL = NO
357359# extension. Doxygen has a built-in mapping, but you can override or extend it
358360# using this tag. The format is ext=language, where ext is a file extension, and
359361# language is one of the parsers supported by doxygen: IDL, Java, JavaScript,
360- # Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice,
362+ # Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice, VHDL,
361363# Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
362364# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser
363365# tries to guess whether the code is fixed or free formatted code, this is the
364- # default for Fortran type files), VHDL, tcl . For instance to make doxygen treat
365- # .inc files as Fortran files (default is PHP), and .f files as C (default is
366- # Fortran), use: inc=Fortran f=C.
366+ # default for Fortran type files). For instance to make doxygen treat .inc files
367+ # as Fortran files (default is PHP), and .f files as C (default is Fortran),
368+ # use: inc=Fortran f=C.
367369#
368370# Note: For files without extension you can use no_extension as a placeholder.
369371#
@@ -502,6 +504,19 @@ TYPEDEF_HIDES_STRUCT = NO
502504
503505LOOKUP_CACHE_SIZE = 2
504506
507+ # The NUM_PROC_THREADS specifies the number threads doxygen is allowed to use
508+ # during processing. When set to 0 doxygen will based this on the number of
509+ # cores available in the system. You can set it explicitly to a value larger
510+ # than 0 to get more control over the balance between CPU load and processing
511+ # speed. At this moment only the input processing can be done using multiple
512+ # threads. Since this is still an experimental feature the default is set to 1,
513+ # which efficively disables parallel processing. Please report any issues you
514+ # encounter. Generating dot graphs in parallel is controlled by the
515+ # DOT_NUM_THREADS setting.
516+ # Minimum value: 0, maximum value: 32, default value: 1.
517+
518+ # NUM_PROC_THREADS = 1
519+
505520#---------------------------------------------------------------------------
506521# Build related configuration options
507522#---------------------------------------------------------------------------
@@ -563,7 +578,7 @@ EXTRACT_LOCAL_METHODS = NO
563578# are hidden.
564579# The default value is: NO.
565580
566- EXTRACT_ANON_NSPACES = NO
581+ EXTRACT_ANON_NSPACES = YES
567582
568583# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
569584# undocumented members inside documented classes or files. If set to NO these
@@ -606,7 +621,7 @@ INTERNAL_DOCS = NO
606621# names in lower-case letters. If set to YES, upper-case letters are also
607622# allowed. This is useful if you have classes or files whose names only differ
608623# in case and if your file system supports case sensitive file names. Windows
609- # (including Cygwin) ands Mac users are advised to set this option to NO.
624+ # (including Cygwin) and Mac users are advised to set this option to NO.
610625# The default value is: system dependent.
611626
612627CASE_SENSE_NAMES = YES
@@ -940,7 +955,7 @@ INPUT_ENCODING = UTF-8
940955# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
941956# *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C comment),
942957# *.doc (to be provided as doxygen C comment), *.txt (to be provided as doxygen
943- # C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f , *.for , *.tcl , *.vhd,
958+ # C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18 , *.f , *.for , *.vhd,
944959# *.vhdl, *.ucf, *.qsf and *.ice.
945960
946961FILE_PATTERNS = *.c \
@@ -976,6 +991,7 @@ RECURSIVE = YES
976991
977992EXCLUDE = cmd-line-utils \
978993 client/mysqlbinlog.cc \
994+ components/test \
979995 extra \
980996 generated \
981997 include/mysqld_error.h \
@@ -984,6 +1000,8 @@ EXCLUDE = cmd-line-utils \
9841000 internal \
9851001 libevent \
9861002 plugin/innodb_memcached/daemon_memcached/include/memcached \
1003+ plugin/test_services \
1004+ plugin/test_service_sql_api \
9871005 source_downloads \
9881006 sql/sql_hints.cc \
9891007 sql/sql_yacc.cc \
@@ -1101,7 +1119,6 @@ INPUT_FILTER =
11011119FILTER_PATTERNS = "*/sql/mysqld.cc=perl ./doxygen_resources/doxygen-filter-mysqld" \
11021120 "*/plugin/x/protocol/*.proto=perl ./doxygen_resources/doxygen-filter-proto"
11031121
1104-
11051122# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
11061123# INPUT_FILTER) will also be used to filter the input files that are used for
11071124# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
@@ -1474,7 +1491,7 @@ CHM_FILE =
14741491HHC_LOCATION =
14751492
14761493# The GENERATE_CHI flag controls if a separate .chi index file is generated
1477- # (YES) or that it should be included in the master .chm file (NO).
1494+ # (YES) or that it should be included in the main .chm file (NO).
14781495# The default value is: NO.
14791496# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
14801497
@@ -1636,6 +1653,17 @@ TREEVIEW_WIDTH = 250
16361653
16371654EXT_LINKS_IN_WINDOW = NO
16381655
1656+ # If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
1657+ # tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see
1658+ # https://inkscape.org) to generate formulas as SVG images instead of PNGs for
1659+ # the HTML output. These images will generally look nicer at scaled resolutions.
1660+ # Possible values are: png (the default) and svg (looks nicer but requires the
1661+ # pdf2svg or inkscape tool).
1662+ # The default value is: png.
1663+ # This tag requires that the tag GENERATE_HTML is set to YES.
1664+
1665+ # HTML_FORMULA_FORMAT = png
1666+
16391667# Use this tag to change the font size of LaTeX formulas included as images in
16401668# the HTML documentation. When you change the font size after a successful
16411669# doxygen run you need to manually remove any form_*.png images from the HTML
@@ -1691,7 +1719,7 @@ MATHJAX_FORMAT = HTML-CSS
16911719# Content Delivery Network so you can quickly see the result without installing
16921720# MathJax. However, it is strongly recommended to install a local copy of
16931721# MathJax from https://www.mathjax.org before deployment.
1694- # The default value is: https://cdnjs.cloudflare.com/ajax/libs/ mathjax/2.7.5/ .
1722+ # The default value is: https://cdn.jsdelivr.net/npm/ mathjax@2 .
16951723# This tag requires that the tag USE_MATHJAX is set to YES.
16961724
16971725MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
@@ -1930,9 +1958,11 @@ LATEX_EXTRA_FILES =
19301958
19311959PDF_HYPERLINKS = YES
19321960
1933- # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1934- # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1935- # higher quality PDF documentation.
1961+ # If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
1962+ # specified with LATEX_CMD_NAME to generate the PDF file directly from the LaTeX
1963+ # files. Set this option to YES, to get a higher quality PDF documentation.
1964+ #
1965+ # See also section LATEX_CMD_NAME for selecting the engine.
19361966# The default value is: YES.
19371967# This tag requires that the tag GENERATE_LATEX is set to YES.
19381968
0 commit comments