Lines Matching refs:to

3 # This file describes the settings to be used by the documentation system
29 # to put quotes around the project name if it contains spaces.
33 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
48 # Doxygen will copy the logo to the output directory.
52 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
54 # If a relative path is entered, it will be relative to the location
59 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
68 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
70 # information to generate all constant output in the proper language.
81 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
83 # the file and class documentation (similar to JavaDoc).
84 # Set to NO to disable this.
88 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
90 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
96 # that is used to form the text in various listings. Each string
117 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
123 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
130 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
132 # to NO the shortest path that makes the file name unique will be used.
136 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
137 # can be used to strip a user-defined part of the path. Stripping is
139 # the path. The tag can be used to show relative paths in the file list.
141 # path to strip. Note that you specify absolute paths here, but also
147 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
149 # the reader which header file to include in order to use a class.
152 # are normally passed to the compiler using the -I flag.
156 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
162 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
164 # comment as the brief description. If set to NO, the JavaDoc
170 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
172 # comment as the brief description. If set to NO, the comments
178 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
180 # comments) as a brief description. This used to be the default behaviour.
181 # The new default is to treat a multi-line C++ comment block as a detailed
182 # description. Set this tag to YES if you prefer the old behaviour instead.
186 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
192 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
193 # a new page for each member. If set to NO, the documentation of a member will
198 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
199 # Doxygen uses this value to replace tabs by spaces in code fragments.
203 # This tag can be used to specify a number of aliases that acts
205 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
208 # You can put \n's in the value part of an alias to insert newlines.
212 # This tag can be used to specify a number of word-keyword mappings (TCL only).
214 # "class=itcl::class" will allow you to use the command class in the
219 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
226 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
233 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
239 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
245 # Doxygen selects the parser to use depending on the extension of the files it
246 # parses. With this tag you can assign which parser to use for a given
251 # C++. For instance to make doxygen treat .inc files as Fortran files (default
253 # that for custom extensions you also need to set FILE_PATTERNS otherwise the
259 # comments according to the Markdown format, which allows for more readable
267 # When enabled doxygen tries to link words that correspond to documented
268 # classes, or namespaces to their corresponding documentation. Such a link can
270 # or globally by setting AUTOLINK_SUPPORT to NO.
275 # to include (a tag file for) the STL sources as input, then you should
276 # set this tag to YES in order to let doxygen match functions declarations and
283 # If you use Microsoft's C++/CLI language, you should set this option to YES to
288 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
294 # For Microsoft's IDL there are propget and propput attributes to indicate
295 # getter and setter methods for a property. Setting this option to YES (the
298 # setting a simple type. If this is not the case, or you want to show the
299 # methods anyway, you should set this option to NO.
304 # tag is set to YES, then doxygen will reuse the documentation of the first
310 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
311 # the same type (for instance a group of public functions) to be put as a
312 # subgroup of that type (e.g. under the Public Functions section). Set it to
313 # NO to prevent subgrouping. Alternatively, this can be done per class using
318 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and
325 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and
329 # to NO (the default), structs, classes, and unions are shown on a separate
345 # cache is used to resolve symbols given their name and scope. Since this can
350 # range is 0..9, the default is 0, corresponding to a cache size of 2^16 = 65536
359 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
362 # the EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES
366 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
371 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
376 # If the EXTRACT_STATIC tag is set to YES all static members of a file
381 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
383 # If set to NO only classes defined in header files are included.
387 # This flag is only useful for Objective-C code. When set to YES local
390 # If set to NO (the default) only methods in the interface are included.
394 # If this flag is set to YES, the members of anonymous namespaces will be
402 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
404 # If set to NO (the default) these members will be included in the
410 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
412 # If set to NO (the default) these classes will be included in the various
417 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
419 # If set to NO (the default) these declarations will be included in the
424 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
426 # If set to NO (the default) these blocks will be appended to the
433 # to NO (the default) then the documentation will be excluded.
434 # Set it to YES to include the internal documentation.
438 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
439 # file names in lower-case letters. If set to YES upper-case letters are also
442 # and Mac users are advised to set this option to NO.
446 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
448 # documentation. If set to YES the scope will be hidden.
452 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
458 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
464 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
469 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
471 # alphabetically by member name. If set to NO the members will appear in
476 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
478 # by member name. If set to NO (the default) the members will appear in
483 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
485 # constructors and destructors are listed first. If set to NO (the default)
488 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
489 # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
493 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
494 # hierarchy of group names into alphabetical order. If set to NO (the default)
499 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
500 # sorted by fully-qualified names, including namespaces. If set to
503 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
504 # Note: This option applies only to the class list, not to the
509 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to
512 # if there is only one candidate or it is obvious which candidate to choose
518 # The GENERATE_TODOLIST tag can be used to enable (YES) or
524 # The GENERATE_TESTLIST tag can be used to enable (YES) or
530 # The GENERATE_BUGLIST tag can be used to enable (YES) or
536 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
542 # The ENABLED_SECTIONS tag can be used to enable conditional
549 # the initial value of a variable or macro consists of for it to appear in
551 # here it will be hidden. Use a value of 0 to hide initializers completely.
558 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
559 # at the bottom of the documentation of classes and structs. If set to YES the
560 # list will mention the files that were used to generate the documentation.
564 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
570 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
577 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
578 # doxygen should invoke to get the current version for each file (typically from
582 # provided by doxygen. Whatever the program writes to standard output
587 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
596 # The CITE_BIB_FILES tag can be used to specify one or more bib files
599 # requires the bibtex tool to be installed. See also
608 # configuration options related to warning and progress messages
611 # The QUIET tag can be used to turn on/off the messages that are generated
616 # The WARNINGS tag can be used to turn on/off the warning messages that are
622 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
623 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
628 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
635 # The WARN_NO_PARAMDOC option can be enabled to get warnings for
637 # or return value. If set to NO (the default) doxygen will only warn about
652 # The WARN_LOGFILE tag can be used to specify a file to which warning
654 # to stderr.
659 # configuration options related to the input files
662 # The INPUT tag can be used to specify the files and/or directories that contain
669 # This tag can be used to specify the character encoding of the source files
678 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
679 # and *.h) to filter out the source-files in the directories. If left
687 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
693 # The EXCLUDE tag can be used to specify files and/or directories that should be
696 # Note that relative paths are relative to the directory from which doxygen is
701 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
708 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
710 # against the file with absolute path, so to exclude all test directories
715 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
723 # The EXAMPLE_PATH tag can be used to specify one or more files or
730 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
731 # and *.h) to filter out the source-files in the directories. If left
736 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
737 # searched for input files to be used with the \include or \dontinclude
743 # The IMAGE_PATH tag can be used to specify one or more files or
749 # The INPUT_FILTER tag can be used to specify a program that doxygen should
750 # invoke to filter for each input file. Doxygen will invoke the filter program
754 # to standard output.
762 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
773 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
774 # INPUT_FILTER) will be used to filter the input files when producing source
775 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
779 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
781 # and it is also possible to disable source filtering for a specific pattern
787 # If the USE_MD_FILE_AS_MAINPAGE tag refers to the name of a markdown file that
795 # configuration options related to source browsing
798 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
801 # VERBATIM_HEADERS is set to NO.
805 # Setting the INLINE_SOURCES tag to YES will include the body
810 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
811 # doxygen to hide any special comment blocks from generated source code
816 # If the REFERENCED_BY_RELATION tag is set to YES
822 # If the REFERENCES_RELATION tag is set to YES
828 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
829 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
831 # link to the source code.
832 # Otherwise they will link to the documentation.
836 # If the USE_HTAGS tag is set to YES then the references to source code
837 # will point to the HTML generated by the htags(1) tool instead of doxygen
844 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
846 # which an include is specified. Set to NO to disable this.
851 # configuration options related to the alphabetical class index
854 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
861 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
868 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
874 # configuration options related to the HTML output
877 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
882 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
888 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
894 # The HTML_HEADER tag can be used to specify a personal HTML header for
899 # It is advised to generate a default header using "doxygen -w html
901 # that header. Note that the header is subject to change so you typically
902 # have to redo this when upgrading to a newer version of doxygen or when
907 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
913 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
914 # style sheet that is used by each HTML page. It can be used to
916 # generate a default style sheet. Note that it is recommended to use
922 # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional
927 # robust against future updates. Doxygen will copy the style sheet file to
932 # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
933 # other source files which should be copied to the HTML output directory. Note
934 # that these files will be copied to the base HTML output directory. Use the
935 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
943 # according to this color. Hue is specified as an angle on a colorwheel,
947 # The allowed range is 0 to 359.
957 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
966 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
968 # this to NO can help when comparing the output of multiple runs.
972 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
981 # the tree to such a level that at most the specified number of entries are
989 # If the GENERATE_DOCSET tag is set to YES, additional index files
1002 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
1009 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
1012 # will append .docset to the name.
1026 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
1028 # Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
1033 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
1034 # be used to specify the file name of the resulting .chm file. You
1036 # written to the html output directory.
1040 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
1041 # be used to specify the location (absolute path including file name) of
1042 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
1047 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
1053 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
1054 # is used to encode HtmlHelp index (hhk), content (hhc) and project file
1059 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
1065 # The TOC_EXPAND flag can be set to YES to add extra items for group members
1066 # to the contents of the HTML help documentation and to the tree view.
1070 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1072 # that can be used as input for Qt's qhelpgenerator to generate a
1078 # be used to specify the file name of the resulting .qch file.
1079 # The path specified is relative to the HTML output folder.
1083 # The QHP_NAMESPACE tag specifies the namespace to use when generating
1089 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
1095 # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
1102 # custom filter to add. For more information please see
1116 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
1117 # be used to specify the location of Qt's qhelpgenerator.
1118 # If non-empty doxygen will try to run qhelpgenerator on the generated
1123 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
1127 # files needs to be copied into the plugins directory of eclipse. The name of
1129 # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
1140 # The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs)
1143 # navigation tree you can set this option to NO if you already set
1144 # GENERATE_TREEVIEW to YES.
1148 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1149 # structure should be generated to display hierarchical information.
1150 # If the tag value is set to YES, a side panel will be generated
1152 # is generated for HTML Help). For this to work a browser that supports
1156 # could consider to set DISABLE_INDEX to NO when enabling this option.
1160 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
1168 # used to set the initial width (in pixels) of the frame in which the tree
1173 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1174 # links to external symbols imported via tag files in a separate window.
1178 # Use this tag to change the font size of Latex formulas included
1181 # to manually remove any form_*.png images from the HTML output directory
1182 # to force them to be regenerated.
1186 # Use the FORMULA_TRANPARENT tag to determine whether or not the images
1189 # Note that when changing this option you need to delete any form_*.png files
1194 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
1197 # have LaTeX installed or if you want to formulas look prettier in the HTML
1198 # output. When enabled you may also need to install MathJax separately and
1199 # configure the path to it using the MATHJAX_RELPATH option.
1203 # When MathJax is enabled you can set the default output format to be used for
1210 # When MathJax is enabled you need to specify the location relative to the
1214 # MATHJAX_RELPATH should be ../mathjax. The default value points to
1217 # However, it is strongly recommended to install a local
1222 # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
1227 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript
1247 # enabled the indexing and searching needs to be provided by external tools.
1253 # script for searching. Instead the search results are written to an XML file
1254 # which needs to be processed by an external indexer. Doxygen will invoke an
1255 # external search engine pointed to by the SEARCHENGINE_URL option to obtain
1262 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
1271 # search data is written to a file for indexing by an external tool. With the
1278 # useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
1279 # projects and redirect the results back to the right project.
1283 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1285 # all added to the same external search index. Each project needs to have a
1287 # of to a relative location where the documentation can be found.
1293 # configuration options related to the LaTeX output
1296 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1301 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1307 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
1311 # Makefile that is written to the output directory.
1315 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
1321 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1322 # LaTeX documents. This may be useful for small projects and may help to
1327 # The PAPER_TYPE tag can be used to set the paper type that is used
1333 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1338 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
1345 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for
1352 # The LATEX_EXTRA_FILES tag can be used to specify one or more extra images
1353 # or other source files which should be copied to the LaTeX output directory.
1359 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1360 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
1366 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1367 # plain latex in the generated Makefile. Set this option to YES to get a
1372 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1373 # command to the generated LaTeX files. This will instruct LaTeX to keep
1379 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1385 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1392 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the
1399 # configuration options related to the RTF output
1402 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1408 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1414 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1415 # RTF documents. This may be useful for small projects and may help to
1420 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1429 # Load style sheet definitions from file. Syntax is similar to doxygen's
1430 # config file, i.e. a series of assignments. You only have to provide
1431 # replacements, missing definitions are set to their default value.
1436 # Syntax is similar to doxygen's config file.
1441 # configuration options related to the man page output
1444 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1449 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1455 # The MAN_EXTENSION tag determines the extension that is added to
1460 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1464 # would be unable to find the correct page. The default is NO.
1469 # configuration options related to the XML output
1472 # If the GENERATE_XML tag is set to YES Doxygen will
1478 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
1484 # The XML_SCHEMA tag can be used to specify an XML schema,
1485 # which can be used by a validating XML parser to check the
1490 # The XML_DTD tag can be used to specify an XML DTD,
1491 # which can be used by a validating XML parser to check the
1496 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1498 # and cross-referencing information) to the XML output. Note that
1504 # configuration options related to the DOCBOOK output
1507 # If the GENERATE_DOCBOOK tag is set to YES Doxygen will generate DOCBOOK files
1508 # that can be used to generate PDF.
1512 # The DOCBOOK_OUTPUT tag is used to specify where the DOCBOOK pages will be put.
1522 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1531 # configuration options related to the Perl module output
1534 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1542 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1543 # the necessary Makefile rules, Perl scripts and LaTeX code to be able
1544 # to generate PDF and DVI output from the Perl module output.
1548 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1551 # if you want to understand what is going on.
1553 # tag is set to NO the size of the Perl module output will be much smaller
1566 # Configuration options related to the preprocessor
1569 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1575 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1576 # names in the source code. If set to NO (the default) only conditional
1578 # way by setting EXPAND_ONLY_PREDEF to YES.
1582 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1583 # then the macro expansion is limited to the macros specified with the
1588 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1589 # pointed to by INCLUDE_PATH will be searched when a #include is found.
1593 # The INCLUDE_PATH tag can be used to specify one or more directories that
1599 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
1600 # patterns (like *.h and *.hpp) to filter out the header-files in the
1606 # The PREDEFINED tag can be used to specify one or more macro names that
1607 # are defined before the preprocessor is started (similar to the -D option of
1627 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1628 # this tag can be used to specify a list of macro names that should be expanded.
1630 # Use the PREDEFINED tag if you want to use a different macro definition that
1635 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1636 # doxygen's preprocessor will remove all references to function-like macros
1643 # Configuration::additions related to external references
1646 # The TAGFILES option can be used to specify one or more tagfiles. For each
1657 # doxygen is run, you must also specify the path to the tagfile here.
1666 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1667 # in the class index. If set to NO only the inherited external classes
1672 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1673 # in the modules index. If set to NO, only the current project's groups will
1678 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed
1679 # in the related pages index. If set to NO, only the current project's
1690 # Configuration options related to the dot tool
1693 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1695 # or super classes. Setting the tag to NO turns the diagrams off. Note that
1696 # this option also works with HAVE_DOT disabled, but it is recommended to
1703 # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
1704 # documentation. The MSCGEN_PATH tag allows you to specify the directory where
1705 # the mscgen tool resides. If left empty the tool is assumed to be found in the
1710 # If set to YES, the inheritance and collaboration graphs will hide
1716 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1719 # have no effect if this option is set to NO (the default)
1724 # allowed to run in parallel. When set to 0 (the default) doxygen will
1726 # explicitly to a value larger than 0 to get control over the balance
1733 # the font name using DOT_FONTNAME. You need to make sure dot is able to find
1735 # the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
1740 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1745 # By default doxygen will tell dot to use the Helvetica font.
1746 # If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to
1751 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1753 # indirect inheritance relations. Setting this tag to YES will force the
1754 # CLASS_DIAGRAMS tag to NO.
1758 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1765 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1770 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1771 # collaboration diagrams in a style similar to the OMG's Unified Modeling
1778 # graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
1779 # threshold limits the number of items for each type to make the size more
1780 # manageable. Set this to 0 for no limit. Note that the threshold may be
1785 # If set to YES, the inheritance and collaboration graphs will show the
1791 # tags are set to YES then doxygen will generate a graph for each documented
1798 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1804 # If the CALL_GRAPH and HAVE_DOT options are set to YES then
1807 # the time of a run. So in most cases it will be better to enable call graphs
1812 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1815 # the time of a run. So in most cases it will be better to enable caller
1820 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1825 # If the DIRECTORY_GRAPH and HAVE_DOT tags are set to YES
1832 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1834 # If left blank png will be used. If you choose svg you need to set
1835 # HTML_FILE_EXTENSION to xhtml in order to make the SVG files
1840 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
1844 # need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files
1849 # The tag DOT_PATH can be used to specify the path where the dot tool can be
1854 # The DOTFILE_DIRS tag can be used to specify one or more directories that
1860 # The MSCFILE_DIRS tag can be used to specify one or more directories that
1866 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1876 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1880 # option to 1 or 2 may greatly reduce the computation time needed for large
1886 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1888 # seem to support this out of the box. Warning: Depending on the platform used,
1889 # enabling this option may lead to badly anti-aliased labels on the edges of
1890 # a graph (i.e. they become hard to read).
1894 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1901 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1907 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1908 # remove the intermediate dot files that are used to generate