• Home
  • Raw
  • Download

Lines Matching refs:to

3 # This file describes the settings to be used by the documentation system
27 # to put quotes around the project name if it contains spaces.
31 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
46 # Doxygen will copy the logo to the output directory.
50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
52 # If a relative path is entered, it will be relative to the location
57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
66 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
68 # information to generate all constant output in the proper language.
79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
81 # the file and class documentation (similar to JavaDoc).
82 # Set to NO to disable this.
86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
88 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
94 # that is used to form the text in various listings. Each string
115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
121 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
128 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
130 # to NO the shortest path that makes the file name unique will be used.
134 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
135 # can be used to strip a user-defined part of the path. Stripping is
137 # the path. The tag can be used to show relative paths in the file list.
139 # path to strip. Note that you specify absolute paths here, but also
145 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
147 # the reader which header file to include in order to use a class.
150 # are normally passed to the compiler using the -I flag.
154 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
160 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
162 # comment as the brief description. If set to NO, the JavaDoc
168 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
170 # comment as the brief description. If set to NO, the comments
176 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
178 # comments) as a brief description. This used to be the default behaviour.
179 # The new default is to treat a multi-line C++ comment block as a detailed
180 # description. Set this tag to YES if you prefer the old behaviour instead.
184 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
190 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
191 # a new page for each member. If set to NO, the documentation of a member will
196 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
197 # Doxygen uses this value to replace tabs by spaces in code fragments.
201 # This tag can be used to specify a number of aliases that acts
203 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
206 # You can put \n's in the value part of an alias to insert newlines.
210 # This tag can be used to specify a number of word-keyword mappings (TCL only).
212 # "class=itcl::class" will allow you to use the command class in the
217 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
224 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
231 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
237 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
243 # Doxygen selects the parser to use depending on the extension of the files it
244 # parses. With this tag you can assign which parser to use for a given
249 # C++. For instance to make doxygen treat .inc files as Fortran files (default
251 # that for custom extensions you also need to set FILE_PATTERNS otherwise the
257 # comments according to the Markdown format, which allows for more readable
265 # When enabled doxygen tries to link words that correspond to documented classes,
266 # or namespaces to their corresponding documentation. Such a link can be
268 # globally by setting AUTOLINK_SUPPORT to NO.
273 # to include (a tag file for) the STL sources as input, then you should
274 # set this tag to YES in order to let doxygen match functions declarations and
281 # If you use Microsoft's C++/CLI language, you should set this option to YES to
286 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
292 # For Microsoft's IDL there are propget and propput attributes to indicate
293 # getter and setter methods for a property. Setting this option to YES (the
296 # setting a simple type. If this is not the case, or you want to show the
297 # methods anyway, you should set this option to NO.
302 # tag is set to YES, then doxygen will reuse the documentation of the first
308 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
309 # the same type (for instance a group of public functions) to be put as a
310 # subgroup of that type (e.g. under the Public Functions section). Set it to
311 # NO to prevent subgrouping. Alternatively, this can be done per class using
316 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and
323 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and
326 # documentation), provided this scope is documented. If set to NO (the default),
342 # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
343 # determine which symbols to keep in memory and which to flush to disk.
344 # When the cache is full, less often used symbols will be written to disk.
345 # For small to medium size projects (<1000 input files) the default value is
347 # doxygen to be busy swapping symbols to and from disk most of the time
354 # corresponding to a cache size of 2^16 = 65536 symbols.
358 # Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be
359 # set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given
365 # corresponding to a cache size of 2^16 = 65536 symbols.
373 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
376 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
380 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
385 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
390 # If the EXTRACT_STATIC tag is set to YES all static members of a file
395 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
397 # If set to NO only classes defined in header files are included.
401 # This flag is only useful for Objective-C code. When set to YES local
404 # If set to NO (the default) only methods in the interface are included.
408 # If this flag is set to YES, the members of anonymous namespaces will be
416 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
418 # If set to NO (the default) these members will be included in the
424 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
426 # If set to NO (the default) these classes will be included in the various
431 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
433 # If set to NO (the default) these declarations will be included in the
438 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
440 # If set to NO (the default) these blocks will be appended to the
447 # to NO (the default) then the documentation will be excluded.
448 # Set it to YES to include the internal documentation.
452 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
453 # file names in lower-case letters. If set to YES upper-case letters are also
456 # and Mac users are advised to set this option to NO.
460 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
462 # documentation. If set to YES the scope will be hidden.
466 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
472 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
478 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
483 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
485 # alphabetically by member name. If set to NO the members will appear in
490 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
492 # by member name. If set to NO (the default) the members will appear in
497 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
499 # constructors and destructors are listed first. If set to NO (the default)
502 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
503 # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
507 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
508 # hierarchy of group names into alphabetical order. If set to NO (the default)
513 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
514 # sorted by fully-qualified names, including namespaces. If set to
517 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
518 # Note: This option applies only to the class list, not to the
523 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to
526 # if there is only one candidate or it is obvious which candidate to choose
532 # The GENERATE_TODOLIST tag can be used to enable (YES) or
538 # The GENERATE_TESTLIST tag can be used to enable (YES) or
544 # The GENERATE_BUGLIST tag can be used to enable (YES) or
550 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
556 # The ENABLED_SECTIONS tag can be used to enable conditional
563 # the initial value of a variable or macro consists of for it to appear in
565 # here it will be hidden. Use a value of 0 to hide initializers completely.
572 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
573 # at the bottom of the documentation of classes and structs. If set to YES the
574 # list will mention the files that were used to generate the documentation.
578 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
584 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
590 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
591 # doxygen should invoke to get the current version for each file (typically from
595 # provided by doxygen. Whatever the program writes to standard output
600 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
609 # The CITE_BIB_FILES tag can be used to specify one or more bib files
612 # requires the bibtex tool to be installed. See also
621 # configuration options related to warning and progress messages
624 # The QUIET tag can be used to turn on/off the messages that are generated
629 # The WARNINGS tag can be used to turn on/off the warning messages that are
635 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
636 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
641 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
648 # The WARN_NO_PARAMDOC option can be enabled to get warnings for
650 # or return value. If set to NO (the default) doxygen will only warn about
665 # The WARN_LOGFILE tag can be used to specify a file to which warning
667 # to stderr.
672 # configuration options related to the input files
675 # The INPUT tag can be used to specify the files and/or directories that contain
682 # This tag can be used to specify the character encoding of the source files
691 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
692 # and *.h) to filter out the source-files in the directories. If left
733 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
739 # The EXCLUDE tag can be used to specify files and/or directories that should be
742 # Note that relative paths are relative to the directory from which doxygen is
747 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
754 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
756 # against the file with absolute path, so to exclude all test directories
761 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
769 # The EXAMPLE_PATH tag can be used to specify one or more files or
776 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
777 # and *.h) to filter out the source-files in the directories. If left
782 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
783 # searched for input files to be used with the \include or \dontinclude
789 # The IMAGE_PATH tag can be used to specify one or more files or
795 # The INPUT_FILTER tag can be used to specify a program that doxygen should
796 # invoke to filter for each input file. Doxygen will invoke the filter program
800 # to standard output. If FILTER_PATTERNS is specified, this tag will be
805 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
814 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
815 # INPUT_FILTER) will be used to filter the input files when producing source
816 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
820 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
822 # and it is also possible to disable source filtering for a specific pattern
828 # If the USE_MD_FILE_AS_MAINPAGE tag refers to the name of a markdown file that
836 # configuration options related to source browsing
839 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
842 # VERBATIM_HEADERS is set to NO.
846 # Setting the INLINE_SOURCES tag to YES will include the body
851 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
852 # doxygen to hide any special comment blocks from generated source code
857 # If the REFERENCED_BY_RELATION tag is set to YES
863 # If the REFERENCES_RELATION tag is set to YES
869 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
870 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
872 # link to the source code. Otherwise they will link to the documentation.
876 # If the USE_HTAGS tag is set to YES then the references to source code
877 # will point to the HTML generated by the htags(1) tool instead of doxygen
884 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
886 # which an include is specified. Set to NO to disable this.
891 # configuration options related to the alphabetical class index
894 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
901 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
908 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
914 # configuration options related to the HTML output
917 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
922 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
928 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
934 # The HTML_HEADER tag can be used to specify a personal HTML header for
939 # It is advised to generate a default header using "doxygen -w html
941 # that header. Note that the header is subject to change so you typically
942 # have to redo this when upgrading to a newer version of doxygen or when
947 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
953 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
954 # style sheet that is used by each HTML page. It can be used to
956 # generate a default style sheet. Note that it is recommended to use
962 # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional
967 # robust against future updates. Doxygen will copy the style sheet file to
972 # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
973 # other source files which should be copied to the HTML output directory. Note
974 # that these files will be copied to the base HTML output directory. Use the
975 # $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
983 # according to this color. Hue is specified as an angle on a colorwheel,
987 # The allowed range is 0 to 359.
997 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
1006 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1008 # this to NO can help when comparing the output of multiple runs.
1012 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1021 # the tree to such a level that at most the specified number of entries are
1029 # If the GENERATE_DOCSET tag is set to YES, additional index files
1042 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
1049 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
1052 # will append .docset to the name.
1066 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
1068 # Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
1073 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
1074 # be used to specify the file name of the resulting .chm file. You
1076 # written to the html output directory.
1080 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
1081 # be used to specify the location (absolute path including file name) of
1082 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
1087 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
1093 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
1094 # is used to encode HtmlHelp index (hhk), content (hhc) and project file
1099 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
1105 # The TOC_EXPAND flag can be set to YES to add extra items for group members
1106 # to the contents of the HTML help documentation and to the tree view.
1110 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1112 # that can be used as input for Qt's qhelpgenerator to generate a
1118 # be used to specify the file name of the resulting .qch file.
1119 # The path specified is relative to the HTML output folder.
1123 # The QHP_NAMESPACE tag specifies the namespace to use when generating
1129 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
1135 # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
1142 # custom filter to add. For more information please see
1156 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
1157 # be used to specify the location of Qt's qhelpgenerator.
1158 # If non-empty doxygen will try to run qhelpgenerator on the generated
1163 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
1167 # files needs to be copied into the plugins directory of eclipse. The name of
1169 # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
1180 # The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs)
1183 # navigation tree you can set this option to NO if you already set
1184 # GENERATE_TREEVIEW to YES.
1188 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1189 # structure should be generated to display hierarchical information.
1190 # If the tag value is set to YES, a side panel will be generated
1192 # is generated for HTML Help). For this to work a browser that supports
1196 # could consider to set DISABLE_INDEX to NO when enabling this option.
1200 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
1208 # used to set the initial width (in pixels) of the frame in which the tree
1213 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1214 # links to external symbols imported via tag files in a separate window.
1218 # Use this tag to change the font size of Latex formulas included
1221 # to manually remove any form_*.png images from the HTML output directory
1222 # to force them to be regenerated.
1226 # Use the FORMULA_TRANPARENT tag to determine whether or not the images
1229 # Note that when changing this option you need to delete any form_*.png files
1234 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
1237 # have LaTeX installed or if you want to formulas look prettier in the HTML
1238 # output. When enabled you may also need to install MathJax separately and
1239 # configure the path to it using the MATHJAX_RELPATH option.
1243 # When MathJax is enabled you can set the default output format to be used for
1250 # When MathJax is enabled you need to specify the location relative to the
1254 # MATHJAX_RELPATH should be ../mathjax. The default value points to
1256 # installing MathJax. However, it is strongly recommended to install a local
1261 # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
1281 # enabled the indexing and searching needs to be provided by external tools.
1287 # script for searching. Instead the search results are written to an XML file
1288 # which needs to be processed by an external indexer. Doxygen will invoke an
1289 # external search engine pointed to by the SEARCHENGINE_URL option to obtain
1296 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
1305 # search data is written to a file for indexing by an external tool. With the
1312 # useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
1313 # projects and redirect the results back to the right project.
1317 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1319 # all added to the same external search index. Each project needs to have a
1321 # of to a relative location where the documentation can be found.
1327 # configuration options related to the LaTeX output
1330 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1335 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1341 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
1345 # Makefile that is written to the output directory.
1349 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
1355 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1356 # LaTeX documents. This may be useful for small projects and may help to
1361 # The PAPER_TYPE tag can be used to set the paper type that is used
1367 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1372 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
1379 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for
1386 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1387 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
1393 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1394 # plain latex in the generated Makefile. Set this option to YES to get a
1399 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1400 # command to the generated LaTeX files. This will instruct LaTeX to keep
1406 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1412 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1419 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the
1426 # configuration options related to the RTF output
1429 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1435 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1441 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1442 # RTF documents. This may be useful for small projects and may help to
1447 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1456 # Load style sheet definitions from file. Syntax is similar to doxygen's
1457 # config file, i.e. a series of assignments. You only have to provide
1458 # replacements, missing definitions are set to their default value.
1463 # Syntax is similar to doxygen's config file.
1468 # configuration options related to the man page output
1471 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1476 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1482 # The MAN_EXTENSION tag determines the extension that is added to
1487 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1491 # would be unable to find the correct page. The default is NO.
1496 # configuration options related to the XML output
1499 # If the GENERATE_XML tag is set to YES Doxygen will
1505 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
1511 # The XML_SCHEMA tag can be used to specify an XML schema,
1512 # which can be used by a validating XML parser to check the
1517 # The XML_DTD tag can be used to specify an XML DTD,
1518 # which can be used by a validating XML parser to check the
1523 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1525 # and cross-referencing information) to the XML output. Note that
1534 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1543 # configuration options related to the Perl module output
1546 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1554 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1555 # the necessary Makefile rules, Perl scripts and LaTeX code to be able
1556 # to generate PDF and DVI output from the Perl module output.
1560 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1562 # if you want to understand what is going on. On the other hand, if this
1563 # tag is set to NO the size of the Perl module output will be much smaller
1576 # Configuration options related to the preprocessor
1579 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1585 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1586 # names in the source code. If set to NO (the default) only conditional
1588 # way by setting EXPAND_ONLY_PREDEF to YES.
1592 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1593 # then the macro expansion is limited to the macros specified with the
1598 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1599 # pointed to by INCLUDE_PATH will be searched when a #include is found.
1603 # The INCLUDE_PATH tag can be used to specify one or more directories that
1609 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
1610 # patterns (like *.h and *.hpp) to filter out the header-files in the
1616 # The PREDEFINED tag can be used to specify one or more macro names that
1617 # are defined before the preprocessor is started (similar to the -D option of
1626 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1627 # this tag can be used to specify a list of macro names that should be expanded.
1629 # Use the PREDEFINED tag if you want to use a different macro definition that
1634 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1635 # doxygen's preprocessor will remove all references to function-like macros
1642 # Configuration::additions related to external references
1645 # The TAGFILES option can be used to specify one or more tagfiles. For each
1654 # doxygen is run, you must also specify the path to the tagfile here.
1663 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1664 # in the class index. If set to NO only the inherited external classes
1669 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1670 # in the modules index. If set to NO, only the current project's groups will
1681 # Configuration options related to the dot tool
1684 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1686 # or super classes. Setting the tag to NO turns the diagrams off. Note that
1687 # this option also works with HAVE_DOT disabled, but it is recommended to
1694 # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
1695 # documentation. The MSCGEN_PATH tag allows you to specify the directory where
1696 # the mscgen tool resides. If left empty the tool is assumed to be found in the
1701 # If set to YES, the inheritance and collaboration graphs will hide
1707 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1710 # have no effect if this option is set to NO (the default)
1715 # allowed to run in parallel. When set to 0 (the default) doxygen will
1717 # explicitly to a value larger than 0 to get control over the balance
1724 # the font name using DOT_FONTNAME. You need to make sure dot is able to find
1726 # the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
1731 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1736 # By default doxygen will tell dot to use the Helvetica font.
1737 # If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to
1742 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1744 # indirect inheritance relations. Setting this tag to YES will force the
1745 # CLASS_DIAGRAMS tag to NO.
1749 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1756 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1761 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1762 # collaboration diagrams in a style similar to the OMG's Unified Modeling
1769 # graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
1770 # threshold limits the number of items for each type to make the size more
1771 # managable. Set this to 0 for no limit. Note that the threshold may be
1776 # If set to YES, the inheritance and collaboration graphs will show the
1782 # tags are set to YES then doxygen will generate a graph for each documented
1789 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1795 # If the CALL_GRAPH and HAVE_DOT options are set to YES then
1798 # the time of a run. So in most cases it will be better to enable call graphs
1803 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1806 # the time of a run. So in most cases it will be better to enable caller
1811 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1816 # If the DIRECTORY_GRAPH and HAVE_DOT tags are set to YES
1823 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1825 # If left blank png will be used. If you choose svg you need to set
1826 # HTML_FILE_EXTENSION to xhtml in order to make the SVG files
1831 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
1835 # need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files
1840 # The tag DOT_PATH can be used to specify the path where the dot tool can be
1845 # The DOTFILE_DIRS tag can be used to specify one or more directories that
1851 # The MSCFILE_DIRS tag can be used to specify one or more directories that
1857 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1867 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1871 # option to 1 or 2 may greatly reduce the computation time needed for large
1877 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1879 # seem to support this out of the box. Warning: Depending on the platform used,
1880 # enabling this option may lead to badly anti-aliased labels on the edges of
1881 # a graph (i.e. they become hard to read).
1885 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1892 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1898 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1899 # remove the intermediate dot files that are used to generate