• Home
  • Raw
  • Download

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 # that follow. The default is UTF-8 which is also the encoding used for all text
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 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
99 # The default value is: YES.
103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
108 # The default value is: YES.
112 # This tag implements a quasi-intelligent brief description abbreviator that is
115 # and the result, after processing the whole list, is used as the annotated
116 # text. Otherwise, the brief description is used as-is. If left blank, the
117 # following values are used ($name is automatically replaced with the name of
118 # the entity):The $name class, The $name widget, The $name file, is, provides,
124 is \
134 # doxygen will generate a detailed section even if there is only a brief
136 # The default value is: NO.
140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
144 # The default value is: NO.
148 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
151 # The default value is: YES.
156 # Stripping is only done if one of the specified strings matches the left-hand
158 # If left blank the directory from which doxygen is run is used as the path to
162 # will be relative from the directory where doxygen is started.
163 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
170 # the header file containing the class definition is used. Otherwise one should
176 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
177 # less readable) file names. This can be useful is your file systems doesn't
179 # The default value is: NO.
183 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
188 # The default value is: NO.
192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
196 # The default value is: NO.
202 # a brief description. This used to be the default behavior. The new default is
208 # The default value is: NO.
212 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
214 # The default value is: YES.
218 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
221 # The default value is: NO.
250 # only. Doxygen will then generate output that is more tailored for C. For
253 # The default value is: NO.
258 # Python sources only. Doxygen will then generate output that is more tailored
261 # The default value is: NO.
266 # sources. Doxygen will then generate output that is tailored for Fortran.
267 # The default value is: NO.
272 # sources. Doxygen will then generate output that is tailored for VHDL.
273 # The default value is: NO.
280 # using this tag. The format is ext=language, where ext is a file extension, and
281 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
284 # Fortran. In the later case the parser tries to guess whether the code is fixed
285 # or free formatted code, this is the default for Fortran type files), VHDL. For
286 # instance to make doxygen treat .inc files as Fortran files (default is PHP),
287 # and .f files as C (default is Fortran), use: inc=Fortran f=C.
296 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
299 # The output of markdown processing is further processed by doxygen, so you can
302 # The default value is: YES.
306 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
311 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
319 # The default value is: YES.
329 # The default value is: NO.
335 # The default value is: NO.
342 # of private inheritance when no explicit protection keyword is present.
343 # The default value is: NO.
351 # type. If this is not the case, or you want to show the methods anyway, you
353 # The default value is: YES.
357 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
358 # tag is set to YES then doxygen will reuse the documentation of the first
361 # The default value is: NO.
365 # If one adds a struct or class to a group and this option is enabled, then also
366 # any nested class or struct is added to the same group. By default this option
367 # is disabled and one has to add nested compounds explicitly via \ingroup.
368 # The default value is: NO.
377 # The default value is: YES.
381 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
388 # The default value is: NO.
392 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
395 # namespace, or group documentation), provided this scope is documented. If set
398 # The default value is: NO.
402 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
403 # enum is documented as struct, union, or enum with the name of the typedef. So
408 # types are typedef'ed and only the typedef is referenced, never the tag name.
409 # The default value is: NO.
414 # cache is used to resolve symbols given their name and scope. Since this can be
416 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
417 # doxygen will become slower. If the cache is too large, memory is wasted. The
418 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
419 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
430 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
435 # normally produced when WARNINGS is set to YES.
436 # The default value is: NO.
440 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
442 # The default value is: NO.
446 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
448 # The default value is: NO.
452 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
454 # The default value is: NO.
458 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
462 # The default value is: YES.
466 # This flag is only useful for Objective-C code. If set to YES, local methods,
470 # The default value is: NO.
474 # If this flag is set to YES, the members of anonymous namespaces will be
479 # The default value is: NO.
483 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
486 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
487 # The default value is: NO.
491 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
494 # has no effect if EXTRACT_ALL is enabled.
495 # The default value is: NO.
499 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
502 # The default value is: NO.
506 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
509 # The default value is: NO.
513 # The INTERNAL_DOCS tag determines if documentation that is typed after a
514 # \internal command is included. If the tag is set to NO then the documentation
516 # The default value is: NO.
520 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
522 # allowed. This is useful if you have classes or files whose names only differ
525 # The default value is: system dependent.
529 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
532 # The default value is: NO.
536 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
539 # The default value is: NO.
543 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
545 # The default value is: YES.
549 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
552 # The default value is: NO.
556 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
558 # The default value is: NO.
562 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
564 # The default value is: YES.
568 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
571 # The default value is: YES.
575 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
579 # The default value is: NO.
583 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
587 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
589 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
591 # The default value is: NO.
595 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
598 # The default value is: NO.
602 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
605 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
608 # The default value is: NO.
612 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
614 # the prototype and the implementation of a member function even if there is
615 # only one candidate or it is obvious which candidate to choose by doing a
618 # The default value is: NO.
623 # list. This list is created by putting \todo commands in the documentation.
624 # The default value is: YES.
629 # list. This list is created by putting \test commands in the documentation.
630 # The default value is: YES.
635 # list. This list is created by putting \bug commands in the documentation.
636 # The default value is: YES.
641 # the deprecated list. This list is created by putting \deprecated commands in
643 # The default value is: YES.
667 # The default value is: YES.
674 # The default value is: YES.
681 # The default value is: YES.
688 # popen()) the command command input-file, where command is the value of the
689 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
690 # by doxygen. Whatever the program writes to standard output is used as the file
704 # tag is left empty.
710 # extension is automatically appended if omitted. This requires the bibtex tool
723 # standard output by doxygen. If QUIET is set to YES this implies that the
725 # The default value is: NO.
730 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
734 # The default value is: YES.
738 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
739 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
741 # The default value is: YES.
745 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
749 # The default value is: YES.
757 # The default value is: NO.
761 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
762 # a warning is encountered.
763 # The default value is: NO.
773 # The default value is: $file:$line: $text.
778 # messages should be written. If left blank the output is written to standard
787 # The INPUT tag is used to specify the files and/or directories that contain
791 # Note: If this tag is empty the current directory is searched.
800 # The default value is: UTF-8.
865 # The default value is: NO.
871 # subdirectory from a directory tree whose root is specified with the INPUT tag.
873 # Note that relative paths are relative to the directory from which doxygen is
881 # The default value is: NO.
897 # wildcard * is used, a substring. Examples: ANamespace, AClass,
918 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
921 # The default value is: NO.
937 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
939 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
942 # Note that the filter must not add or remove lines; it is applied before the
943 # code is scanned, but not when the output code is generated. If lines are added
954 # filter if there is a match. The filters are a list of the form: pattern=filter
956 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
957 # patterns match the file name, INPUT_FILTER is applied.
965 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
967 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
968 # The default value is: NO.
974 # it is also possible to disable source filtering for a specific pattern using
976 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
981 # is part of the input, its contents will be placed on the main page
991 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
995 # also VERBATIM_HEADERS is set to NO.
996 # The default value is: NO.
1002 # The default value is: NO.
1009 # The default value is: YES.
1013 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1015 # The default value is: NO.
1019 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1021 # The default value is: NO.
1025 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1029 # The default value is: YES.
1033 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
1038 # The default value is: YES.
1039 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1043 # If the USE_HTAGS tag is set to YES then the references to source code will
1045 # source browser. The htags tool is part of GNU's global source tagging system
1060 # The default value is: NO.
1061 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1065 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1066 # verbatim copy of the header file for each class for which an include is
1069 # The default value is: YES.
1073 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1080 # The default value is: NO.
1084 # If clang assisted parsing is enabled you can provide the compiler with command
1088 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1096 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1099 # The default value is: YES.
1106 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1114 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1122 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1123 # The default value is: YES.
1127 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1128 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1130 # The default directory is: html.
1131 # This tag requires that the tag GENERATE_HTML is set to YES.
1137 # The default value is: .html.
1138 # This tag requires that the tag GENERATE_HTML is set to YES.
1143 # each generated HTML page. If the tag is left blank doxygen will generate a
1147 # that doxygen needs, which is dependent on the configuration options used (e.g.
1148 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a
1155 # Note: The header is subject to change so you typically have to regenerate the
1158 # This tag requires that the tag GENERATE_HTML is set to YES.
1163 # generated HTML page. If the tag is left blank doxygen will generate a standard
1168 # This tag requires that the tag GENERATE_HTML is set to YES.
1173 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1177 # Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
1178 # it is more robust and this tag (HTML_STYLESHEET) will in the future become
1180 # This tag requires that the tag GENERATE_HTML is set to YES.
1187 # This is preferred over using HTML_STYLESHEET since it does not replace the
1188 # standard style sheet and is therefore more robust against future updates.
1190 # Note: The order of the extra style sheet files is of importance (e.g. the last
1193 # This tag requires that the tag GENERATE_HTML is set to YES.
1202 # files will be copied as-is; there are no commands or markers available.
1203 # This tag requires that the tag GENERATE_HTML is set to YES.
1209 # this color. Hue is specified as an angle on a colorwheel, see
1211 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
1212 # purple, and 360 is red again.
1214 # This tag requires that the tag GENERATE_HTML is set to YES.
1222 # This tag requires that the tag GENERATE_HTML is set to YES.
1229 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
1233 # This tag requires that the tag GENERATE_HTML is set to YES.
1237 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1240 # documentation is up to date.
1241 # The default value is: NO.
1242 # This tag requires that the tag GENERATE_HTML is set to YES.
1246 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1249 # The default value is: NO.
1250 # This tag requires that the tag GENERATE_HTML is set to YES.
1259 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1263 # This tag requires that the tag GENERATE_HTML is set to YES.
1267 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1276 # The default value is: NO.
1277 # This tag requires that the tag GENERATE_HTML is set to YES.
1284 # The default value is: Doxygen generated docs.
1285 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1292 # The default value is: org.doxygen.Project.
1293 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1300 # The default value is: org.doxygen.Publisher.
1301 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1306 # The default value is: Publisher.
1307 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1311 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1313 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
1324 # The default value is: NO.
1325 # This tag requires that the tag GENERATE_HTML is set to YES.
1332 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1340 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1344 # The GENERATE_CHI flag controls if a separate .chi index file is generated
1346 # The default value is: NO.
1347 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1351 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
1353 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1357 # The BINARY_TOC flag controls whether a binary table of contents is generated
1360 # The default value is: NO.
1361 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1367 # The default value is: NO.
1368 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1372 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1376 # The default value is: NO.
1377 # This tag requires that the tag GENERATE_HTML is set to YES.
1381 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
1382 # the file name of the resulting .qch file. The path specified is relative to
1384 # This tag requires that the tag GENERATE_QHP is set to YES.
1391 # The default value is: org.doxygen.Project.
1392 # This tag requires that the tag GENERATE_QHP is set to YES.
1400 # The default value is: doc.
1401 # This tag requires that the tag GENERATE_QHP is set to YES.
1405 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1409 # This tag requires that the tag GENERATE_QHP is set to YES.
1417 # This tag requires that the tag GENERATE_QHP is set to YES.
1424 # This tag requires that the tag GENERATE_QHP is set to YES.
1431 # This tag requires that the tag GENERATE_QHP is set to YES.
1435 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1442 # The default value is: NO.
1443 # This tag requires that the tag GENERATE_HTML is set to YES.
1450 # The default value is: org.doxygen.Project.
1451 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1461 # The default value is: NO.
1462 # This tag requires that the tag GENERATE_HTML is set to YES.
1466 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1468 # value is set to YES, a side panel will be generated containing a tree-like
1469 # index structure (just like the one that is generated for HTML Help). For this
1470 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
1478 # The default value is: NO.
1479 # This tag requires that the tag GENERATE_HTML is set to YES.
1489 # This tag requires that the tag GENERATE_HTML is set to YES.
1493 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
1494 # to set the initial width (in pixels) of the frame in which the tree is shown.
1496 # This tag requires that the tag GENERATE_HTML is set to YES.
1500 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1502 # The default value is: NO.
1503 # This tag requires that the tag GENERATE_HTML is set to YES.
1512 # This tag requires that the tag GENERATE_HTML is set to YES.
1522 # The default value is: YES.
1523 # This tag requires that the tag GENERATE_HTML is set to YES.
1533 # The default value is: NO.
1534 # This tag requires that the tag GENERATE_HTML is set to YES.
1538 # When MathJax is enabled you can set the default output format to be used for
1541 # Possible values are: HTML-CSS (which is slower, but has the best
1543 # The default value is: HTML-CSS.
1544 # This tag requires that the tag USE_MATHJAX is set to YES.
1548 # When MathJax is enabled you need to specify the location relative to the HTML
1551 # is located at the same level as the HTML output directory, then
1554 # MathJax. However, it is strongly recommended to install a local copy of
1556 # The default value is: http://cdn.mathjax.org/mathjax/latest.
1557 # This tag requires that the tag USE_MATHJAX is set to YES.
1564 # 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.
1576 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1580 # there is already a search function so this one should typically be disabled.
1582 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
1584 # (what the <access key> is depends on the OS and browser, but it is typically
1588 # the search. The filter options can be selected when the cursor is inside the
1592 # The default value is: YES.
1593 # This tag requires that the tag GENERATE_HTML is set to YES.
1597 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1601 # an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
1604 # The default value is: NO.
1605 # This tag requires that the tag SEARCHENGINE is set to YES.
1609 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1620 # The default value is: NO.
1621 # This tag requires that the tag SEARCHENGINE is set to YES.
1626 # which will return the search results when EXTERNAL_SEARCH is enabled.
1632 # This tag requires that the tag SEARCHENGINE is set to YES.
1637 # search data is written to a file for indexing by an external tool. With the
1639 # The default file is: searchdata.xml.
1640 # This tag requires that the tag SEARCHENGINE is set to YES.
1645 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
1648 # This tag requires that the tag SEARCHENGINE is set to YES.
1656 # to a relative location where the documentation can be found. The format is:
1658 # This tag requires that the tag SEARCHENGINE is set to YES.
1666 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1667 # The default value is: YES.
1671 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1672 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1674 # The default directory is: latex.
1675 # This tag requires that the tag GENERATE_LATEX is set to YES.
1682 # Note that when enabling USE_PDFLATEX this option is only used for generating
1683 # bitmaps for formulas in the HTML output, but not in the Makefile that is
1685 # The default file is: latex.
1686 # This tag requires that the tag GENERATE_LATEX is set to YES.
1692 # The default file is: makeindex.
1693 # This tag requires that the tag GENERATE_LATEX is set to YES.
1697 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1700 # The default value is: NO.
1701 # This tag requires that the tag GENERATE_LATEX is set to YES.
1705 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1709 # The default value is: a4.
1710 # This tag requires that the tag GENERATE_LATEX is set to YES.
1722 # This tag requires that the tag GENERATE_LATEX is set to YES.
1728 # chapter. If it is left blank doxygen will generate a standard header. See
1736 # string, for the replacement values of the other commands the user is referred
1738 # This tag requires that the tag GENERATE_LATEX is set to YES.
1744 # chapter. If it is left blank doxygen will generate a standard footer. See
1749 # This tag requires that the tag GENERATE_LATEX is set to YES.
1757 # Note: The order of the extra style sheet files is of importance (e.g. the last
1760 # This tag requires that the tag GENERATE_LATEX is set to YES.
1766 # directory. Note that the files will be copied as-is; there are no commands or
1768 # This tag requires that the tag GENERATE_LATEX is set to YES.
1772 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1776 # The default value is: YES.
1777 # This tag requires that the tag GENERATE_LATEX is set to YES.
1781 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1784 # The default value is: YES.
1785 # This tag requires that the tag GENERATE_LATEX is set to YES.
1789 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1791 # if errors occur, instead of asking the user for help. This option is also used
1793 # The default value is: NO.
1794 # This tag requires that the tag GENERATE_LATEX is set to YES.
1798 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1800 # The default value is: NO.
1801 # This tag requires that the tag GENERATE_LATEX is set to YES.
1805 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1810 # The default value is: NO.
1811 # This tag requires that the tag GENERATE_LATEX is set to YES.
1818 # The default value is: plain.
1819 # This tag requires that the tag GENERATE_LATEX is set to YES.
1823 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1826 # The default value is: NO.
1827 # This tag requires that the tag GENERATE_LATEX is set to YES.
1835 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1836 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
1838 # The default value is: NO.
1842 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
1843 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1845 # The default directory is: rtf.
1846 # This tag requires that the tag GENERATE_RTF is set to YES.
1850 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1853 # The default value is: NO.
1854 # This tag requires that the tag GENERATE_RTF is set to YES.
1858 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1865 # The default value is: NO.
1866 # This tag requires that the tag GENERATE_RTF is set to YES.
1870 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1876 # This tag requires that the tag GENERATE_RTF is set to YES.
1880 # Set optional variables used in the generation of an RTF document. Syntax is
1883 # This tag requires that the tag GENERATE_RTF is set to YES.
1887 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1892 # The default value is: NO.
1893 # This tag requires that the tag GENERATE_RTF is set to YES.
1901 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1903 # The default value is: NO.
1907 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1908 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1911 # The default directory is: man.
1912 # This tag requires that the tag GENERATE_MAN is set to YES.
1916 # The MAN_EXTENSION tag determines the extension that is added to the generated
1918 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
1920 # The default value is: .3.
1921 # This tag requires that the tag GENERATE_MAN is set to YES.
1928 # This tag requires that the tag GENERATE_MAN is set to YES.
1932 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1936 # The default value is: NO.
1937 # This tag requires that the tag GENERATE_MAN is set to YES.
1945 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1947 # The default value is: NO.
1951 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1952 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1954 # The default directory is: xml.
1955 # This tag requires that the tag GENERATE_XML is set to YES.
1959 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1963 # The default value is: YES.
1964 # This tag requires that the tag GENERATE_XML is set to YES.
1972 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1974 # The default value is: NO.
1978 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
1979 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
1981 # The default directory is: docbook.
1982 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1986 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1990 # The default value is: NO.
1991 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1999 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2001 # structure of the code including all documentation. Note that this feature is
2003 # The default value is: NO.
2011 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2014 # Note that this feature is still experimental and incomplete at the moment.
2015 # The default value is: NO.
2019 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2022 # The default value is: NO.
2023 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2027 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2028 # formatted so it can be parsed by a human reader. This is useful if you want to
2029 # understand what is going on. On the other hand, if this tag is set to NO, the
2032 # The default value is: YES.
2033 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2038 # prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
2041 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2049 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2051 # The default value is: YES.
2055 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2059 # The default value is: NO.
2060 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2065 # the macro expansion is limited to the macros specified with the PREDEFINED and
2067 # The default value is: NO.
2068 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2072 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2073 # INCLUDE_PATH will be searched if a #include is found.
2074 # The default value is: YES.
2075 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2082 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2090 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2095 # defined before the preprocessor is started (similar to the -D option of e.g.
2096 # gcc). The argument of the tag is a list of macros of the form: name or
2098 # is assumed. To prevent a macro definition from being undefined via #undef or
2100 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2106 # macro definition that is found in the sources will be used. Use the PREDEFINED
2109 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2113 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2118 # The default value is: YES.
2119 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2129 # a tag file without this location is as follows:
2131 # Adding location for the tag files is done as follows:
2137 # the path). If a tag file is not located in the directory in which doxygen is
2142 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
2143 # tag file that is based on the input files it reads. See section "Linking to
2148 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2151 # The default value is: NO.
2155 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2158 # The default value is: YES.
2162 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2165 # The default value is: YES.
2171 # The default file (with absolute path) is: /usr/bin/perl.
2179 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2182 # disabled, but it is recommended to install and use dot, since it yields more
2184 # The default value is: YES.
2192 # the mscgen tool resides. If left empty the tool is assumed to be found in the
2200 # If left empty dia is assumed to be found in the default search path.
2205 # and usage relations if the target is undocumented or is not a class.
2206 # The default value is: YES.
2210 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2211 # available from the path. This tool is part of Graphviz (see:
2213 # Bell Labs. The other options in this section have no effect if this option is
2215 # The default value is: YES.
2219 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2225 # This tag requires that the tag HAVE_DOT is set to YES.
2231 # sure dot is able to find the font, which can be done by putting it in a
2234 # The default value is: Helvetica.
2235 # This tag requires that the tag HAVE_DOT is set to YES.
2242 # This tag requires that the tag HAVE_DOT is set to YES.
2249 # This tag requires that the tag HAVE_DOT is set to YES.
2253 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2256 # The default value is: YES.
2257 # This tag requires that the tag HAVE_DOT is set to YES.
2261 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2265 # The default value is: YES.
2266 # This tag requires that the tag HAVE_DOT is set to YES.
2270 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2272 # The default value is: YES.
2273 # This tag requires that the tag HAVE_DOT is set to YES.
2277 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2280 # The default value is: NO.
2281 # This tag requires that the tag HAVE_DOT is set to YES.
2285 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
2290 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2291 # but if the number exceeds 15, the total amount of fields shown is limited to
2294 # This tag requires that the tag HAVE_DOT is set to YES.
2298 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2301 # The default value is: NO.
2302 # This tag requires that the tag HAVE_DOT is set to YES.
2310 # The default value is: YES.
2311 # This tag requires that the tag HAVE_DOT is set to YES.
2319 # The default value is: YES.
2320 # This tag requires that the tag HAVE_DOT is set to YES.
2324 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2331 # The default value is: NO.
2332 # This tag requires that the tag HAVE_DOT is set to YES.
2336 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2343 # The default value is: NO.
2344 # This tag requires that the tag HAVE_DOT is set to YES.
2348 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2350 # The default value is: YES.
2351 # This tag requires that the tag HAVE_DOT is set to YES.
2355 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2359 # The default value is: YES.
2360 # This tag requires that the tag HAVE_DOT is set to YES.
2376 # The default value is: png.
2377 # This tag requires that the tag HAVE_DOT is set to YES.
2381 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2388 # The default value is: NO.
2389 # This tag requires that the tag HAVE_DOT is set to YES.
2394 # found. If left blank, it is assumed the dot tool can be found in the path.
2395 # This tag requires that the tag HAVE_DOT is set to YES.
2402 # This tag requires that the tag HAVE_DOT is set to YES.
2419 # path where java can find the plantuml.jar file. If left blank, it is assumed
2420 # PlantUML is not used or called during a preprocessing step. Doxygen will
2438 # larger than this value, doxygen will truncate the graph, which is visualized
2440 # children of the root node in a graph is already larger than
2444 # This tag requires that the tag HAVE_DOT is set to YES.
2456 # This tag requires that the tag HAVE_DOT is set to YES.
2461 # background. This is disabled by default, because dot on Windows does not seem
2467 # The default value is: NO.
2468 # This tag requires that the tag HAVE_DOT is set to YES.
2475 # this, this feature is disabled by default.
2476 # The default value is: NO.
2477 # This tag requires that the tag HAVE_DOT is set to YES.
2481 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2484 # The default value is: YES.
2485 # This tag requires that the tag HAVE_DOT is set to YES.
2489 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2491 # The default value is: YES.
2492 # This tag requires that the tag HAVE_DOT is set to YES.