Lines Matching full:yes
73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
85 # CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every
91 # This tag requires that the tag CREATE_SUBDIRS is set to YES.
95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
118 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
121 # The default value is: YES.
123 BRIEF_MEMBER_DESC = YES
125 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
130 # The default value is: YES.
132 REPEAT_BRIEF = YES
155 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
162 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
170 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
173 # The default value is: YES.
175 FULL_PATH_NAMES = YES
185 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
198 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
205 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
214 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
224 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
232 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
236 # tag to YES if you prefer the old behavior instead.
238 # Note that setting this tag to YES also means that rational rose comments are
248 # The default value is: YES.
250 PYTHON_DOCSTRING = YES
252 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
254 # The default value is: YES.
256 INHERIT_DOCS = YES
258 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
288 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
296 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
304 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
310 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
316 # Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice
353 # The default value is: YES.
355 MARKDOWN_SUPPORT = YES
362 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
373 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
381 # The default value is: YES.
383 AUTOLINK_SUPPORT = YES
387 # tag to YES in order to let doxygen match functions declarations and
395 # If you use Microsoft's C++/CLI language, you should set this option to YES to
401 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
410 # getter and setter methods for a property. Setting this option to YES will make
415 # The default value is: YES.
417 IDL_PROPERTY_SUPPORT = YES
420 # tag is set to YES then doxygen will reuse the documentation of the first
434 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
439 # The default value is: YES.
441 SUBGROUPING = YES
443 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
454 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
504 # Possible values are: YES, NO, DATETIME and DATE.
513 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
516 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
518 # normally produced when WARNINGS is set to YES.
521 EXTRACT_ALL = YES
523 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
527 EXTRACT_PRIVATE = YES
529 # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
533 EXTRACT_PRIV_VIRTUAL = YES
535 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
539 EXTRACT_PACKAGE = YES
541 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
545 EXTRACT_STATIC = YES
547 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
551 # The default value is: YES.
553 EXTRACT_LOCAL_CLASSES = YES
555 # This flag is only useful for Objective-C code. If set to YES, local methods,
561 EXTRACT_LOCAL_METHODS = YES
563 # If this flag is set to YES, the members of anonymous namespaces will be
572 # If this flag is set to YES, the name of an unnamed parameter in a declaration
575 # The default value is: YES.
577 RESOLVE_UNNAMED_PARAMS = YES
579 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
587 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
596 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
603 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
612 # will be excluded. Set it to YES to include the internal documentation.
620 # whose names only differ in casing), the option must be set to YES to properly
628 # YES.
629 # Possible values are: SYSTEM, NO and YES.
635 # their full class and namespace scopes in the documentation. If set to YES, the
643 # YES the compound reference will be hidden.
648 # If the SHOW_HEADERFILE tag is set to YES then the documentation for a class
650 # The default value is: YES.
652 SHOW_HEADERFILE = YES
654 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
656 # The default value is: YES.
658 SHOW_INCLUDE_FILES = YES
660 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
667 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
673 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
675 # The default value is: YES.
677 INLINE_INFO = YES
679 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
682 # The default value is: YES.
684 SORT_MEMBER_DOCS = YES
686 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
694 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
706 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
713 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
716 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
733 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
735 # The default value is: YES.
737 GENERATE_TODOLIST = YES
739 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
741 # The default value is: YES.
743 GENERATE_TESTLIST = YES
745 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
747 # The default value is: YES.
749 GENERATE_BUGLIST = YES
751 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
754 # The default value is: YES.
756 GENERATE_DEPRECATEDLIST= YES
776 # the bottom of the documentation of classes and structs. If set to YES, the
778 # The default value is: YES.
780 SHOW_USED_FILES = YES
785 # The default value is: YES.
787 SHOW_FILES = YES
792 # The default value is: YES.
794 SHOW_NAMESPACES = YES
835 # standard output by doxygen. If QUIET is set to YES this implies that the
842 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
846 # The default value is: YES.
848 WARNINGS = YES
850 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
851 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
853 # The default value is: YES.
855 WARN_IF_UNDOCUMENTED = YES
857 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
861 # The default value is: YES.
863 WARN_IF_DOC_ERROR = YES
865 # If WARN_IF_INCOMPLETE_DOC is set to YES, doxygen will warn about incomplete
868 # The default value is: YES.
870 WARN_IF_INCOMPLETE_DOC = YES
876 # set to YES then this flag will automatically be disabled. See also
882 # If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about
884 # undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag
890 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
901 # Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT.
1089 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
1141 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
1143 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
1152 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
1176 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
1183 SOURCE_BROWSER = YES
1185 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
1191 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
1194 # The default value is: YES.
1198 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1202 REFERENCED_BY_RELATION = YES
1204 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1208 REFERENCES_RELATION = YES
1210 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1211 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
1214 # The default value is: YES.
1216 REFERENCES_LINK_SOURCE = YES
1223 # The default value is: YES.
1224 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1226 SOURCE_TOOLTIPS = YES
1228 # If the USE_HTAGS tag is set to YES then the references to source code will
1246 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1250 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1254 # The default value is: YES.
1256 VERBATIM_HEADERS = YES
1262 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1265 # The default value is: YES.
1267 ALPHABETICAL_INDEX = YES
1274 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1282 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1283 # The default value is: YES.
1291 # This tag requires that the tag GENERATE_HTML is set to YES.
1298 # This tag requires that the tag GENERATE_HTML is set to YES.
1318 # This tag requires that the tag GENERATE_HTML is set to YES.
1328 # This tag requires that the tag GENERATE_HTML is set to YES.
1340 # This tag requires that the tag GENERATE_HTML is set to YES.
1358 # This tag requires that the tag GENERATE_HTML is set to YES.
1368 # This tag requires that the tag GENERATE_HTML is set to YES.
1381 # This tag requires that the tag GENERATE_HTML is set to YES.
1392 # This tag requires that the tag GENERATE_HTML is set to YES.
1400 # This tag requires that the tag GENERATE_HTML is set to YES.
1411 # This tag requires that the tag GENERATE_HTML is set to YES.
1415 # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
1421 # The default value is: YES.
1422 # This tag requires that the tag GENERATE_HTML is set to YES.
1424 HTML_DYNAMIC_MENUS = YES
1426 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1430 # This tag requires that the tag GENERATE_HTML is set to YES.
1434 # If the HTML_CODE_FOLDING tag is set to YES then classes and functions can be
1436 # The default value is: YES.
1437 # This tag requires that the tag GENERATE_HTML is set to YES.
1439 HTML_CODE_FOLDING = YES
1450 # This tag requires that the tag GENERATE_HTML is set to YES.
1454 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1465 # This tag requires that the tag GENERATE_HTML is set to YES.
1473 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1480 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1488 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1496 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1502 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1506 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1524 # This tag requires that the tag GENERATE_HTML is set to YES.
1531 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1539 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1544 # (YES) or that it should be included in the main .chm file (NO).
1546 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1552 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1557 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1560 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1564 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1567 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1577 # This tag requires that the tag GENERATE_HTML is set to YES.
1581 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1586 # This tag requires that the tag GENERATE_HTML is set to YES.
1593 # This tag requires that the tag GENERATE_QHP is set to YES.
1602 # This tag requires that the tag GENERATE_QHP is set to YES.
1611 # This tag requires that the tag GENERATE_QHP is set to YES.
1619 # This tag requires that the tag GENERATE_QHP is set to YES.
1627 # This tag requires that the tag GENERATE_QHP is set to YES.
1634 # This tag requires that the tag GENERATE_QHP is set to YES.
1641 # This tag requires that the tag GENERATE_QHP is set to YES.
1645 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1653 # This tag requires that the tag GENERATE_HTML is set to YES.
1661 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1668 # of each HTML page. A value of NO enables the index and the value YES disables
1670 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1672 # This tag requires that the tag GENERATE_HTML is set to YES.
1678 # value is set to YES, a side panel will be generated containing a tree-like
1687 # consider setting DISABLE_INDEX to YES when enabling this option.
1689 # This tag requires that the tag GENERATE_HTML is set to YES.
1693 # When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
1696 # YES). Setting this to YES gives a layout similar to
1701 # This tag requires that the tag GENERATE_HTML is set to YES.
1711 # This tag requires that the tag GENERATE_HTML is set to YES.
1718 # This tag requires that the tag GENERATE_HTML is set to YES.
1722 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1725 # This tag requires that the tag GENERATE_HTML is set to YES.
1729 # If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email
1731 # The default value is: YES.
1732 # This tag requires that the tag GENERATE_HTML is set to YES.
1734 OBFUSCATE_EMAILS = YES
1743 # This tag requires that the tag GENERATE_HTML is set to YES.
1752 # This tag requires that the tag GENERATE_HTML is set to YES.
1769 # This tag requires that the tag GENERATE_HTML is set to YES.
1780 # This tag requires that the tag USE_MATHJAX is set to YES.
1797 # This tag requires that the tag USE_MATHJAX is set to YES.
1811 # This tag requires that the tag USE_MATHJAX is set to YES.
1823 # This tag requires that the tag USE_MATHJAX is set to YES.
1832 # This tag requires that the tag USE_MATHJAX is set to YES.
1852 # The default value is: YES.
1853 # This tag requires that the tag GENERATE_HTML is set to YES.
1855 SEARCHENGINE = YES
1865 # This tag requires that the tag SEARCHENGINE is set to YES.
1882 # This tag requires that the tag SEARCHENGINE is set to YES.
1894 # This tag requires that the tag SEARCHENGINE is set to YES.
1902 # This tag requires that the tag SEARCHENGINE is set to YES.
1910 # This tag requires that the tag SEARCHENGINE is set to YES.
1920 # This tag requires that the tag SEARCHENGINE is set to YES.
1928 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1929 # The default value is: YES.
1937 # This tag requires that the tag GENERATE_LATEX is set to YES.
1949 # This tag requires that the tag GENERATE_LATEX is set to YES.
1959 # This tag requires that the tag GENERATE_LATEX is set to YES.
1969 # This tag requires that the tag GENERATE_LATEX is set to YES.
1973 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1977 # This tag requires that the tag GENERATE_LATEX is set to YES.
1986 # This tag requires that the tag GENERATE_LATEX is set to YES.
1998 # This tag requires that the tag GENERATE_LATEX is set to YES.
2015 # This tag requires that the tag GENERATE_LATEX is set to YES.
2027 # This tag requires that the tag GENERATE_LATEX is set to YES.
2038 # This tag requires that the tag GENERATE_LATEX is set to YES.
2046 # This tag requires that the tag GENERATE_LATEX is set to YES.
2050 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
2054 # The default value is: YES.
2055 # This tag requires that the tag GENERATE_LATEX is set to YES.
2057 PDF_HYPERLINKS = YES
2059 # If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
2061 # files. Set this option to YES, to get a higher quality PDF documentation.
2064 # The default value is: YES.
2065 # This tag requires that the tag GENERATE_LATEX is set to YES.
2067 USE_PDFLATEX = YES
2070 # Possible values are: NO same as ERROR_STOP, YES same as BATCH, BATCH In batch
2080 # This tag requires that the tag GENERATE_LATEX is set to YES.
2084 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
2087 # This tag requires that the tag GENERATE_LATEX is set to YES.
2095 # This tag requires that the tag GENERATE_LATEX is set to YES.
2103 # This tag requires that the tag GENERATE_LATEX is set to YES.
2111 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
2122 # This tag requires that the tag GENERATE_RTF is set to YES.
2126 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
2130 # This tag requires that the tag GENERATE_RTF is set to YES.
2134 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
2142 # This tag requires that the tag GENERATE_RTF is set to YES.
2152 # This tag requires that the tag GENERATE_RTF is set to YES.
2159 # This tag requires that the tag GENERATE_RTF is set to YES.
2167 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
2178 # This tag requires that the tag GENERATE_MAN is set to YES.
2187 # This tag requires that the tag GENERATE_MAN is set to YES.
2194 # This tag requires that the tag GENERATE_MAN is set to YES.
2198 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
2203 # This tag requires that the tag GENERATE_MAN is set to YES.
2211 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
2215 GENERATE_XML = YES
2221 # This tag requires that the tag GENERATE_XML is set to YES.
2225 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
2229 # The default value is: YES.
2230 # This tag requires that the tag GENERATE_XML is set to YES.
2232 XML_PROGRAMLISTING = YES
2234 # If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
2237 # This tag requires that the tag GENERATE_XML is set to YES.
2245 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
2255 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2263 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2275 # If the GENERATE_SQLITE3 tag is set to YES doxygen will generate a Sqlite3
2285 # This tag requires that the tag GENERATE_SQLITE3 is set to YES.
2289 # The SQLITE3_OVERWRITE_DB tag is set to YES, the existing doxygen_sqlite3.db
2292 # The default value is: YES.
2293 # This tag requires that the tag GENERATE_SQLITE3 is set to YES.
2295 SQLITE3_RECREATE_DB = YES
2301 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2309 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2313 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2317 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2322 # The default value is: YES.
2323 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2325 PERLMOD_PRETTY = YES
2331 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2339 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2341 # The default value is: YES.
2343 ENABLE_PREPROCESSING = YES
2345 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2348 # EXPAND_ONLY_PREDEF to YES.
2350 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2352 MACRO_EXPANSION = YES
2354 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2358 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2362 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2364 # The default value is: YES.
2365 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2367 SEARCH_INCLUDES = YES
2373 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2381 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2391 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2395 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2400 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2404 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2409 # The default value is: YES.
2410 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2412 SKIP_FUNCTION_MACROS = YES
2439 # If the ALLEXTERNALS tag is set to YES, all external classes and namespaces
2444 ALLEXTERNALS = YES
2446 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2449 # The default value is: YES.
2451 EXTERNAL_GROUPS = YES
2453 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2456 # The default value is: YES.
2458 EXTERNAL_PAGES = YES
2464 # If set to YES the inheritance and collaboration graphs will hide inheritance
2466 # The default value is: YES.
2468 HIDE_UNDOC_RELATIONS = YES
2470 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2485 # This tag requires that the tag HAVE_DOT is set to YES.
2498 # This tag requires that the tag HAVE_DOT is set to YES.
2507 # This tag requires that the tag HAVE_DOT is set to YES.
2515 # This tag requires that the tag HAVE_DOT is set to YES.
2521 # This tag requires that the tag HAVE_DOT is set to YES.
2525 # If the CLASS_GRAPH tag is set to YES or GRAPH or BUILTIN then doxygen will
2527 # inheritance relations. In case the CLASS_GRAPH tag is set to YES or GRAPH and
2529 # the CLASS_GRAPH tag is set to YES and HAVE_DOT is disabled or if the
2533 # Possible values are: NO, YES, TEXT, GRAPH and BUILTIN.
2534 # The default value is: YES.
2536 CLASS_GRAPH = YES
2538 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2545 # The default value is: YES.
2546 # This tag requires that the tag HAVE_DOT is set to YES.
2548 COLLABORATION_GRAPH = YES
2550 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2556 # The default value is: YES.
2557 # This tag requires that the tag HAVE_DOT is set to YES.
2559 GROUP_GRAPHS = YES
2561 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2565 # This tag requires that the tag HAVE_DOT is set to YES.
2578 # This tag requires that the tag UML_LOOK is set to YES.
2584 # tag is set to YES, doxygen will add type and arguments for attributes and
2589 # Possible values are: NO, YES and NONE.
2591 # This tag requires that the tag UML_LOOK is set to YES.
2600 # This tag requires that the tag HAVE_DOT is set to YES.
2604 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2608 # This tag requires that the tag HAVE_DOT is set to YES.
2613 # YES then doxygen will generate a graph for each documented file showing the
2618 # The default value is: YES.
2619 # This tag requires that the tag HAVE_DOT is set to YES.
2621 INCLUDE_GRAPH = YES
2624 # set to YES then doxygen will generate a graph for each documented file showing
2630 # The default value is: YES.
2631 # This tag requires that the tag HAVE_DOT is set to YES.
2633 INCLUDED_BY_GRAPH = YES
2635 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2643 # This tag requires that the tag HAVE_DOT is set to YES.
2647 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2655 # This tag requires that the tag HAVE_DOT is set to YES.
2659 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2661 # The default value is: YES.
2662 # This tag requires that the tag HAVE_DOT is set to YES.
2664 GRAPHICAL_HIERARCHY = YES
2666 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2673 # The default value is: YES.
2674 # This tag requires that the tag HAVE_DOT is set to YES.
2676 DIRECTORY_GRAPH = YES
2681 # This tag requires that the tag DIRECTORY_GRAPH is set to YES.
2696 # This tag requires that the tag HAVE_DOT is set to YES.
2700 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2708 # This tag requires that the tag HAVE_DOT is set to YES.
2714 # This tag requires that the tag HAVE_DOT is set to YES.
2721 # This tag requires that the tag HAVE_DOT is set to YES.
2764 # This tag requires that the tag HAVE_DOT is set to YES.
2776 # This tag requires that the tag HAVE_DOT is set to YES.
2780 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2785 # This tag requires that the tag HAVE_DOT is set to YES.
2789 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2794 # The default value is: YES.
2795 # This tag requires that the tag HAVE_DOT is set to YES.
2799 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate
2804 # The default value is: YES.
2806 DOT_CLEANUP = YES