Lines Matching refs: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
145 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
152 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
160 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
163 # The default value is: YES.
165 FULL_PATH_NAMES = YES
175 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
188 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
195 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
202 JAVADOC_AUTOBRIEF = YES
204 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
214 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
222 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
226 # tag to YES if you prefer the old behavior instead.
228 # Note that setting this tag to YES also means that rational rose comments are
238 # The default value is: YES.
240 PYTHON_DOCSTRING = YES
242 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
244 # The default value is: YES.
246 INHERIT_DOCS = YES
248 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
278 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
284 OPTIMIZE_OUTPUT_FOR_C = YES
286 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
294 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
300 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
306 # Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice
343 # The default value is: YES.
345 MARKDOWN_SUPPORT = YES
352 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
363 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
371 # The default value is: YES.
373 AUTOLINK_SUPPORT = YES
377 # tag to YES in order to let doxygen match functions declarations and
385 # If you use Microsoft's C++/CLI language, you should set this option to YES to
391 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
400 # getter and setter methods for a property. Setting this option to YES will make
405 # The default value is: YES.
407 IDL_PROPERTY_SUPPORT = YES
410 # tag is set to YES then doxygen will reuse the documentation of the first
424 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
429 # The default value is: YES.
431 SUBGROUPING = YES
433 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
444 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
494 # Possible values are: YES, NO, DATETIME and DATE.
497 TIMESTAMP = YES
503 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
506 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
508 # normally produced when WARNINGS is set to YES.
513 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
517 EXTRACT_PRIVATE = YES
519 # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
525 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
531 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
535 EXTRACT_STATIC = YES
537 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
541 # The default value is: YES.
543 EXTRACT_LOCAL_CLASSES = YES
545 # This flag is only useful for Objective-C code. If set to YES, local methods,
551 EXTRACT_LOCAL_METHODS = YES
553 # If this flag is set to YES, the members of anonymous namespaces will be
562 # If this flag is set to YES, the name of an unnamed parameter in a declaration
565 # The default value is: YES.
567 RESOLVE_UNNAMED_PARAMS = YES
569 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
577 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
586 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
593 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
602 # will be excluded. Set it to YES to include the internal documentation.
610 # whose names only differ in casing), the option must be set to YES to properly
618 # YES.
619 # Possible values are: SYSTEM, NO and YES.
622 CASE_SENSE_NAMES = YES
625 # their full class and namespace scopes in the documentation. If set to YES, the
633 # YES the compound reference will be hidden.
638 # If the SHOW_HEADERFILE tag is set to YES then the documentation for a class
640 # The default value is: YES.
642 SHOW_HEADERFILE = YES
644 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
646 # The default value is: YES.
648 SHOW_INCLUDE_FILES = YES
650 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
657 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
663 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
665 # The default value is: YES.
667 INLINE_INFO = YES
669 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
672 # The default value is: YES.
676 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
684 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
696 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
703 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
706 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
723 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
725 # The default value is: YES.
727 GENERATE_TODOLIST = YES
729 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
731 # The default value is: YES.
733 GENERATE_TESTLIST = YES
735 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
737 # The default value is: YES.
739 GENERATE_BUGLIST = YES
741 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
744 # The default value is: YES.
746 GENERATE_DEPRECATEDLIST= YES
766 # the bottom of the documentation of classes and structs. If set to YES, the
768 # The default value is: YES.
770 SHOW_USED_FILES = YES
775 # The default value is: YES.
777 SHOW_FILES = YES
782 # The default value is: YES.
784 SHOW_NAMESPACES = YES
825 # standard output by doxygen. If QUIET is set to YES this implies that the
829 QUIET = YES
832 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
836 # The default value is: YES.
838 WARNINGS = YES
840 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
841 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
843 # The default value is: YES.
847 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
851 # The default value is: YES.
853 WARN_IF_DOC_ERROR = YES
855 # If WARN_IF_INCOMPLETE_DOC is set to YES, doxygen will warn about incomplete
858 # The default value is: YES.
860 WARN_IF_INCOMPLETE_DOC = YES
866 # set to YES then this flag will automatically be disabled. See also
870 WARN_NO_PARAMDOC = YES
872 # If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about
874 # undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag
880 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
891 # Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT.
982 RECURSIVE = YES
1051 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
1103 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
1105 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
1114 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
1138 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
1147 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
1153 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
1156 # The default value is: YES.
1158 STRIP_CODE_COMMENTS = YES
1160 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1164 REFERENCED_BY_RELATION = YES
1166 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1170 REFERENCES_RELATION = YES
1172 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1173 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
1176 # The default value is: YES.
1178 REFERENCES_LINK_SOURCE = YES
1185 # The default value is: YES.
1186 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1188 SOURCE_TOOLTIPS = YES
1190 # If the USE_HTAGS tag is set to YES then the references to source code will
1208 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1212 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1216 # The default value is: YES.
1220 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1231 # If the CLANG_ASSISTED_PARSING tag is set to YES and the CLANG_ADD_INC_PATHS
1232 # tag is set to YES then doxygen will add the directory of each input to the
1234 # The default value is: YES.
1235 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1237 #CLANG_ADD_INC_PATHS = YES
1243 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1264 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1267 # The default value is: YES.
1269 ALPHABETICAL_INDEX = YES
1276 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1284 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1285 # The default value is: YES.
1287 GENERATE_HTML = YES
1293 # This tag requires that the tag GENERATE_HTML is set to YES.
1300 # This tag requires that the tag GENERATE_HTML is set to YES.
1320 # This tag requires that the tag GENERATE_HTML is set to YES.
1330 # This tag requires that the tag GENERATE_HTML is set to YES.
1342 # This tag requires that the tag GENERATE_HTML is set to YES.
1360 # This tag requires that the tag GENERATE_HTML is set to YES.
1370 # This tag requires that the tag GENERATE_HTML is set to YES.
1383 # 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.
1402 # This tag requires that the tag GENERATE_HTML is set to YES.
1413 # This tag requires that the tag GENERATE_HTML is set to YES.
1417 # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
1423 # The default value is: YES.
1424 # This tag requires that the tag GENERATE_HTML is set to YES.
1426 HTML_DYNAMIC_MENUS = YES
1428 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1432 # This tag requires that the tag GENERATE_HTML is set to YES.
1445 # This tag requires that the tag GENERATE_HTML is set to YES.
1449 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1460 # This tag requires that the tag GENERATE_HTML is set to YES.
1468 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1475 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1483 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1491 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1497 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1501 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1519 # This tag requires that the tag GENERATE_HTML is set to YES.
1526 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1534 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1539 # (YES) or that it should be included in the main .chm file (NO).
1541 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1547 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1552 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1555 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1559 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1562 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1572 # This tag requires that the tag GENERATE_HTML is set to YES.
1576 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1581 # This tag requires that the tag GENERATE_HTML is set to YES.
1588 # This tag requires that the tag GENERATE_QHP is set to YES.
1597 # This tag requires that the tag GENERATE_QHP is set to YES.
1606 # This tag requires that the tag GENERATE_QHP is set to YES.
1614 # This tag requires that the tag GENERATE_QHP is set to YES.
1622 # This tag requires that the tag GENERATE_QHP is set to YES.
1629 # This tag requires that the tag GENERATE_QHP is set to YES.
1636 # This tag requires that the tag GENERATE_QHP is set to YES.
1640 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1648 # This tag requires that the tag GENERATE_HTML is set to YES.
1656 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1663 # of each HTML page. A value of NO enables the index and the value YES disables
1665 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1667 # This tag requires that the tag GENERATE_HTML is set to YES.
1673 # value is set to YES, a side panel will be generated containing a tree-like
1682 # consider setting DISABLE_INDEX to YES when enabling this option.
1684 # This tag requires that the tag GENERATE_HTML is set to YES.
1688 # When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
1691 # YES). Setting this to YES gives a layout similar to
1696 # This tag requires that the tag GENERATE_HTML is set to YES.
1706 # This tag requires that the tag GENERATE_HTML is set to YES.
1713 # This tag requires that the tag GENERATE_HTML is set to YES.
1717 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1720 # This tag requires that the tag GENERATE_HTML is set to YES.
1724 # If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email
1726 # The default value is: YES.
1727 # This tag requires that the tag GENERATE_HTML is set to YES.
1729 OBFUSCATE_EMAILS = YES
1738 # This tag requires that the tag GENERATE_HTML is set to YES.
1747 # This tag requires that the tag GENERATE_HTML is set to YES.
1764 # This tag requires that the tag GENERATE_HTML is set to YES.
1775 # This tag requires that the tag USE_MATHJAX is set to YES.
1792 # This tag requires that the tag USE_MATHJAX is set to YES.
1806 # This tag requires that the tag USE_MATHJAX is set to YES.
1818 # This tag requires that the tag USE_MATHJAX is set to YES.
1827 # This tag requires that the tag USE_MATHJAX is set to YES.
1847 # The default value is: YES.
1848 # This tag requires that the tag GENERATE_HTML is set to YES.
1860 # This tag requires that the tag SEARCHENGINE is set to YES.
1877 # This tag requires that the tag SEARCHENGINE is set to YES.
1889 # This tag requires that the tag SEARCHENGINE is set to YES.
1897 # This tag requires that the tag SEARCHENGINE is set to YES.
1905 # This tag requires that the tag SEARCHENGINE is set to YES.
1915 # This tag requires that the tag SEARCHENGINE is set to YES.
1923 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1924 # The default value is: YES.
1932 # This tag requires that the tag GENERATE_LATEX is set to YES.
1944 # This tag requires that the tag GENERATE_LATEX is set to YES.
1954 # This tag requires that the tag GENERATE_LATEX is set to YES.
1964 # This tag requires that the tag GENERATE_LATEX is set to YES.
1968 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1972 # This tag requires that the tag GENERATE_LATEX is set to YES.
1981 # This tag requires that the tag GENERATE_LATEX is set to YES.
1993 # This tag requires that the tag GENERATE_LATEX is set to YES.
2010 # This tag requires that the tag GENERATE_LATEX is set to YES.
2022 # This tag requires that the tag GENERATE_LATEX is set to YES.
2033 # This tag requires that the tag GENERATE_LATEX is set to YES.
2041 # This tag requires that the tag GENERATE_LATEX is set to YES.
2045 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
2049 # The default value is: YES.
2050 # This tag requires that the tag GENERATE_LATEX is set to YES.
2054 # If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
2056 # files. Set this option to YES, to get a higher quality PDF documentation.
2059 # The default value is: YES.
2060 # This tag requires that the tag GENERATE_LATEX is set to YES.
2065 # Possible values are: NO same as ERROR_STOP, YES same as BATCH, BATCH In batch
2075 # This tag requires that the tag GENERATE_LATEX is set to YES.
2079 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
2082 # This tag requires that the tag GENERATE_LATEX is set to YES.
2090 # This tag requires that the tag GENERATE_LATEX is set to YES.
2098 # This tag requires that the tag GENERATE_LATEX is set to YES.
2106 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
2117 # This tag requires that the tag GENERATE_RTF is set to YES.
2121 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
2125 # This tag requires that the tag GENERATE_RTF is set to YES.
2129 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
2137 # This tag requires that the tag GENERATE_RTF is set to YES.
2147 # This tag requires that the tag GENERATE_RTF is set to YES.
2154 # This tag requires that the tag GENERATE_RTF is set to YES.
2162 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
2173 # This tag requires that the tag GENERATE_MAN is set to YES.
2182 # This tag requires that the tag GENERATE_MAN is set to YES.
2189 # This tag requires that the tag GENERATE_MAN is set to YES.
2193 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
2198 # This tag requires that the tag GENERATE_MAN is set to YES.
2206 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
2210 GENERATE_XML = YES
2216 # This tag requires that the tag GENERATE_XML is set to YES.
2220 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
2224 # The default value is: YES.
2225 # This tag requires that the tag GENERATE_XML is set to YES.
2227 XML_PROGRAMLISTING = YES
2229 # If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
2232 # This tag requires that the tag GENERATE_XML is set to YES.
2240 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
2250 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2258 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2270 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2278 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2282 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2286 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2291 # The default value is: YES.
2292 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2294 PERLMOD_PRETTY = YES
2300 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2308 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2310 # The default value is: YES.
2312 ENABLE_PREPROCESSING = YES
2314 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2317 # EXPAND_ONLY_PREDEF to YES.
2319 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2321 MACRO_EXPANSION = YES
2323 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2327 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2329 EXPAND_ONLY_PREDEF = YES
2331 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2333 # The default value is: YES.
2334 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2336 SEARCH_INCLUDES = YES
2342 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2350 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2360 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2364 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2369 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2373 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2378 # The default value is: YES.
2379 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2381 SKIP_FUNCTION_MACROS = YES
2408 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2415 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2418 # The default value is: YES.
2420 EXTERNAL_GROUPS = YES
2422 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2425 # The default value is: YES.
2427 EXTERNAL_PAGES = YES
2433 # If set to YES the inheritance and collaboration graphs will hide inheritance
2435 # The default value is: YES.
2437 HIDE_UNDOC_RELATIONS = YES
2439 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2454 # This tag requires that the tag HAVE_DOT is set to YES.
2467 # This tag requires that the tag HAVE_DOT is set to YES.
2476 # This tag requires that the tag HAVE_DOT is set to YES.
2484 # This tag requires that the tag HAVE_DOT is set to YES.
2490 # This tag requires that the tag HAVE_DOT is set to YES.
2494 # If the CLASS_GRAPH tag is set to YES or GRAPH or BUILTIN then doxygen will
2496 # inheritance relations. In case the CLASS_GRAPH tag is set to YES or GRAPH and
2498 # the CLASS_GRAPH tag is set to YES and HAVE_DOT is disabled or if the
2502 # Possible values are: NO, YES, TEXT, GRAPH and BUILTIN.
2503 # The default value is: YES.
2505 CLASS_GRAPH = YES
2507 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2511 # The default value is: YES.
2512 # This tag requires that the tag HAVE_DOT is set to YES.
2514 COLLABORATION_GRAPH = YES
2516 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2519 # The default value is: YES.
2520 # This tag requires that the tag HAVE_DOT is set to YES.
2522 GROUP_GRAPHS = YES
2524 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2528 # This tag requires that the tag HAVE_DOT is set to YES.
2541 # This tag requires that the tag UML_LOOK is set to YES.
2547 # tag is set to YES, doxygen will add type and arguments for attributes and
2552 # Possible values are: NO, YES and NONE.
2554 # This tag requires that the tag UML_LOOK is set to YES.
2563 # This tag requires that the tag HAVE_DOT is set to YES.
2567 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2571 # This tag requires that the tag HAVE_DOT is set to YES.
2576 # YES then doxygen will generate a graph for each documented file showing the
2579 # The default value is: YES.
2580 # This tag requires that the tag HAVE_DOT is set to YES.
2582 INCLUDE_GRAPH = YES
2585 # set to YES then doxygen will generate a graph for each documented file showing
2588 # The default value is: YES.
2589 # This tag requires that the tag HAVE_DOT is set to YES.
2591 INCLUDED_BY_GRAPH = YES
2593 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2601 # This tag requires that the tag HAVE_DOT is set to YES.
2605 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2613 # This tag requires that the tag HAVE_DOT is set to YES.
2617 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2619 # The default value is: YES.
2620 # This tag requires that the tag HAVE_DOT is set to YES.
2622 GRAPHICAL_HIERARCHY = YES
2624 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2628 # The default value is: YES.
2629 # This tag requires that the tag HAVE_DOT is set to YES.
2631 DIRECTORY_GRAPH = YES
2636 # This tag requires that the tag DIRECTORY_GRAPH is set to YES.
2651 # This tag requires that the tag HAVE_DOT is set to YES.
2655 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2663 # This tag requires that the tag HAVE_DOT is set to YES.
2669 # This tag requires that the tag HAVE_DOT is set to YES.
2676 # This tag requires that the tag HAVE_DOT is set to YES.
2719 # This tag requires that the tag HAVE_DOT is set to YES.
2731 # This tag requires that the tag HAVE_DOT is set to YES.
2735 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2740 # This tag requires that the tag HAVE_DOT is set to YES.
2744 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2749 # The default value is: YES.
2750 # This tag requires that the tag HAVE_DOT is set to YES.
2752 GENERATE_LEGEND = YES
2754 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate
2759 # The default value is: YES.
2761 DOT_CLEANUP = YES