Lines Matching refs:YES
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
99 # The default value is: YES.
101 BRIEF_MEMBER_DESC = YES
103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
108 # The default value is: YES.
110 REPEAT_BRIEF = YES
133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
148 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
151 # The default value is: YES.
153 FULL_PATH_NAMES = YES
163 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
176 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
183 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
200 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
204 # tag to YES if you prefer the old behavior instead.
206 # Note that setting this tag to YES also means that rational rose comments are
212 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
214 # The default value is: YES.
216 INHERIT_DOCS = YES
218 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
249 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
257 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
265 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
271 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
302 # The default value is: YES.
304 MARKDOWN_SUPPORT = YES
311 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
319 # The default value is: YES.
321 AUTOLINK_SUPPORT = YES
325 # tag to YES in order to let doxygen match functions declarations and
333 # If you use Microsoft's C++/CLI language, you should set this option to YES to
339 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
348 # getter and setter methods for a property. Setting this option to YES will make
353 # The default value is: YES.
355 IDL_PROPERTY_SUPPORT = YES
358 # tag is set to YES then doxygen will reuse the documentation of the first
372 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
377 # The default value is: YES.
379 SUBGROUPING = YES
381 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
392 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
430 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
433 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
435 # normally produced when WARNINGS is set to YES.
440 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
446 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
452 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
458 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
462 # The default value is: YES.
464 EXTRACT_LOCAL_CLASSES = YES
466 # This flag is only useful for Objective-C code. If set to YES, local methods,
474 # If this flag is set to YES, the members of anonymous namespaces will be
483 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
491 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
499 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
506 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
515 # will be excluded. Set it to YES to include the internal documentation.
521 # names in lower-case letters. If set to YES, upper-case letters are also
527 CASE_SENSE_NAMES = YES
530 # their full class and namespace scopes in the documentation. If set to YES, the
538 # YES the compound reference will be hidden.
543 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
545 # The default value is: YES.
547 SHOW_INCLUDE_FILES = YES
549 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
556 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
562 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
564 # The default value is: YES.
566 INLINE_INFO = YES
568 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
571 # The default value is: YES.
573 SORT_MEMBER_DOCS = YES
575 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
583 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
595 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
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.
622 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
624 # The default value is: YES.
626 GENERATE_TODOLIST = YES
628 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
630 # The default value is: YES.
632 GENERATE_TESTLIST = YES
634 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
636 # The default value is: YES.
638 GENERATE_BUGLIST = YES
640 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
643 # The default value is: YES.
645 GENERATE_DEPRECATEDLIST= YES
665 # the bottom of the documentation of classes and structs. If set to YES, the
667 # The default value is: YES.
669 SHOW_USED_FILES = YES
674 # The default value is: YES.
676 SHOW_FILES = YES
681 # The default value is: YES.
683 SHOW_NAMESPACES = YES
723 # standard output by doxygen. If QUIET is set to YES this implies that the
730 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
734 # The default value is: YES.
736 WARNINGS = 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.
743 WARN_IF_UNDOCUMENTED = YES
745 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
749 # The default value is: YES.
751 WARN_IF_DOC_ERROR = YES
761 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
829 RECURSIVE = YES
880 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
927 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
929 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
938 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
953 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
960 SOURCE_BROWSER = YES
962 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
968 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
971 # The default value is: YES.
975 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
981 # If the REFERENCES_RELATION tag is set to YES then for each documented function
985 REFERENCES_RELATION = YES
987 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
988 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
991 # The default value is: YES.
993 REFERENCES_LINK_SOURCE = YES
1000 # The default value is: YES.
1001 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1003 SOURCE_TOOLTIPS = YES
1005 # If the USE_HTAGS tag is set to YES then the references to source code will
1023 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1027 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1031 # The default value is: YES.
1033 VERBATIM_HEADERS = YES
1035 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1050 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1058 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1061 # The default value is: YES.
1063 ALPHABETICAL_INDEX = YES
1068 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1076 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1084 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1085 # The default value is: YES.
1087 GENERATE_HTML = YES
1093 # This tag requires that the tag GENERATE_HTML is set to YES.
1100 # This tag requires that the tag GENERATE_HTML is set to YES.
1120 # This tag requires that the tag GENERATE_HTML is set to YES.
1130 # This tag requires that the tag GENERATE_HTML is set to YES.
1142 # This tag requires that the tag GENERATE_HTML is set to YES.
1155 # This tag requires that the tag GENERATE_HTML is set to YES.
1165 # This tag requires that the tag GENERATE_HTML is set to YES.
1176 # This tag requires that the tag GENERATE_HTML is set to YES.
1184 # This tag requires that the tag GENERATE_HTML is set to YES.
1195 # This tag requires that the tag GENERATE_HTML is set to YES.
1199 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1201 # to YES can help to show when doxygen was last run and thus if the
1204 # This tag requires that the tag GENERATE_HTML is set to YES.
1208 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1212 # This tag requires that the tag GENERATE_HTML is set to YES.
1214 HTML_DYNAMIC_SECTIONS = YES
1225 # This tag requires that the tag GENERATE_HTML is set to YES.
1229 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1239 # This tag requires that the tag GENERATE_HTML is set to YES.
1247 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1255 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1263 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1269 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1273 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1287 # This tag requires that the tag GENERATE_HTML is set to YES.
1294 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1302 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1307 # (YES) or that it should be included in the master .chm file (NO).
1309 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1315 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1320 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1323 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1327 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1330 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1334 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1339 # This tag requires that the tag GENERATE_HTML is set to YES.
1346 # This tag requires that the tag GENERATE_QHP is set to YES.
1354 # This tag requires that the tag GENERATE_QHP is set to YES.
1363 # This tag requires that the tag GENERATE_QHP is set to YES.
1371 # This tag requires that the tag GENERATE_QHP is set to YES.
1379 # This tag requires that the tag GENERATE_QHP is set to YES.
1386 # This tag requires that the tag GENERATE_QHP is set to YES.
1393 # This tag requires that the tag GENERATE_QHP is set to YES.
1397 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1405 # This tag requires that the tag GENERATE_HTML is set to YES.
1413 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1420 # of each HTML page. A value of NO enables the index and the value YES disables
1422 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1424 # This tag requires that the tag GENERATE_HTML is set to YES.
1430 # value is set to YES, a side panel will be generated containing a tree-like
1439 # DISABLE_INDEX to YES when enabling this option.
1441 # This tag requires that the tag GENERATE_HTML is set to YES.
1451 # This tag requires that the tag GENERATE_HTML is set to YES.
1458 # This tag requires that the tag GENERATE_HTML is set to YES.
1462 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1465 # This tag requires that the tag GENERATE_HTML is set to YES.
1474 # This tag requires that the tag GENERATE_HTML is set to YES.
1484 # The default value is: YES.
1485 # This tag requires that the tag GENERATE_HTML is set to YES.
1487 FORMULA_TRANSPARENT = YES
1496 # This tag requires that the tag GENERATE_HTML is set to YES.
1506 # This tag requires that the tag USE_MATHJAX is set to YES.
1519 # This tag requires that the tag USE_MATHJAX is set to YES.
1526 # This tag requires that the tag USE_MATHJAX is set to YES.
1534 # This tag requires that the tag USE_MATHJAX is set to YES.
1554 # The default value is: YES.
1555 # This tag requires that the tag GENERATE_HTML is set to YES.
1557 SEARCHENGINE = YES
1567 # This tag requires that the tag SEARCHENGINE is set to YES.
1583 # This tag requires that the tag SEARCHENGINE is set to YES.
1594 # This tag requires that the tag SEARCHENGINE is set to YES.
1602 # This tag requires that the tag SEARCHENGINE is set to YES.
1610 # This tag requires that the tag SEARCHENGINE is set to YES.
1620 # This tag requires that the tag SEARCHENGINE is set to YES.
1628 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1629 # The default value is: YES.
1637 # This tag requires that the tag GENERATE_LATEX is set to YES.
1648 # This tag requires that the tag GENERATE_LATEX is set to YES.
1655 # This tag requires that the tag GENERATE_LATEX is set to YES.
1659 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1663 # This tag requires that the tag GENERATE_LATEX is set to YES.
1672 # This tag requires that the tag GENERATE_LATEX is set to YES.
1684 # This tag requires that the tag GENERATE_LATEX is set to YES.
1700 # This tag requires that the tag GENERATE_LATEX is set to YES.
1711 # 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.
1730 # This tag requires that the tag GENERATE_LATEX is set to YES.
1734 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1738 # The default value is: YES.
1739 # This tag requires that the tag GENERATE_LATEX is set to YES.
1741 PDF_HYPERLINKS = YES
1743 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1744 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1746 # The default value is: YES.
1747 # This tag requires that the tag GENERATE_LATEX is set to YES.
1749 USE_PDFLATEX = YES
1751 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1756 # This tag requires that the tag GENERATE_LATEX is set to YES.
1760 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1763 # This tag requires that the tag GENERATE_LATEX is set to YES.
1767 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1773 # This tag requires that the tag GENERATE_LATEX is set to YES.
1781 # This tag requires that the tag GENERATE_LATEX is set to YES.
1785 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1789 # This tag requires that the tag GENERATE_LATEX is set to YES.
1797 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1808 # This tag requires that the tag GENERATE_RTF is set to YES.
1812 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1816 # This tag requires that the tag GENERATE_RTF is set to YES.
1820 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1828 # This tag requires that the tag GENERATE_RTF is set to YES.
1838 # This tag requires that the tag GENERATE_RTF is set to YES.
1845 # This tag requires that the tag GENERATE_RTF is set to YES.
1849 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1855 # This tag requires that the tag GENERATE_RTF is set to YES.
1863 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1874 # This tag requires that the tag GENERATE_MAN is set to YES.
1883 # This tag requires that the tag GENERATE_MAN is set to YES.
1890 # This tag requires that the tag GENERATE_MAN is set to YES.
1894 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1899 # This tag requires that the tag GENERATE_MAN is set to YES.
1907 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1917 # This tag requires that the tag GENERATE_XML is set to YES.
1921 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1925 # The default value is: YES.
1926 # This tag requires that the tag GENERATE_XML is set to YES.
1928 XML_PROGRAMLISTING = YES
1934 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1944 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1948 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1953 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1961 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1973 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
1981 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
1985 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1989 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
1994 # The default value is: YES.
1995 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1997 PERLMOD_PRETTY = YES
2003 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2011 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2013 # The default value is: YES.
2015 ENABLE_PREPROCESSING = YES
2017 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2020 # EXPAND_ONLY_PREDEF to YES.
2022 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2026 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2030 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2034 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2036 # The default value is: YES.
2037 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2039 SEARCH_INCLUDES = YES
2044 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2052 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2062 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2066 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2071 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2075 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2080 # The default value is: YES.
2081 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2083 SKIP_FUNCTION_MACROS = YES
2110 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2117 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2120 # The default value is: YES.
2122 EXTERNAL_GROUPS = YES
2124 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2127 # The default value is: YES.
2129 EXTERNAL_PAGES = YES
2141 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2146 # The default value is: YES.
2148 CLASS_DIAGRAMS = YES
2166 # If set to YES the inheritance and collaboration graphs will hide inheritance
2168 # The default value is: YES.
2170 HIDE_UNDOC_RELATIONS = YES
2172 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2177 # The default value is: YES.
2179 HAVE_DOT = YES
2187 # This tag requires that the tag HAVE_DOT is set to YES.
2197 # This tag requires that the tag HAVE_DOT is set to YES.
2204 # This tag requires that the tag HAVE_DOT is set to YES.
2211 # This tag requires that the tag HAVE_DOT is set to YES.
2215 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2217 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2218 # The default value is: YES.
2219 # This tag requires that the tag HAVE_DOT is set to YES.
2221 CLASS_GRAPH = YES
2223 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2227 # The default value is: YES.
2228 # This tag requires that the tag HAVE_DOT is set to YES.
2230 COLLABORATION_GRAPH = YES
2232 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2234 # The default value is: YES.
2235 # This tag requires that the tag HAVE_DOT is set to YES.
2237 GROUP_GRAPHS = YES
2239 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2243 # This tag requires that the tag HAVE_DOT is set to YES.
2256 # This tag requires that the tag HAVE_DOT is set to YES.
2260 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2264 # This tag requires that the tag HAVE_DOT is set to YES.
2269 # YES then doxygen will generate a graph for each documented file showing the
2272 # The default value is: YES.
2273 # This tag requires that the tag HAVE_DOT is set to YES.
2275 INCLUDE_GRAPH = YES
2278 # set to YES then doxygen will generate a graph for each documented file showing
2281 # The default value is: YES.
2282 # This tag requires that the tag HAVE_DOT is set to YES.
2284 INCLUDED_BY_GRAPH = YES
2286 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2294 # This tag requires that the tag HAVE_DOT is set to YES.
2298 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2306 # This tag requires that the tag HAVE_DOT is set to YES.
2310 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2312 # The default value is: YES.
2313 # This tag requires that the tag HAVE_DOT is set to YES.
2315 GRAPHICAL_HIERARCHY = YES
2317 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2321 # The default value is: YES.
2322 # This tag requires that the tag HAVE_DOT is set to YES.
2324 DIRECTORY_GRAPH = YES
2339 # This tag requires that the tag HAVE_DOT is set to YES.
2343 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2351 # This tag requires that the tag HAVE_DOT is set to YES.
2357 # This tag requires that the tag HAVE_DOT is set to YES.
2364 # This tag requires that the tag HAVE_DOT is set to YES.
2406 # This tag requires that the tag HAVE_DOT is set to YES.
2418 # This tag requires that the tag HAVE_DOT is set to YES.
2422 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2430 # This tag requires that the tag HAVE_DOT is set to YES.
2434 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2439 # This tag requires that the tag HAVE_DOT is set to YES.
2443 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2446 # The default value is: YES.
2447 # This tag requires that the tag HAVE_DOT is set to YES.
2449 GENERATE_LEGEND = YES
2451 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2453 # The default value is: YES.
2454 # This tag requires that the tag HAVE_DOT is set to YES.
2456 DOT_CLEANUP = YES