Lines Matching refs:YES

78 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
103 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
106 # The default value is: YES.
108 BRIEF_MEMBER_DESC = YES
110 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
115 # The default value is: YES.
117 REPEAT_BRIEF = YES
130 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
137 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
145 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
148 # The default value is: YES.
150 FULL_PATH_NAMES = YES
160 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
173 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
180 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
189 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
197 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
201 # tag to YES if you prefer the old behavior instead.
203 # Note that setting this tag to YES also means that rational rose comments are
209 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
211 # The default value is: YES.
213 INHERIT_DOCS = YES
215 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
246 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
252 OPTIMIZE_OUTPUT_FOR_C = YES
254 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
262 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
268 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
296 # The default value is: YES.
298 MARKDOWN_SUPPORT = YES
304 # The default value is: YES.
306 AUTOLINK_SUPPORT = YES
310 # tag to YES in order to let doxygen match functions declarations and
318 # If you use Microsoft's C++/CLI language, you should set this option to YES to
324 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
333 # getter and setter methods for a property. Setting this option to YES will make
338 # The default value is: YES.
340 IDL_PROPERTY_SUPPORT = YES
343 # tag is set to YES, then doxygen will reuse the documentation of the first
350 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
355 # The default value is: YES.
357 SUBGROUPING = YES
359 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
370 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
408 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
411 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
413 # normally produced when WARNINGS is set to YES.
418 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
424 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
430 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be
434 EXTRACT_STATIC = YES
436 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
440 # The default value is: YES.
444 # This flag is only useful for Objective-C code. When set to YES local methods,
452 # If this flag is set to YES, the members of anonymous namespaces will be
461 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
467 HIDE_UNDOC_MEMBERS = YES
469 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
475 HIDE_UNDOC_CLASSES = YES
477 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
484 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
493 # will be excluded. Set it to YES to include the internal documentation.
496 INTERNAL_DOCS = YES
499 # names in lower-case letters. If set to YES upper-case letters are also
505 CASE_SENSE_NAMES = YES
508 # their full class and namespace scopes in the documentation. If set to YES the
514 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
516 # The default value is: YES.
518 SHOW_INCLUDE_FILES = YES
520 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
527 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
533 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
535 # The default value is: YES.
537 INLINE_INFO = YES
539 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
542 # The default value is: YES.
544 SORT_MEMBER_DOCS = YES
546 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
554 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
566 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
573 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
576 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
593 # The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the
596 # The default value is: YES.
598 GENERATE_TODOLIST = YES
600 # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the
603 # The default value is: YES.
605 GENERATE_TESTLIST = YES
607 # The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug
609 # The default value is: YES.
611 GENERATE_BUGLIST = YES
613 # The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO)
616 # The default value is: YES.
618 GENERATE_DEPRECATEDLIST= YES
638 # the bottom of the documentation of classes and structs. If set to YES the list
640 # The default value is: YES.
642 SHOW_USED_FILES = YES
647 # The default value is: YES.
649 SHOW_FILES = YES
654 # The default value is: YES.
656 SHOW_NAMESPACES = YES
697 # standard output by doxygen. If QUIET is set to YES this implies that the
704 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
708 # The default value is: YES.
710 WARNINGS = YES
712 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
713 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
715 # The default value is: YES.
717 WARN_IF_UNDOCUMENTED = YES
719 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
723 # The default value is: YES.
725 WARN_IF_DOC_ERROR = YES
787 RECURSIVE = YES
838 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
877 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
879 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
888 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
903 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
912 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
918 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
921 # The default value is: YES.
923 STRIP_CODE_COMMENTS = YES
925 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
931 # If the REFERENCES_RELATION tag is set to YES then for each documented function
937 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
938 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and
941 # The default value is: YES.
943 REFERENCES_LINK_SOURCE = YES
950 # The default value is: YES.
951 # This tag requires that the tag SOURCE_BROWSER is set to YES.
953 SOURCE_TOOLTIPS = YES
955 # If the USE_HTAGS tag is set to YES then the references to source code will
973 # This tag requires that the tag SOURCE_BROWSER is set to YES.
977 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
981 # The default value is: YES.
983 VERBATIM_HEADERS = YES
989 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
992 # The default value is: YES.
994 ALPHABETICAL_INDEX = YES
999 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1007 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1015 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1016 # The default value is: YES.
1018 GENERATE_HTML = YES
1024 # This tag requires that the tag GENERATE_HTML is set to YES.
1031 # This tag requires that the tag GENERATE_HTML is set to YES.
1051 # This tag requires that the tag GENERATE_HTML is set to YES.
1061 # This tag requires that the tag GENERATE_HTML is set to YES.
1073 # This tag requires that the tag GENERATE_HTML is set to YES.
1084 # This tag requires that the tag GENERATE_HTML is set to YES.
1094 # This tag requires that the tag GENERATE_HTML is set to YES.
1105 # This tag requires that the tag GENERATE_HTML is set to YES.
1113 # This tag requires that the tag GENERATE_HTML is set to YES.
1124 # This tag requires that the tag GENERATE_HTML is set to YES.
1128 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1131 # The default value is: YES.
1132 # This tag requires that the tag GENERATE_HTML is set to YES.
1134 HTML_TIMESTAMP = YES
1136 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1140 # This tag requires that the tag GENERATE_HTML is set to YES.
1153 # This tag requires that the tag GENERATE_HTML is set to YES.
1157 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1167 # This tag requires that the tag GENERATE_HTML is set to YES.
1175 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1183 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1191 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1197 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1201 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1215 # This tag requires that the tag GENERATE_HTML is set to YES.
1222 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1230 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1235 # YES) or that it should be included in the master .chm file ( NO).
1237 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1243 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1248 # YES) or a normal table of contents ( NO) in the .chm file.
1250 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1254 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1257 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1261 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1266 # This tag requires that the tag GENERATE_HTML is set to YES.
1273 # This tag requires that the tag GENERATE_QHP is set to YES.
1281 # This tag requires that the tag GENERATE_QHP is set to YES.
1290 # This tag requires that the tag GENERATE_QHP is set to YES.
1298 # 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.
1320 # This tag requires that the tag GENERATE_QHP is set to YES.
1324 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1332 # This tag requires that the tag GENERATE_HTML is set to YES.
1340 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1347 # of each HTML page. A value of NO enables the index and the value YES disables
1349 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1351 # This tag requires that the tag GENERATE_HTML is set to YES.
1357 # value is set to YES, a side panel will be generated containing a tree-like
1366 # DISABLE_INDEX to YES when enabling this option.
1368 # This tag requires that the tag GENERATE_HTML is set to YES.
1370 GENERATE_TREEVIEW = YES
1378 # This tag requires that the tag GENERATE_HTML is set to YES.
1385 # This tag requires that the tag GENERATE_HTML is set to YES.
1389 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1392 # This tag requires that the tag GENERATE_HTML is set to YES.
1401 # This tag requires that the tag GENERATE_HTML is set to YES.
1411 # The default value is: YES.
1412 # This tag requires that the tag GENERATE_HTML is set to YES.
1414 FORMULA_TRANSPARENT = YES
1423 # This tag requires that the tag GENERATE_HTML is set to YES.
1433 # 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.
1453 # This tag requires that the tag USE_MATHJAX is set to YES.
1461 # This tag requires that the tag USE_MATHJAX is set to YES.
1481 # The default value is: YES.
1482 # This tag requires that the tag GENERATE_HTML is set to YES.
1484 SEARCHENGINE = YES
1494 # This tag requires that the tag SEARCHENGINE is set to YES.
1510 # This tag requires that the tag SEARCHENGINE is set to YES.
1521 # This tag requires that the tag SEARCHENGINE is set to YES.
1529 # This tag requires that the tag SEARCHENGINE is set to YES.
1537 # This tag requires that the tag SEARCHENGINE is set to YES.
1547 # This tag requires that the tag SEARCHENGINE is set to YES.
1555 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1556 # The default value is: YES.
1564 # This tag requires that the tag GENERATE_LATEX is set to YES.
1575 # This tag requires that the tag GENERATE_LATEX is set to YES.
1582 # This tag requires that the tag GENERATE_LATEX is set to YES.
1586 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1590 # This tag requires that the tag GENERATE_LATEX is set to YES.
1599 # This tag requires that the tag GENERATE_LATEX is set to YES.
1608 # This tag requires that the tag GENERATE_LATEX is set to YES.
1624 # This tag requires that the tag GENERATE_LATEX is set to YES.
1633 # This tag requires that the tag GENERATE_LATEX is set to YES.
1641 # This tag requires that the tag GENERATE_LATEX is set to YES.
1645 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1649 # The default value is: YES.
1650 # This tag requires that the tag GENERATE_LATEX is set to YES.
1652 PDF_HYPERLINKS = YES
1654 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1655 # the PDF file directly from the LaTeX files. Set this option to YES to get a
1657 # The default value is: YES.
1658 # This tag requires that the tag GENERATE_LATEX is set to YES.
1660 USE_PDFLATEX = YES
1662 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1667 # This tag requires that the tag GENERATE_LATEX is set to YES.
1671 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1674 # This tag requires that the tag GENERATE_LATEX is set to YES.
1678 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1684 # This tag requires that the tag GENERATE_LATEX is set to YES.
1692 # This tag requires that the tag GENERATE_LATEX is set to YES.
1700 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1711 # This tag requires that the tag GENERATE_RTF is set to YES.
1715 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1719 # This tag requires that the tag GENERATE_RTF is set to YES.
1723 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1731 # This tag requires that the tag GENERATE_RTF is set to YES.
1741 # This tag requires that the tag GENERATE_RTF is set to YES.
1748 # This tag requires that the tag GENERATE_RTF is set to YES.
1756 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1767 # This tag requires that the tag GENERATE_MAN is set to YES.
1776 # This tag requires that the tag GENERATE_MAN is set to YES.
1780 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1785 # This tag requires that the tag GENERATE_MAN is set to YES.
1793 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1803 # This tag requires that the tag GENERATE_XML is set to YES.
1809 # This tag requires that the tag GENERATE_XML is set to YES.
1815 # This tag requires that the tag GENERATE_XML is set to YES.
1819 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1823 # The default value is: YES.
1824 # This tag requires that the tag GENERATE_XML is set to YES.
1826 XML_PROGRAMLISTING = YES
1832 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1842 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1850 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1862 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1870 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1874 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1878 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1883 # The default value is: YES.
1884 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1886 PERLMOD_PRETTY = YES
1892 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1900 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1902 # The default value is: YES.
1904 ENABLE_PREPROCESSING = YES
1906 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1909 # EXPAND_ONLY_PREDEF to YES.
1911 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1915 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1919 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1923 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1925 # The default value is: YES.
1926 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1928 SEARCH_INCLUDES = YES
1933 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1941 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1951 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1959 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1964 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1968 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1973 # The default value is: YES.
1974 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1976 SKIP_FUNCTION_MACROS = YES
2003 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
2009 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
2012 # The default value is: YES.
2014 EXTERNAL_GROUPS = YES
2016 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
2019 # The default value is: YES.
2021 EXTERNAL_PAGES = YES
2033 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2038 # The default value is: YES.
2040 CLASS_DIAGRAMS = YES
2058 # If set to YES, the inheritance and collaboration graphs will hide inheritance
2060 # The default value is: YES.
2062 HIDE_UNDOC_RELATIONS = YES
2064 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2079 # 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.
2096 # This tag requires that the tag HAVE_DOT is set to YES.
2103 # This tag requires that the tag HAVE_DOT is set to YES.
2107 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2109 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2110 # The default value is: YES.
2111 # This tag requires that the tag HAVE_DOT is set to YES.
2113 CLASS_GRAPH = YES
2115 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2119 # The default value is: YES.
2120 # This tag requires that the tag HAVE_DOT is set to YES.
2122 COLLABORATION_GRAPH = YES
2124 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2126 # The default value is: YES.
2127 # This tag requires that the tag HAVE_DOT is set to YES.
2129 GROUP_GRAPHS = YES
2131 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2135 # This tag requires that the tag HAVE_DOT is set to YES.
2148 # This tag requires that the tag HAVE_DOT is set to YES.
2152 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2156 # This tag requires that the tag HAVE_DOT is set to YES.
2161 # YES then doxygen will generate a graph for each documented file showing the
2164 # The default value is: YES.
2165 # This tag requires that the tag HAVE_DOT is set to YES.
2167 INCLUDE_GRAPH = YES
2170 # set to YES then doxygen will generate a graph for each documented file showing
2173 # The default value is: YES.
2174 # This tag requires that the tag HAVE_DOT is set to YES.
2176 INCLUDED_BY_GRAPH = YES
2178 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2185 # This tag requires that the tag HAVE_DOT is set to YES.
2189 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2196 # This tag requires that the tag HAVE_DOT is set to YES.
2200 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2202 # The default value is: YES.
2203 # This tag requires that the tag HAVE_DOT is set to YES.
2205 GRAPHICAL_HIERARCHY = YES
2207 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2211 # The default value is: YES.
2212 # This tag requires that the tag HAVE_DOT is set to YES.
2214 DIRECTORY_GRAPH = YES
2223 # This tag requires that the tag HAVE_DOT is set to YES.
2227 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2235 # This tag requires that the tag HAVE_DOT is set to YES.
2241 # This tag requires that the tag HAVE_DOT is set to YES.
2248 # This tag requires that the tag HAVE_DOT is set to YES.
2272 # This tag requires that the tag HAVE_DOT is set to YES.
2284 # This tag requires that the tag HAVE_DOT is set to YES.
2288 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2296 # This tag requires that the tag HAVE_DOT is set to YES.
2300 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
2305 # This tag requires that the tag HAVE_DOT is set to YES.
2307 DOT_MULTI_TARGETS = YES
2309 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2312 # The default value is: YES.
2313 # This tag requires that the tag HAVE_DOT is set to YES.
2315 GENERATE_LEGEND = YES
2317 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
2319 # The default value is: YES.
2320 # This tag requires that the tag HAVE_DOT is set to YES.
2322 DOT_CLEANUP = YES