Lines Matching refs:is
6 # All text after a double hash (##) is considered a comment and is placed in
7 # front of the TAG it is preceding.
9 # All text after a single hash (#) is considered a comment and will be ignored.
10 # The format is:
21 # file that follow. The default is UTF-8 which is also the encoding used for all
25 # The default value is: UTF-8.
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
31 # project for which the documentation is generated. This name is used in the
33 # The default value is: My Project.
39 # control system is used.
49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57 # into which the generated documentation will be written. If a relative path is
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
69 # The default value is: NO.
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
77 # The default value is: NO.
81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
82 # documentation generated by doxygen is written. Doxygen will use this
92 # The default value is: English.
96 # The OUTPUT_TEXT_DIRECTION tag is used to specify the direction in which all
97 # documentation generated by doxygen is written. Doxygen will use this
100 # The default value is: None.
104 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
107 # The default value is: YES.
111 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
116 # The default value is: YES.
120 # This tag implements a quasi-intelligent brief description abbreviator that is
123 # and the result, after processing the whole list, is used as the annotated
124 # text. Otherwise, the brief description is used as-is. If left blank, the
125 # following values are used ($name is automatically replaced with the name of
126 # the entity):The $name class, The $name widget, The $name file, is, provides,
132 # doxygen will generate a detailed section even if there is only a brief
134 # The default value is: NO.
138 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
142 # The default value is: NO.
146 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
149 # The default value is: YES.
154 # Stripping is only done if one of the specified strings matches the left-hand
156 # If left blank the directory from which doxygen is run is used as the path to
160 # will be relative from the directory where doxygen is started.
161 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
168 # the header file containing the class definition is used. Otherwise one should
174 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
175 # less readable) file names. This can be useful is your file systems doesn't
177 # The default value is: NO.
181 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
186 # The default value is: NO.
190 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
196 # The default value is: NO.
200 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
204 # The default value is: NO.
210 # a brief description. This used to be the default behavior. The new default is
216 # The default value is: NO.
220 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
222 # The default value is: YES.
226 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
229 # The default value is: NO.
251 # commands \{ and \} for these it is advised to use the version @{ and @} or use
263 # only. Doxygen will then generate output that is more tailored for C. For
266 # The default value is: NO.
271 # Python sources only. Doxygen will then generate output that is more tailored
274 # The default value is: NO.
279 # sources. Doxygen will then generate output that is tailored for Fortran.
280 # The default value is: NO.
285 # sources. Doxygen will then generate output that is tailored for VHDL.
286 # The default value is: NO.
291 # sources only. Doxygen will then generate output that is more tailored for that
294 # The default value is: NO.
301 # using this tag. The format is ext=language, where ext is a file extension, and
302 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
306 # tries to guess whether the code is fixed or free formatted code, this is the
308 # .inc files as Fortran files (default is PHP), and .f files as C (default is
318 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
321 # The output of markdown processing is further processed by doxygen, so you can
324 # The default value is: YES.
328 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
333 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
341 # The default value is: YES.
351 # The default value is: NO.
357 # The default value is: NO.
364 # of private inheritance when no explicit protection keyword is present.
365 # The default value is: NO.
373 # type. If this is not the case, or you want to show the methods anyway, you
375 # The default value is: YES.
379 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
380 # tag is set to YES then doxygen will reuse the documentation of the first
383 # The default value is: NO.
387 # If one adds a struct or class to a group and this option is enabled, then also
388 # any nested class or struct is added to the same group. By default this option
389 # is disabled and one has to add nested compounds explicitly via \ingroup.
390 # The default value is: NO.
399 # The default value is: YES.
403 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
410 # The default value is: NO.
414 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
417 # namespace, or group documentation), provided this scope is documented. If set
420 # The default value is: NO.
424 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
425 # enum is documented as struct, union, or enum with the name of the typedef. So
430 # types are typedef'ed and only the typedef is referenced, never the tag name.
431 # The default value is: NO.
436 # cache is used to resolve symbols given their name and scope. Since this can be
438 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
439 # doxygen will become slower. If the cache is too large, memory is wasted. The
440 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
441 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
452 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
457 # normally produced when WARNINGS is set to YES.
458 # The default value is: NO.
462 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
464 # The default value is: NO.
468 # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
470 # The default value is: NO.
474 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
476 # The default value is: NO.
480 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
482 # The default value is: NO.
486 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
490 # The default value is: YES.
494 # This flag is only useful for Objective-C code. If set to YES, local methods,
498 # The default value is: NO.
502 # If this flag is set to YES, the members of anonymous namespaces will be
507 # The default value is: NO.
511 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
514 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
515 # The default value is: NO.
519 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
522 # has no effect if EXTRACT_ALL is enabled.
523 # The default value is: NO.
527 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
530 # The default value is: NO.
534 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
537 # The default value is: NO.
541 # The INTERNAL_DOCS tag determines if documentation that is typed after a
542 # \internal command is included. If the tag is set to NO then the documentation
544 # The default value is: NO.
548 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
550 # allowed. This is useful if you have classes or files whose names only differ
553 # The default value is: system dependent.
557 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
560 # The default value is: NO.
564 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
567 # The default value is: NO.
571 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
573 # The default value is: YES.
577 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
580 # The default value is: NO.
584 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
586 # The default value is: NO.
590 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
592 # The default value is: YES.
596 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
599 # The default value is: YES.
603 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
607 # The default value is: NO.
611 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
615 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
617 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
619 # The default value is: NO.
623 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
626 # The default value is: NO.
630 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
633 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
636 # The default value is: NO.
640 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
642 # the prototype and the implementation of a member function even if there is
643 # only one candidate or it is obvious which candidate to choose by doing a
646 # The default value is: NO.
651 # list. This list is created by putting \todo commands in the documentation.
652 # The default value is: YES.
657 # list. This list is created by putting \test commands in the documentation.
658 # The default value is: YES.
663 # list. This list is created by putting \bug commands in the documentation.
664 # The default value is: YES.
669 # the deprecated list. This list is created by putting \deprecated commands in
671 # The default value is: YES.
695 # The default value is: YES.
702 # The default value is: YES.
709 # The default value is: YES.
716 # popen()) the command command input-file, where command is the value of the
717 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
718 # by doxygen. Whatever the program writes to standard output is used as the file
732 # tag is left empty.
738 # extension is automatically appended if omitted. This requires the bibtex tool
751 # standard output by doxygen. If QUIET is set to YES this implies that the
753 # The default value is: NO.
758 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
762 # The default value is: YES.
766 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
767 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
769 # The default value is: YES.
773 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
777 # The default value is: YES.
785 # EXTRACT_ALL is set to YES then this flag will automatically be disabled.
786 # The default value is: NO.
790 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
791 # a warning is encountered.
792 # The default value is: NO.
802 # The default value is: $file:$line: $text.
807 # messages should be written. If left blank the output is written to standard
816 # The INPUT tag is used to specify the files and/or directories that contain
820 # Note: If this tag is empty the current directory is searched.
830 # The default value is: UTF-8.
852 # The default value is: NO.
858 # subdirectory from a directory tree whose root is specified with the INPUT tag.
860 # Note that relative paths are relative to the directory from which doxygen is
868 # The default value is: NO.
884 # wildcard * is used, a substring. Examples: ANamespace, AClass,
905 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
908 # The default value is: NO.
924 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
926 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
929 # Note that the filter must not add or remove lines; it is applied before the
930 # code is scanned, but not when the output code is generated. If lines are added
941 # filter if there is a match. The filters are a list of the form: pattern=filter
943 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
944 # patterns match the file name, INPUT_FILTER is applied.
952 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
954 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
955 # The default value is: NO.
961 # it is also possible to disable source filtering for a specific pattern using
963 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
968 # is part of the input, its contents will be placed on the main page
978 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
982 # also VERBATIM_HEADERS is set to NO.
983 # The default value is: NO.
989 # The default value is: NO.
996 # The default value is: YES.
1000 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1002 # The default value is: NO.
1006 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1008 # The default value is: NO.
1012 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1016 # The default value is: YES.
1020 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
1025 # The default value is: YES.
1026 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1030 # If the USE_HTAGS tag is set to YES then the references to source code will
1032 # source browser. The htags tool is part of GNU's global source tagging system
1047 # The default value is: NO.
1048 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1052 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1053 # verbatim copy of the header file for each class for which an include is
1056 # The default value is: YES.
1060 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1067 # The default value is: NO.
1071 # If clang assisted parsing is enabled you can provide the compiler with command
1075 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1079 # If clang assisted parsing is enabled you can provide the clang parser with the
1082 # were built. This is equivalent to specifying the "-p" option to a clang tool,
1093 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1096 # The default value is: YES.
1103 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1111 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1119 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1120 # The default value is: YES.
1124 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1125 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1127 # The default directory is: html.
1128 # This tag requires that the tag GENERATE_HTML is set to YES.
1134 # The default value is: .html.
1135 # This tag requires that the tag GENERATE_HTML is set to YES.
1140 # each generated HTML page. If the tag is left blank doxygen will generate a
1144 # that doxygen needs, which is dependent on the configuration options used (e.g.
1145 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a
1152 # Note: The header is subject to change so you typically have to regenerate the
1155 # This tag requires that the tag GENERATE_HTML is set to YES.
1160 # generated HTML page. If the tag is left blank doxygen will generate a standard
1165 # This tag requires that the tag GENERATE_HTML is set to YES.
1170 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1174 # Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
1175 # it is more robust and this tag (HTML_STYLESHEET) will in the future become
1177 # This tag requires that the tag GENERATE_HTML is set to YES.
1184 # This is preferred over using HTML_STYLESHEET since it does not replace the
1185 # standard style sheet and is therefore more robust against future updates.
1187 # Note: The order of the extra style sheet files is of importance (e.g. the last
1190 # This tag requires that the tag GENERATE_HTML is set to YES.
1199 # files will be copied as-is; there are no commands or markers available.
1200 # This tag requires that the tag GENERATE_HTML is set to YES.
1206 # this color. Hue is specified as an angle on a colorwheel, see
1208 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
1209 # purple, and 360 is red again.
1211 # This tag requires that the tag GENERATE_HTML is set to YES.
1219 # This tag requires that the tag GENERATE_HTML is set to YES.
1226 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
1230 # This tag requires that the tag GENERATE_HTML is set to YES.
1234 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1237 # documentation is up to date.
1238 # The default value is: NO.
1239 # This tag requires that the tag GENERATE_HTML is set to YES.
1243 # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
1249 # The default value is: YES.
1250 # This tag requires that the tag GENERATE_HTML is set to YES.
1254 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1257 # The default value is: NO.
1258 # This tag requires that the tag GENERATE_HTML is set to YES.
1267 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1271 # This tag requires that the tag GENERATE_HTML is set to YES.
1275 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1284 # The default value is: NO.
1285 # This tag requires that the tag GENERATE_HTML is set to YES.
1292 # The default value is: Doxygen generated docs.
1293 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1300 # The default value is: org.doxygen.Project.
1301 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1308 # The default value is: org.doxygen.Publisher.
1309 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1314 # The default value is: Publisher.
1315 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1319 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1321 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
1332 # The default value is: NO.
1333 # This tag requires that the tag GENERATE_HTML is set to YES.
1340 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1348 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1352 # The GENERATE_CHI flag controls if a separate .chi index file is generated
1354 # The default value is: NO.
1355 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1359 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
1361 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1365 # The BINARY_TOC flag controls whether a binary table of contents is generated
1368 # The default value is: NO.
1369 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1375 # The default value is: NO.
1376 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1380 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1384 # The default value is: NO.
1385 # This tag requires that the tag GENERATE_HTML is set to YES.
1389 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
1390 # the file name of the resulting .qch file. The path specified is relative to
1392 # This tag requires that the tag GENERATE_QHP is set to YES.
1399 # The default value is: org.doxygen.Project.
1400 # This tag requires that the tag GENERATE_QHP is set to YES.
1408 # The default value is: doc.
1409 # This tag requires that the tag GENERATE_QHP is set to YES.
1413 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1417 # This tag requires that the tag GENERATE_QHP is set to YES.
1425 # This tag requires that the tag GENERATE_QHP is set to YES.
1432 # This tag requires that the tag GENERATE_QHP is set to YES.
1439 # This tag requires that the tag GENERATE_QHP is set to YES.
1443 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1450 # The default value is: NO.
1451 # This tag requires that the tag GENERATE_HTML is set to YES.
1458 # The default value is: org.doxygen.Project.
1459 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1469 # The default value is: NO.
1470 # This tag requires that the tag GENERATE_HTML is set to YES.
1474 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1476 # value is set to YES, a side panel will be generated containing a tree-like
1477 # index structure (just like the one that is generated for HTML Help). For this
1478 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
1486 # The default value is: NO.
1487 # This tag requires that the tag GENERATE_HTML is set to YES.
1497 # This tag requires that the tag GENERATE_HTML is set to YES.
1501 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
1502 # to set the initial width (in pixels) of the frame in which the tree is shown.
1504 # This tag requires that the tag GENERATE_HTML is set to YES.
1508 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1510 # The default value is: NO.
1511 # This tag requires that the tag GENERATE_HTML is set to YES.
1520 # This tag requires that the tag GENERATE_HTML is set to YES.
1530 # The default value is: YES.
1531 # This tag requires that the tag GENERATE_HTML is set to YES.
1541 # The default value is: NO.
1542 # This tag requires that the tag GENERATE_HTML is set to YES.
1546 # When MathJax is enabled you can set the default output format to be used for
1549 # Possible values are: HTML-CSS (which is slower, but has the best
1551 # The default value is: HTML-CSS.
1552 # This tag requires that the tag USE_MATHJAX is set to YES.
1556 # When MathJax is enabled you need to specify the location relative to the HTML
1559 # is located at the same level as the HTML output directory, then
1562 # MathJax. However, it is strongly recommended to install a local copy of
1564 # The default value is: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/.
1565 # This tag requires that the tag USE_MATHJAX is set to YES.
1572 # This tag requires that the tag USE_MATHJAX is set to YES.
1580 # This tag requires that the tag USE_MATHJAX is set to YES.
1584 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1588 # there is already a search function so this one should typically be disabled.
1590 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
1592 # (what the <access key> is depends on the OS and browser, but it is typically
1596 # the search. The filter options can be selected when the cursor is inside the
1600 # The default value is: YES.
1601 # This tag requires that the tag GENERATE_HTML is set to YES.
1605 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1609 # an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
1612 # The default value is: NO.
1613 # This tag requires that the tag SEARCHENGINE is set to YES.
1617 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1628 # The default value is: NO.
1629 # This tag requires that the tag SEARCHENGINE is set to YES.
1634 # which will return the search results when EXTERNAL_SEARCH is enabled.
1640 # This tag requires that the tag SEARCHENGINE is set to YES.
1645 # search data is written to a file for indexing by an external tool. With the
1647 # The default file is: searchdata.xml.
1648 # This tag requires that the tag SEARCHENGINE is set to YES.
1653 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
1656 # This tag requires that the tag SEARCHENGINE is set to YES.
1664 # to a relative location where the documentation can be found. The format is:
1666 # This tag requires that the tag SEARCHENGINE is set to YES.
1674 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1675 # The default value is: YES.
1679 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1680 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1682 # The default directory is: latex.
1683 # This tag requires that the tag GENERATE_LATEX is set to YES.
1690 # Note that when not enabling USE_PDFLATEX the default is latex when enabling
1691 # USE_PDFLATEX the default is pdflatex and when in the later case latex is
1692 # chosen this is overwritten by pdflatex. For specific output languages the
1695 # This tag requires that the tag GENERATE_LATEX is set to YES.
1701 # Note: This tag is used in the Makefile / make.bat.
1704 # The default file is: makeindex.
1705 # This tag requires that the tag GENERATE_LATEX is set to YES.
1710 # generate index for LaTeX. In case there is no backslash (\) as first character
1712 # Note: This tag is used in the generated output file (.tex).
1714 # The default value is: makeindex.
1715 # This tag requires that the tag GENERATE_LATEX is set to YES.
1719 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1722 # The default value is: NO.
1723 # This tag requires that the tag GENERATE_LATEX is set to YES.
1727 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1731 # The default value is: a4.
1732 # This tag requires that the tag GENERATE_LATEX is set to YES.
1744 # This tag requires that the tag GENERATE_LATEX is set to YES.
1750 # chapter. If it is left blank doxygen will generate a standard header. See
1758 # string, for the replacement values of the other commands the user is referred
1760 # This tag requires that the tag GENERATE_LATEX is set to YES.
1766 # chapter. If it is left blank doxygen will generate a standard footer. See
1771 # This tag requires that the tag GENERATE_LATEX is set to YES.
1779 # Note: The order of the extra style sheet files is of importance (e.g. the last
1782 # This tag requires that the tag GENERATE_LATEX is set to YES.
1788 # directory. Note that the files will be copied as-is; there are no commands or
1790 # This tag requires that the tag GENERATE_LATEX is set to YES.
1794 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1798 # The default value is: YES.
1799 # This tag requires that the tag GENERATE_LATEX is set to YES.
1803 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1806 # The default value is: YES.
1807 # This tag requires that the tag GENERATE_LATEX is set to YES.
1811 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1813 # if errors occur, instead of asking the user for help. This option is also used
1815 # The default value is: NO.
1816 # This tag requires that the tag GENERATE_LATEX is set to YES.
1820 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1822 # The default value is: NO.
1823 # This tag requires that the tag GENERATE_LATEX is set to YES.
1827 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1832 # The default value is: NO.
1833 # This tag requires that the tag GENERATE_LATEX is set to YES.
1840 # The default value is: plain.
1841 # This tag requires that the tag GENERATE_LATEX is set to YES.
1845 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1848 # The default value is: NO.
1849 # This tag requires that the tag GENERATE_LATEX is set to YES.
1853 # The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute)
1854 # path from which the emoji images will be read. If a relative path is entered,
1857 # This tag requires that the tag GENERATE_LATEX is set to YES.
1865 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1866 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
1868 # The default value is: NO.
1872 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
1873 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1875 # The default directory is: rtf.
1876 # This tag requires that the tag GENERATE_RTF is set to YES.
1880 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1883 # The default value is: NO.
1884 # This tag requires that the tag GENERATE_RTF is set to YES.
1888 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1895 # The default value is: NO.
1896 # This tag requires that the tag GENERATE_RTF is set to YES.
1900 # Load stylesheet definitions from file. Syntax is similar to doxygen's
1906 # This tag requires that the tag GENERATE_RTF is set to YES.
1910 # Set optional variables used in the generation of an RTF document. Syntax is
1913 # This tag requires that the tag GENERATE_RTF is set to YES.
1917 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1922 # The default value is: NO.
1923 # This tag requires that the tag GENERATE_RTF is set to YES.
1931 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1933 # The default value is: NO.
1937 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1938 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1941 # The default directory is: man.
1942 # This tag requires that the tag GENERATE_MAN is set to YES.
1946 # The MAN_EXTENSION tag determines the extension that is added to the generated
1948 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
1950 # The default value is: .3.
1951 # This tag requires that the tag GENERATE_MAN is set to YES.
1958 # This tag requires that the tag GENERATE_MAN is set to YES.
1962 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1966 # The default value is: NO.
1967 # This tag requires that the tag GENERATE_MAN is set to YES.
1975 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1977 # The default value is: NO.
1981 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1982 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1984 # The default directory is: xml.
1985 # This tag requires that the tag GENERATE_XML is set to YES.
1989 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1993 # The default value is: YES.
1994 # This tag requires that the tag GENERATE_XML is set to YES.
1998 # If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
2000 # The default value is: NO.
2001 # This tag requires that the tag GENERATE_XML is set to YES.
2009 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
2011 # The default value is: NO.
2015 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
2016 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
2018 # The default directory is: docbook.
2019 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2023 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
2027 # The default value is: NO.
2028 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2036 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2039 # is still experimental and incomplete at the moment.
2040 # The default value is: NO.
2048 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2051 # Note that this feature is still experimental and incomplete at the moment.
2052 # The default value is: NO.
2056 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2059 # The default value is: NO.
2060 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2064 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2065 # formatted so it can be parsed by a human reader. This is useful if you want to
2066 # understand what is going on. On the other hand, if this tag is set to NO, the
2069 # The default value is: YES.
2070 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2075 # prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
2078 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2086 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2088 # The default value is: YES.
2092 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2096 # The default value is: NO.
2097 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2102 # the macro expansion is limited to the macros specified with the PREDEFINED and
2104 # The default value is: NO.
2105 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2109 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2110 # INCLUDE_PATH will be searched if a #include is found.
2111 # The default value is: YES.
2112 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2119 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2127 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2132 # defined before the preprocessor is started (similar to the -D option of e.g.
2133 # gcc). The argument of the tag is a list of macros of the form: name or
2135 # is assumed. To prevent a macro definition from being undefined via #undef or
2137 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2143 # macro definition that is found in the sources will be used. Use the PREDEFINED
2146 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2150 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2155 # The default value is: YES.
2156 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2166 # a tag file without this location is as follows:
2168 # Adding location for the tag files is done as follows:
2174 # the path). If a tag file is not located in the directory in which doxygen is
2179 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
2180 # tag file that is based on the input files it reads. See section "Linking to
2185 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2188 # The default value is: NO.
2192 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2195 # The default value is: YES.
2199 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2202 # The default value is: YES.
2210 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2213 # disabled, but it is recommended to install and use dot, since it yields more
2215 # The default value is: YES.
2222 # If left empty dia is assumed to be found in the default search path.
2227 # and usage relations if the target is undocumented or is not a class.
2228 # The default value is: YES.
2232 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2233 # available from the path. This tool is part of Graphviz (see:
2235 # Bell Labs. The other options in this section have no effect if this option is
2237 # The default value is: YES.
2241 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2247 # This tag requires that the tag HAVE_DOT is set to YES.
2253 # sure dot is able to find the font, which can be done by putting it in a
2256 # The default value is: Helvetica.
2257 # This tag requires that the tag HAVE_DOT is set to YES.
2264 # This tag requires that the tag HAVE_DOT is set to YES.
2271 # This tag requires that the tag HAVE_DOT is set to YES.
2275 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2278 # The default value is: YES.
2279 # This tag requires that the tag HAVE_DOT is set to YES.
2283 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2287 # The default value is: YES.
2288 # This tag requires that the tag HAVE_DOT is set to YES.
2292 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2294 # The default value is: YES.
2295 # This tag requires that the tag HAVE_DOT is set to YES.
2299 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2302 # The default value is: NO.
2303 # This tag requires that the tag HAVE_DOT is set to YES.
2307 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
2312 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2313 # but if the number exceeds 15, the total amount of fields shown is limited to
2316 # This tag requires that the tag HAVE_DOT is set to YES.
2320 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2323 # The default value is: NO.
2324 # This tag requires that the tag HAVE_DOT is set to YES.
2332 # The default value is: YES.
2333 # This tag requires that the tag HAVE_DOT is set to YES.
2341 # The default value is: YES.
2342 # This tag requires that the tag HAVE_DOT is set to YES.
2346 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2353 # The default value is: NO.
2354 # This tag requires that the tag HAVE_DOT is set to YES.
2358 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2365 # The default value is: NO.
2366 # This tag requires that the tag HAVE_DOT is set to YES.
2370 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2372 # The default value is: YES.
2373 # This tag requires that the tag HAVE_DOT is set to YES.
2377 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2381 # The default value is: YES.
2382 # This tag requires that the tag HAVE_DOT is set to YES.
2398 # The default value is: png.
2399 # This tag requires that the tag HAVE_DOT is set to YES.
2403 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2410 # The default value is: NO.
2411 # This tag requires that the tag HAVE_DOT is set to YES.
2416 # found. If left blank, it is assumed the dot tool can be found in the path.
2417 # This tag requires that the tag HAVE_DOT is set to YES.
2424 # This tag requires that the tag HAVE_DOT is set to YES.
2441 # path where java can find the plantuml.jar file. If left blank, it is assumed
2442 # PlantUML is not used or called during a preprocessing step. Doxygen will
2460 # larger than this value, doxygen will truncate the graph, which is visualized
2462 # children of the root node in a graph is already larger than
2466 # This tag requires that the tag HAVE_DOT is set to YES.
2478 # This tag requires that the tag HAVE_DOT is set to YES.
2483 # background. This is disabled by default, because dot on Windows does not seem
2489 # The default value is: NO.
2490 # This tag requires that the tag HAVE_DOT is set to YES.
2497 # this, this feature is disabled by default.
2498 # The default value is: NO.
2499 # This tag requires that the tag HAVE_DOT is set to YES.
2503 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2506 # The default value is: YES.
2507 # This tag requires that the tag HAVE_DOT is set to YES.
2511 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2513 # The default value is: YES.
2514 # This tag requires that the tag HAVE_DOT is set to YES.