54
54
##
55
55
##===========================================================================
56
56
57
- # Doxyfile 1.8.17
57
+ # Doxyfile 1.8.20
58
58
59
59
# This file describes the settings to be used by the documentation system
60
60
# doxygen (www.doxygen.org) for a project.
@@ -273,6 +273,14 @@ QT_AUTOBRIEF = YES
273
273
274
274
MULTILINE_CPP_IS_BRIEF = NO
275
275
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
+
276
284
# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
277
285
# documentation from any documented member that it re-implements.
278
286
# The default value is: YES.
@@ -310,12 +318,6 @@ TAB_SIZE = 8
310
318
ALIASES = "SQL{1}=<small>\1</small>" \
311
319
"B{1}=<b>\1</b>"
312
320
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
-
319
321
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
320
322
# only. Doxygen will then generate output that is more tailored for C. For
321
323
# instance, some of the names that are used will be different. The list of all
@@ -357,13 +359,13 @@ OPTIMIZE_OUTPUT_VHDL = NO
357
359
# extension. Doxygen has a built-in mapping, but you can override or extend it
358
360
# using this tag. The format is ext=language, where ext is a file extension, and
359
361
# 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,
361
363
# Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
362
364
# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser
363
365
# 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.
367
369
#
368
370
# Note: For files without extension you can use no_extension as a placeholder.
369
371
#
@@ -502,6 +504,19 @@ TYPEDEF_HIDES_STRUCT = NO
502
504
503
505
LOOKUP_CACHE_SIZE = 2
504
506
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
+
505
520
#---------------------------------------------------------------------------
506
521
# Build related configuration options
507
522
#---------------------------------------------------------------------------
@@ -563,7 +578,7 @@ EXTRACT_LOCAL_METHODS = NO
563
578
# are hidden.
564
579
# The default value is: NO.
565
580
566
- EXTRACT_ANON_NSPACES = NO
581
+ EXTRACT_ANON_NSPACES = YES
567
582
568
583
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
569
584
# undocumented members inside documented classes or files. If set to NO these
@@ -606,7 +621,7 @@ INTERNAL_DOCS = NO
606
621
# names in lower-case letters. If set to YES, upper-case letters are also
607
622
# allowed. This is useful if you have classes or files whose names only differ
608
623
# 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.
610
625
# The default value is: system dependent.
611
626
612
627
CASE_SENSE_NAMES = YES
@@ -940,7 +955,7 @@ INPUT_ENCODING = UTF-8
940
955
# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
941
956
# *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C comment),
942
957
# *.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,
944
959
# *.vhdl, *.ucf, *.qsf and *.ice.
945
960
946
961
FILE_PATTERNS = *.c \
@@ -976,6 +991,7 @@ RECURSIVE = YES
976
991
977
992
EXCLUDE = cmd-line-utils \
978
993
client/mysqlbinlog.cc \
994
+ components/test \
979
995
extra \
980
996
generated \
981
997
include/mysqld_error.h \
@@ -984,6 +1000,8 @@ EXCLUDE = cmd-line-utils \
984
1000
internal \
985
1001
libevent \
986
1002
plugin/innodb_memcached/daemon_memcached/include/memcached \
1003
+ plugin/test_services \
1004
+ plugin/test_service_sql_api \
987
1005
source_downloads \
988
1006
sql/sql_hints.cc \
989
1007
sql/sql_yacc.cc \
@@ -1101,7 +1119,6 @@ INPUT_FILTER =
1101
1119
FILTER_PATTERNS = "*/sql/mysqld.cc=perl ./doxygen_resources/doxygen-filter-mysqld" \
1102
1120
"*/plugin/x/protocol/*.proto=perl ./doxygen_resources/doxygen-filter-proto"
1103
1121
1104
-
1105
1122
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
1106
1123
# INPUT_FILTER) will also be used to filter the input files that are used for
1107
1124
# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
@@ -1474,7 +1491,7 @@ CHM_FILE =
1474
1491
HHC_LOCATION =
1475
1492
1476
1493
# 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).
1478
1495
# The default value is: NO.
1479
1496
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1480
1497
@@ -1636,6 +1653,17 @@ TREEVIEW_WIDTH = 250
1636
1653
1637
1654
EXT_LINKS_IN_WINDOW = NO
1638
1655
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
+
1639
1667
# Use this tag to change the font size of LaTeX formulas included as images in
1640
1668
# the HTML documentation. When you change the font size after a successful
1641
1669
# doxygen run you need to manually remove any form_*.png images from the HTML
@@ -1691,7 +1719,7 @@ MATHJAX_FORMAT = HTML-CSS
1691
1719
# Content Delivery Network so you can quickly see the result without installing
1692
1720
# MathJax. However, it is strongly recommended to install a local copy of
1693
1721
# 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 .
1695
1723
# This tag requires that the tag USE_MATHJAX is set to YES.
1696
1724
1697
1725
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
@@ -1930,9 +1958,11 @@ LATEX_EXTRA_FILES =
1930
1958
1931
1959
PDF_HYPERLINKS = YES
1932
1960
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.
1936
1966
# The default value is: YES.
1937
1967
# This tag requires that the tag GENERATE_LATEX is set to YES.
1938
1968
0 commit comments