• Home
  • Raw
  • Download

Lines Matching full: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 an logo or icon that is included in
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 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
74 # documentation generated by doxygen is written. Doxygen will use this
82 # The default value is: English.
86 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
89 # The default value is: YES.
93 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
98 # The default value is: YES.
102 # This tag implements a quasi-intelligent brief description abbreviator that is
105 # and the result, after processing the whole list, is used as the annotated
106 # text. Otherwise, the brief description is used as-is. If left blank, the
107 # following values are used ($name is automatically replaced with the name of
108 # the entity):The $name class, The $name widget, The $name file, is, provides,
114 is \
124 # doxygen will generate a detailed section even if there is only a brief
126 # The default value is: NO.
130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
134 # The default value is: NO.
138 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
141 # The default value is: YES.
146 # Stripping is only done if one of the specified strings matches the left-hand
148 # If left blank the directory from which doxygen is run is used as the path to
152 # will be relative from the directory where doxygen is started.
153 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
160 # the header file containing the class definition is used. Otherwise one should
166 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
167 # less readable) file names. This can be useful is your file systems doesn't
169 # The default value is: NO.
173 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
178 # The default value is: NO.
182 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
186 # The default value is: NO.
192 # a brief description. This used to be the default behavior. The new default is
198 # The default value is: NO.
202 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
204 # The default value is: YES.
208 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
211 # The default value is: NO.
243 # only. Doxygen will then generate output that is more tailored for C. For
246 # The default value is: NO.
251 # Python sources only. Doxygen will then generate output that is more tailored
254 # The default value is: NO.
259 # sources. Doxygen will then generate output that is tailored for Fortran.
260 # The default value is: NO.
265 # sources. Doxygen will then generate output that is tailored for VHDL.
266 # The default value is: NO.
273 # using this tag. The format is ext=language, where ext is a file extension, and
274 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
276 # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
277 # (default is Fortran), use: inc=Fortran f=C.
286 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
289 # The output of markdown processing is further processed by doxygen, so you can
292 # The default value is: YES.
300 # The default value is: YES.
310 # The default value is: NO.
316 # The default value is: NO.
323 # of private inheritance when no explicit protection keyword is present.
324 # The default value is: NO.
332 # type. If this is not the case, or you want to show the methods anyway, you
334 # The default value is: YES.
338 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
339 # tag is set to YES, then doxygen will reuse the documentation of the first
342 # The default value is: NO.
351 # The default value is: YES.
355 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
362 # The default value is: NO.
366 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
369 # namespace, or group documentation), provided this scope is documented. If set
372 # The default value is: NO.
376 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
377 # enum is documented as struct, union, or enum with the name of the typedef. So
382 # types are typedef'ed and only the typedef is referenced, never the tag name.
383 # The default value is: NO.
388 # cache is used to resolve symbols given their name and scope. Since this can be
390 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
391 # doxygen will become slower. If the cache is too large, memory is wasted. The
392 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
393 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
404 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
409 # normally produced when WARNINGS is set to YES.
410 # The default value is: NO.
414 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
416 # The default value is: NO.
420 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
422 # The default value is: NO.
426 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be
428 # The default value is: NO.
432 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
436 # The default value is: YES.
440 # This flag is only useful for Objective-C code. When set to YES local methods,
444 # The default value is: NO.
448 # If this flag is set to YES, the members of anonymous namespaces will be
453 # The default value is: NO.
457 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
460 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
461 # The default value is: NO.
465 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
468 # no effect if EXTRACT_ALL is enabled.
469 # The default value is: NO.
473 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
476 # The default value is: NO.
480 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
483 # The default value is: NO.
487 # The INTERNAL_DOCS tag determines if documentation that is typed after a
488 # \internal command is included. If the tag is set to NO then the documentation
490 # The default value is: NO.
494 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
496 # allowed. This is useful if you have classes or files whose names only differ
499 # The default value is: system dependent.
503 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
506 # The default value is: NO.
510 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
512 # The default value is: YES.
516 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
518 # The default value is: NO.
522 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
524 # The default value is: YES.
528 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
531 # The default value is: YES.
535 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
538 # The default value is: NO.
542 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
546 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
548 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
550 # The default value is: NO.
554 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
557 # The default value is: NO.
561 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
564 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
567 # The default value is: NO.
571 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
573 # the prototype and the implementation of a member function even if there is
574 # only one candidate or it is obvious which candidate to choose by doing a
577 # The default value is: NO.
582 # todo list. This list is created by putting \todo commands in the
584 # The default value is: YES.
589 # test list. This list is created by putting \test commands in the
591 # The default value is: YES.
596 # list. This list is created by putting \bug commands in the documentation.
597 # The default value is: YES.
602 # the deprecated list. This list is created by putting \deprecated commands in
604 # The default value is: YES.
628 # The default value is: YES.
635 # The default value is: YES.
642 # The default value is: YES.
649 # popen()) the command command input-file, where command is the value of the
650 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
651 # by doxygen. Whatever the program writes to standard output is used as the file
665 # tag is left empty.
671 # extension is automatically appended if omitted. This requires the bibtex tool
685 # standard output by doxygen. If QUIET is set to YES this implies that the
687 # The default value is: NO.
692 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
696 # The default value is: YES.
700 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
701 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
703 # The default value is: YES.
707 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
711 # The default value is: YES.
719 # The default value is: NO.
729 # The default value is: $file:$line: $text.
734 # messages should be written. If left blank the output is written to standard
743 # The INPUT tag is used to specify the files and/or directories that contain
747 # Note: If this tag is empty the current directory is searched.
758 # The default value is: UTF-8.
778 # The default value is: NO.
784 # subdirectory from a directory tree whose root is specified with the INPUT tag.
786 # Note that relative paths are relative to the directory from which doxygen is
794 # The default value is: NO.
810 # wildcard * is used, a substring. Examples: ANamespace, AClass,
831 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
834 # The default value is: NO.
850 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
852 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
855 # Note that the filter must not add or remove lines; it is applied before the
856 # code is scanned, but not when the output code is generated. If lines are added
863 # filter if there is a match. The filters are a list of the form: pattern=filter
865 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
866 # patterns match the file name, INPUT_FILTER is applied.
870 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
872 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
873 # The default value is: NO.
879 # it is also possible to disable source filtering for a specific pattern using
881 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
886 # is part of the input, its contents will be placed on the main page
896 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
900 # also VERBATIM_HEADERS is set to NO.
901 # The default value is: NO.
907 # The default value is: NO.
914 # The default value is: YES.
918 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
920 # The default value is: NO.
924 # If the REFERENCES_RELATION tag is set to YES then for each documented function
926 # The default value is: NO.
930 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
934 # The default value is: YES.
938 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
943 # The default value is: YES.
944 # This tag requires that the tag SOURCE_BROWSER is set to YES.
948 # If the USE_HTAGS tag is set to YES then the references to source code will
950 # source browser. The htags tool is part of GNU's global source tagging system
965 # The default value is: NO.
966 # This tag requires that the tag SOURCE_BROWSER is set to YES.
970 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
971 # verbatim copy of the header file for each class for which an include is
974 # The default value is: YES.
982 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
985 # The default value is: YES.
992 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1000 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1008 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1009 # The default value is: YES.
1013 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1014 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1016 # The default directory is: html.
1017 # This tag requires that the tag GENERATE_HTML is set to YES.
1023 # The default value is: .html.
1024 # This tag requires that the tag GENERATE_HTML is set to YES.
1029 # each generated HTML page. If the tag is left blank doxygen will generate a
1033 # that doxygen needs, which is dependent on the configuration options used (e.g.
1034 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a
1041 # Note: The header is subject to change so you typically have to regenerate the
1044 # This tag requires that the tag GENERATE_HTML is set to YES.
1049 # generated HTML page. If the tag is left blank doxygen will generate a standard
1054 # This tag requires that the tag GENERATE_HTML is set to YES.
1059 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1063 # Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
1064 # it is more robust and this tag (HTML_STYLESHEET) will in the future become
1066 # This tag requires that the tag GENERATE_HTML is set to YES.
1071 # defined cascading style sheet that is included after the standard style sheets
1073 # This is preferred over using HTML_STYLESHEET since it does not replace the
1074 # standard style sheet and is therefor more robust against future updates.
1077 # This tag requires that the tag GENERATE_HTML is set to YES.
1086 # files will be copied as-is; there are no commands or markers available.
1087 # This tag requires that the tag GENERATE_HTML is set to YES.
1093 # this color. Hue is specified as an angle on a colorwheel, see
1095 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
1096 # purple, and 360 is red again.
1098 # This tag requires that the tag GENERATE_HTML is set to YES.
1106 # This tag requires that the tag GENERATE_HTML is set to YES.
1113 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
1117 # This tag requires that the tag GENERATE_HTML is set to YES.
1121 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1124 # The default value is: YES.
1125 # This tag requires that the tag GENERATE_HTML is set to YES.
1129 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1132 # The default value is: NO.
1133 # This tag requires that the tag GENERATE_HTML is set to YES.
1142 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1146 # This tag requires that the tag GENERATE_HTML is set to YES.
1150 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1159 # The default value is: NO.
1160 # This tag requires that the tag GENERATE_HTML is set to YES.
1167 # The default value is: Doxygen generated docs.
1168 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1175 # The default value is: org.doxygen.Project.
1176 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1183 # The default value is: org.doxygen.Publisher.
1184 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1189 # The default value is: Publisher.
1190 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1194 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1196 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
1207 # The default value is: NO.
1208 # This tag requires that the tag GENERATE_HTML is set to YES.
1215 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1223 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1227 # The GENERATE_CHI flag controls if a separate .chi index file is generated (
1229 # The default value is: NO.
1230 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1234 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index ( hhk), content ( hhc)
1236 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1240 # The BINARY_TOC flag controls whether a binary table of contents is generated (
1242 # The default value is: NO.
1243 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1249 # The default value is: NO.
1250 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1254 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1258 # The default value is: NO.
1259 # This tag requires that the tag GENERATE_HTML is set to YES.
1263 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
1264 # the file name of the resulting .qch file. The path specified is relative to
1266 # This tag requires that the tag GENERATE_QHP is set to YES.
1273 # The default value is: org.doxygen.Project.
1274 # This tag requires that the tag GENERATE_QHP is set to YES.
1282 # The default value is: doc.
1283 # This tag requires that the tag GENERATE_QHP is set to YES.
1287 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1291 # This tag requires that the tag GENERATE_QHP is set to YES.
1299 # This tag requires that the tag GENERATE_QHP is set to YES.
1306 # This tag requires that the tag GENERATE_QHP is set to YES.
1313 # This tag requires that the tag GENERATE_QHP is set to YES.
1317 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1324 # The default value is: NO.
1325 # This tag requires that the tag GENERATE_HTML is set to YES.
1332 # The default value is: org.doxygen.Project.
1333 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1343 # The default value is: NO.
1344 # This tag requires that the tag GENERATE_HTML is set to YES.
1348 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1350 # value is set to YES, a side panel will be generated containing a tree-like
1351 # index structure (just like the one that is generated for HTML Help). For this
1352 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
1360 # The default value is: NO.
1361 # This tag requires that the tag GENERATE_HTML is set to YES.
1371 # This tag requires that the tag GENERATE_HTML is set to YES.
1375 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
1376 # to set the initial width (in pixels) of the frame in which the tree is shown.
1378 # This tag requires that the tag GENERATE_HTML is set to YES.
1382 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1384 # The default value is: NO.
1385 # This tag requires that the tag GENERATE_HTML is set to YES.
1394 # This tag requires that the tag GENERATE_HTML is set to YES.
1404 # The default value is: YES.
1405 # This tag requires that the tag GENERATE_HTML is set to YES.
1415 # The default value is: NO.
1416 # This tag requires that the tag GENERATE_HTML is set to YES.
1420 # When MathJax is enabled you can set the default output format to be used for
1423 # Possible values are: HTML-CSS (which is slower, but has the best
1425 # The default value is: HTML-CSS.
1426 # This tag requires that the tag USE_MATHJAX is set to YES.
1430 # When MathJax is enabled you need to specify the location relative to the HTML
1433 # is located at the same level as the HTML output directory, then
1436 # MathJax. However, it is strongly recommended to install a local copy of
1438 # The default value is: http://cdn.mathjax.org/mathjax/latest.
1439 # This tag requires that the tag USE_MATHJAX is set to YES.
1446 # This tag requires that the tag USE_MATHJAX is set to YES.
1454 # This tag requires that the tag USE_MATHJAX is set to YES.
1458 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1462 # there is already a search function so this one should typically be disabled.
1464 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
1466 # (what the <access key> is depends on the OS and browser, but it is typically
1470 # the search. The filter options can be selected when the cursor is inside the
1474 # The default value is: YES.
1475 # This tag requires that the tag GENERATE_HTML is set to YES.
1479 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1483 # searching and an index file used by the script. When EXTERNAL_SEARCH is
1486 # The default value is: NO.
1487 # This tag requires that the tag SEARCHENGINE is set to YES.
1491 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1502 # The default value is: NO.
1503 # This tag requires that the tag SEARCHENGINE is set to YES.
1508 # which will return the search results when EXTERNAL_SEARCH is enabled.
1514 # This tag requires that the tag SEARCHENGINE is set to YES.
1519 # search data is written to a file for indexing by an external tool. With the
1521 # The default file is: searchdata.xml.
1522 # This tag requires that the tag SEARCHENGINE is set to YES.
1527 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
1530 # This tag requires that the tag SEARCHENGINE is set to YES.
1538 # to a relative location where the documentation can be found. The format is:
1540 # This tag requires that the tag SEARCHENGINE is set to YES.
1548 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1549 # The default value is: YES.
1553 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1554 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1556 # The default directory is: latex.
1557 # This tag requires that the tag GENERATE_LATEX is set to YES.
1564 # Note that when enabling USE_PDFLATEX this option is only used for generating
1565 # bitmaps for formulas in the HTML output, but not in the Makefile that is
1567 # The default file is: latex.
1568 # This tag requires that the tag GENERATE_LATEX is set to YES.
1574 # The default file is: makeindex.
1575 # This tag requires that the tag GENERATE_LATEX is set to YES.
1579 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1582 # The default value is: NO.
1583 # This tag requires that the tag GENERATE_LATEX is set to YES.
1587 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1591 # The default value is: a4.
1592 # This tag requires that the tag GENERATE_LATEX is set to YES.
1601 # This tag requires that the tag GENERATE_LATEX is set to YES.
1607 # chapter. If it is left blank doxygen will generate a standard header. See
1617 # This tag requires that the tag GENERATE_LATEX is set to YES.
1623 # chapter. If it is left blank doxygen will generate a standard footer.
1626 # This tag requires that the tag GENERATE_LATEX is set to YES.
1632 # directory. Note that the files will be copied as-is; there are no commands or
1634 # This tag requires that the tag GENERATE_LATEX is set to YES.
1638 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1642 # The default value is: YES.
1643 # This tag requires that the tag GENERATE_LATEX is set to YES.
1647 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1650 # The default value is: YES.
1651 # This tag requires that the tag GENERATE_LATEX is set to YES.
1655 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1657 # if errors occur, instead of asking the user for help. This option is also used
1659 # The default value is: NO.
1660 # This tag requires that the tag GENERATE_LATEX is set to YES.
1664 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1666 # The default value is: NO.
1667 # This tag requires that the tag GENERATE_LATEX is set to YES.
1671 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1676 # The default value is: NO.
1677 # This tag requires that the tag GENERATE_LATEX is set to YES.
1684 # The default value is: plain.
1685 # This tag requires that the tag GENERATE_LATEX is set to YES.
1693 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1694 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
1696 # The default value is: NO.
1700 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
1701 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1703 # The default directory is: rtf.
1704 # This tag requires that the tag GENERATE_RTF is set to YES.
1708 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1711 # The default value is: NO.
1712 # This tag requires that the tag GENERATE_RTF is set to YES.
1716 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1723 # The default value is: NO.
1724 # This tag requires that the tag GENERATE_RTF is set to YES.
1728 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1734 # This tag requires that the tag GENERATE_RTF is set to YES.
1738 # Set optional variables used in the generation of an RTF document. Syntax is
1741 # This tag requires that the tag GENERATE_RTF is set to YES.
1749 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1751 # The default value is: NO.
1755 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1756 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1759 # The default directory is: man.
1760 # This tag requires that the tag GENERATE_MAN is set to YES.
1764 # The MAN_EXTENSION tag determines the extension that is added to the generated
1766 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
1768 # The default value is: .3.
1769 # This tag requires that the tag GENERATE_MAN is set to YES.
1773 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1777 # The default value is: NO.
1778 # This tag requires that the tag GENERATE_MAN is set to YES.
1786 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1788 # The default value is: NO.
1792 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1793 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1795 # The default directory is: xml.
1796 # This tag requires that the tag GENERATE_XML is set to YES.
1802 # This tag requires that the tag GENERATE_XML is set to YES.
1808 # This tag requires that the tag GENERATE_XML is set to YES.
1812 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1816 # The default value is: YES.
1817 # This tag requires that the tag GENERATE_XML is set to YES.
1825 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1827 # The default value is: NO.
1831 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
1832 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
1834 # The default directory is: docbook.
1835 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1843 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1845 # the code including all documentation. Note that this feature is still
1847 # The default value is: NO.
1855 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1858 # Note that this feature is still experimental and incomplete at the moment.
1859 # The default value is: NO.
1863 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1866 # The default value is: NO.
1867 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1871 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1872 # formatted so it can be parsed by a human reader. This is useful if you want to
1873 # understand what is going on. On the other hand, if this tag is set to NO the
1876 # The default value is: YES.
1877 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1882 # prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
1885 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1893 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1895 # The default value is: YES.
1899 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1903 # The default value is: NO.
1904 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1909 # the macro expansion is limited to the macros specified with the PREDEFINED and
1911 # The default value is: NO.
1912 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1916 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1917 # INCLUDE_PATH will be searched if a #include is found.
1918 # The default value is: YES.
1919 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1926 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1934 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1939 # defined before the preprocessor is started (similar to the -D option of e.g.
1940 # gcc). The argument of the tag is a list of macros of the form: name or
1942 # is assumed. To prevent a macro definition from being undefined via #undef or
1944 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1954 # macro definition that is found in the sources will be used. Use the PREDEFINED
1957 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1961 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1966 # The default value is: YES.
1967 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1977 # a tag file without this location is as follows:
1979 # Adding location for the tag files is done as follows:
1985 # the path). If a tag file is not located in the directory in which doxygen is
1990 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
1991 # tag file that is based on the input files it reads. See section "Linking to
1996 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
1998 # The default value is: NO.
2002 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
2005 # The default value is: YES.
2009 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
2012 # The default value is: YES.
2018 # The default file (with absolute path) is: /usr/bin/perl.
2026 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2029 # disabled, but it is recommended to install and use dot, since it yields more
2031 # The default value is: YES.
2039 # the mscgen tool resides. If left empty the tool is assumed to be found in the
2045 # and usage relations if the target is undocumented or is not a class.
2046 # The default value is: YES.
2050 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2051 # available from the path. This tool is part of Graphviz (see:
2053 # Bell Labs. The other options in this section have no effect if this option is
2055 # The default value is: NO.
2059 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2065 # This tag requires that the tag HAVE_DOT is set to YES.
2071 # sure dot is able to find the font, which can be done by putting it in a
2074 # The default value is: Helvetica.
2075 # This tag requires that the tag HAVE_DOT is set to YES.
2082 # This tag requires that the tag HAVE_DOT is set to YES.
2089 # This tag requires that the tag HAVE_DOT is set to YES.
2093 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2096 # The default value is: YES.
2097 # This tag requires that the tag HAVE_DOT is set to YES.
2101 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2105 # The default value is: YES.
2106 # This tag requires that the tag HAVE_DOT is set to YES.
2110 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2112 # The default value is: YES.
2113 # This tag requires that the tag HAVE_DOT is set to YES.
2117 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2120 # The default value is: NO.
2121 # This tag requires that the tag HAVE_DOT is set to YES.
2125 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
2130 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2131 # but if the number exceeds 15, the total amount of fields shown is limited to
2134 # This tag requires that the tag HAVE_DOT is set to YES.
2138 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2141 # The default value is: NO.
2142 # This tag requires that the tag HAVE_DOT is set to YES.
2150 # The default value is: YES.
2151 # This tag requires that the tag HAVE_DOT is set to YES.
2159 # The default value is: YES.
2160 # This tag requires that the tag HAVE_DOT is set to YES.
2164 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2170 # The default value is: NO.
2171 # This tag requires that the tag HAVE_DOT is set to YES.
2175 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2181 # The default value is: NO.
2182 # This tag requires that the tag HAVE_DOT is set to YES.
2186 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2188 # The default value is: YES.
2189 # This tag requires that the tag HAVE_DOT is set to YES.
2193 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2197 # The default value is: YES.
2198 # This tag requires that the tag HAVE_DOT is set to YES.
2208 # The default value is: png.
2209 # This tag requires that the tag HAVE_DOT is set to YES.
2213 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2220 # The default value is: NO.
2221 # This tag requires that the tag HAVE_DOT is set to YES.
2226 # found. If left blank, it is assumed the dot tool can be found in the path.
2227 # This tag requires that the tag HAVE_DOT is set to YES.
2234 # This tag requires that the tag HAVE_DOT is set to YES.
2246 # larger than this value, doxygen will truncate the graph, which is visualized
2248 # children of the root node in a graph is already larger than
2252 # 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.
2269 # background. This is disabled by default, because dot on Windows does not seem
2275 # The default value is: NO.
2276 # This tag requires that the tag HAVE_DOT is set to YES.
2283 # this, this feature is disabled by default.
2284 # The default value is: NO.
2285 # This tag requires that the tag HAVE_DOT is set to YES.
2289 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2292 # The default value is: YES.
2293 # This tag requires that the tag HAVE_DOT is set to YES.
2297 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
2299 # The default value is: YES.
2300 # This tag requires that the tag HAVE_DOT is set to YES.