• Home
  • Raw
  • Download

Lines Matching refs:YES

63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
91 # The default value is: YES.
93 BRIEF_MEMBER_DESC = YES
95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
100 # The default value is: YES.
102 REPEAT_BRIEF = YES
115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
122 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
130 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
133 # The default value is: YES.
135 FULL_PATH_NAMES = YES
145 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
158 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
165 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
174 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
182 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
186 # tag to YES if you prefer the old behavior instead.
188 # Note that setting this tag to YES also means that rational rose comments are
194 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
196 # The default value is: YES.
198 INHERIT_DOCS = YES
200 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
231 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
239 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
247 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
253 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
281 # The default value is: YES.
283 MARKDOWN_SUPPORT = YES
289 # The default value is: YES.
291 AUTOLINK_SUPPORT = YES
295 # tag to YES in order to let doxygen match functions declarations and
303 # If you use Microsoft's C++/CLI language, you should set this option to YES to
309 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
318 # getter and setter methods for a property. Setting this option to YES will make
323 # The default value is: YES.
325 IDL_PROPERTY_SUPPORT = YES
328 # tag is set to YES, then doxygen will reuse the documentation of the first
335 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
340 # The default value is: YES.
342 SUBGROUPING = YES
344 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
355 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
393 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
396 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
398 # normally produced when WARNINGS is set to YES.
401 EXTRACT_ALL = YES
403 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
409 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
415 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be
419 EXTRACT_STATIC = YES
421 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
425 # The default value is: YES.
427 EXTRACT_LOCAL_CLASSES = YES
429 # This flag is only useful for Objective-C code. When set to YES local methods,
437 # If this flag is set to YES, the members of anonymous namespaces will be
446 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
454 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
462 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
469 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
478 # will be excluded. Set it to YES to include the internal documentation.
484 # names in lower-case letters. If set to YES upper-case letters are also
490 CASE_SENSE_NAMES = YES
493 # their full class and namespace scopes in the documentation. If set to YES the
499 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
501 # The default value is: YES.
503 SHOW_INCLUDE_FILES = YES
505 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
512 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
518 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
520 # The default value is: YES.
522 INLINE_INFO = YES
524 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
527 # The default value is: YES.
529 SORT_MEMBER_DOCS = YES
531 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
539 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
551 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
558 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
561 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
578 # The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the
581 # The default value is: YES.
583 GENERATE_TODOLIST = YES
585 # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the
588 # The default value is: YES.
590 GENERATE_TESTLIST = YES
592 # The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug
594 # The default value is: YES.
596 GENERATE_BUGLIST = YES
598 # The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO)
601 # The default value is: YES.
603 GENERATE_DEPRECATEDLIST= YES
623 # the bottom of the documentation of classes and structs. If set to YES the list
625 # The default value is: YES.
627 SHOW_USED_FILES = YES
632 # The default value is: YES.
634 SHOW_FILES = YES
639 # The default value is: YES.
641 SHOW_NAMESPACES = YES
682 # standard output by doxygen. If QUIET is set to YES this implies that the
686 QUIET = YES
689 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
693 # The default value is: YES.
695 WARNINGS = YES
697 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
698 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
700 # The default value is: YES.
702 WARN_IF_UNDOCUMENTED = YES
704 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
708 # The default value is: YES.
710 WARN_IF_DOC_ERROR = YES
832 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
871 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
873 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
882 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
897 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
906 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
912 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
915 # The default value is: YES.
917 STRIP_CODE_COMMENTS = YES
919 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
925 # If the REFERENCES_RELATION tag is set to YES then for each documented function
931 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
932 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and
935 # The default value is: YES.
937 REFERENCES_LINK_SOURCE = YES
944 # The default value is: YES.
945 # This tag requires that the tag SOURCE_BROWSER is set to YES.
947 SOURCE_TOOLTIPS = YES
949 # If the USE_HTAGS tag is set to YES then the references to source code will
967 # This tag requires that the tag SOURCE_BROWSER is set to YES.
971 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
975 # The default value is: YES.
977 VERBATIM_HEADERS = YES
983 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
986 # The default value is: YES.
988 ALPHABETICAL_INDEX = YES
993 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1001 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1009 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1010 # The default value is: YES.
1012 GENERATE_HTML = YES
1018 # This tag requires that the tag GENERATE_HTML is set to YES.
1025 # This tag requires that the tag GENERATE_HTML is set to YES.
1045 # This tag requires that the tag GENERATE_HTML is set to YES.
1055 # This tag requires that the tag GENERATE_HTML is set to YES.
1067 # This tag requires that the tag GENERATE_HTML is set to YES.
1078 # This tag requires that the tag GENERATE_HTML is set to YES.
1088 # This tag requires that the tag GENERATE_HTML is set to YES.
1099 # This tag requires that the tag GENERATE_HTML is set to YES.
1107 # This tag requires that the tag GENERATE_HTML is set to YES.
1118 # This tag requires that the tag GENERATE_HTML is set to YES.
1122 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1125 # The default value is: YES.
1126 # This tag requires that the tag GENERATE_HTML is set to YES.
1128 HTML_TIMESTAMP = YES
1130 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1134 # This tag requires that the tag GENERATE_HTML is set to YES.
1147 # This tag requires that the tag GENERATE_HTML is set to YES.
1151 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1161 # This tag requires that the tag GENERATE_HTML is set to YES.
1169 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1177 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1185 # 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.
1195 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1209 # This tag requires that the tag GENERATE_HTML is set to YES.
1216 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1224 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1229 # YES) or that it should be included in the master .chm file ( NO).
1231 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1237 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1242 # YES) or a normal table of contents ( NO) in the .chm file.
1244 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1248 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1251 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1255 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1260 # This tag requires that the tag GENERATE_HTML is set to YES.
1267 # This tag requires that the tag GENERATE_QHP is set to YES.
1275 # This tag requires that the tag GENERATE_QHP is set to YES.
1284 # This tag requires that the tag GENERATE_QHP is set to YES.
1292 # This tag requires that the tag GENERATE_QHP is set to YES.
1300 # This tag requires that the tag GENERATE_QHP is set to YES.
1307 # This tag requires that the tag GENERATE_QHP is set to YES.
1314 # This tag requires that the tag GENERATE_QHP is set to YES.
1318 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1326 # This tag requires that the tag GENERATE_HTML is set to YES.
1334 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1341 # of each HTML page. A value of NO enables the index and the value YES disables
1343 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1345 # This tag requires that the tag GENERATE_HTML is set to YES.
1351 # value is set to YES, a side panel will be generated containing a tree-like
1360 # DISABLE_INDEX to YES when enabling this option.
1362 # This tag requires that the tag GENERATE_HTML is set to YES.
1372 # This tag requires that the tag GENERATE_HTML is set to YES.
1379 # This tag requires that the tag GENERATE_HTML is set to YES.
1383 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1386 # This tag requires that the tag GENERATE_HTML is set to YES.
1395 # This tag requires that the tag GENERATE_HTML is set to YES.
1405 # The default value is: YES.
1406 # This tag requires that the tag GENERATE_HTML is set to YES.
1408 FORMULA_TRANSPARENT = YES
1417 # This tag requires that the tag GENERATE_HTML is set to YES.
1427 # This tag requires that the tag USE_MATHJAX is set to YES.
1440 # This tag requires that the tag USE_MATHJAX is set to YES.
1447 # This tag requires that the tag USE_MATHJAX is set to YES.
1455 # This tag requires that the tag USE_MATHJAX is set to YES.
1475 # The default value is: YES.
1476 # This tag requires that the tag GENERATE_HTML is set to YES.
1488 # This tag requires that the tag SEARCHENGINE is set to YES.
1504 # This tag requires that the tag SEARCHENGINE is set to YES.
1515 # This tag requires that the tag SEARCHENGINE is set to YES.
1523 # This tag requires that the tag SEARCHENGINE is set to YES.
1531 # This tag requires that the tag SEARCHENGINE is set to YES.
1541 # This tag requires that the tag SEARCHENGINE is set to YES.
1549 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1550 # The default value is: YES.
1558 # This tag requires that the tag GENERATE_LATEX is set to YES.
1569 # This tag requires that the tag GENERATE_LATEX is set to YES.
1576 # This tag requires that the tag GENERATE_LATEX is set to YES.
1580 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1584 # This tag requires that the tag GENERATE_LATEX is set to YES.
1593 # This tag requires that the tag GENERATE_LATEX is set to YES.
1602 # This tag requires that the tag GENERATE_LATEX is set to YES.
1618 # This tag requires that the tag GENERATE_LATEX is set to YES.
1627 # This tag requires that the tag GENERATE_LATEX is set to YES.
1635 # This tag requires that the tag GENERATE_LATEX is set to YES.
1639 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1643 # The default value is: YES.
1644 # This tag requires that the tag GENERATE_LATEX is set to YES.
1646 PDF_HYPERLINKS = YES
1648 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1649 # the PDF file directly from the LaTeX files. Set this option to YES to get a
1651 # The default value is: YES.
1652 # This tag requires that the tag GENERATE_LATEX is set to YES.
1654 USE_PDFLATEX = YES
1656 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1661 # This tag requires that the tag GENERATE_LATEX is set to YES.
1665 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1668 # This tag requires that the tag GENERATE_LATEX is set to YES.
1672 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1678 # This tag requires that the tag GENERATE_LATEX is set to YES.
1686 # This tag requires that the tag GENERATE_LATEX is set to YES.
1694 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1705 # This tag requires that the tag GENERATE_RTF is set to YES.
1709 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1713 # This tag requires that the tag GENERATE_RTF is set to YES.
1717 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1725 # This tag requires that the tag GENERATE_RTF is set to YES.
1735 # This tag requires that the tag GENERATE_RTF is set to YES.
1742 # This tag requires that the tag GENERATE_RTF is set to YES.
1750 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1761 # This tag requires that the tag GENERATE_MAN is set to YES.
1770 # This tag requires that the tag GENERATE_MAN is set to YES.
1774 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1779 # This tag requires that the tag GENERATE_MAN is set to YES.
1787 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1797 # This tag requires that the tag GENERATE_XML is set to YES.
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.
1813 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1817 # The default value is: YES.
1818 # This tag requires that the tag GENERATE_XML is set to YES.
1820 XML_PROGRAMLISTING = YES
1826 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1836 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1844 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1856 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1864 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1868 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1872 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1877 # The default value is: YES.
1878 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1880 PERLMOD_PRETTY = YES
1886 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1894 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1896 # The default value is: YES.
1898 ENABLE_PREPROCESSING = YES
1900 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1903 # EXPAND_ONLY_PREDEF to YES.
1905 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1909 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1913 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1917 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1919 # The default value is: YES.
1920 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1922 SEARCH_INCLUDES = YES
1927 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1935 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1945 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1949 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1954 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1958 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1963 # The default value is: YES.
1964 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1966 SKIP_FUNCTION_MACROS = YES
1993 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
1999 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
2002 # The default value is: YES.
2004 EXTERNAL_GROUPS = YES
2006 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
2009 # The default value is: YES.
2011 EXTERNAL_PAGES = YES
2023 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2028 # The default value is: YES.
2030 CLASS_DIAGRAMS = YES
2048 # If set to YES, the inheritance and collaboration graphs will hide inheritance
2050 # The default value is: YES.
2052 HIDE_UNDOC_RELATIONS = YES
2054 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2069 # This tag requires that the tag HAVE_DOT is set to YES.
2079 # This tag requires that the tag HAVE_DOT is set to YES.
2086 # This tag requires that the tag HAVE_DOT is set to YES.
2093 # This tag requires that the tag HAVE_DOT is set to YES.
2097 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2099 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2100 # The default value is: YES.
2101 # This tag requires that the tag HAVE_DOT is set to YES.
2103 CLASS_GRAPH = YES
2105 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2109 # The default value is: YES.
2110 # This tag requires that the tag HAVE_DOT is set to YES.
2112 COLLABORATION_GRAPH = YES
2114 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2116 # The default value is: YES.
2117 # This tag requires that the tag HAVE_DOT is set to YES.
2119 GROUP_GRAPHS = YES
2121 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2125 # This tag requires that the tag HAVE_DOT is set to YES.
2138 # This tag requires that the tag HAVE_DOT is set to YES.
2142 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2146 # This tag requires that the tag HAVE_DOT is set to YES.
2151 # YES then doxygen will generate a graph for each documented file showing the
2154 # The default value is: YES.
2155 # This tag requires that the tag HAVE_DOT is set to YES.
2157 INCLUDE_GRAPH = YES
2160 # set to YES then doxygen will generate a graph for each documented file showing
2163 # The default value is: YES.
2164 # This tag requires that the tag HAVE_DOT is set to YES.
2166 INCLUDED_BY_GRAPH = YES
2168 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2175 # This tag requires that the tag HAVE_DOT is set to YES.
2179 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2186 # This tag requires that the tag HAVE_DOT is set to YES.
2190 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2192 # The default value is: YES.
2193 # This tag requires that the tag HAVE_DOT is set to YES.
2195 GRAPHICAL_HIERARCHY = YES
2197 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2201 # The default value is: YES.
2202 # This tag requires that the tag HAVE_DOT is set to YES.
2204 DIRECTORY_GRAPH = YES
2213 # This tag requires that the tag HAVE_DOT is set to YES.
2217 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2225 # This tag requires that the tag HAVE_DOT is set to YES.
2231 # This tag requires that the tag HAVE_DOT is set to YES.
2238 # This tag requires that the tag HAVE_DOT is set to YES.
2262 # This tag requires that the tag HAVE_DOT is set to YES.
2274 # This tag requires that the tag HAVE_DOT is set to YES.
2278 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2286 # This tag requires that the tag HAVE_DOT is set to YES.
2290 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
2295 # This tag requires that the tag HAVE_DOT is set to YES.
2297 DOT_MULTI_TARGETS = YES
2299 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2302 # The default value is: YES.
2303 # This tag requires that the tag HAVE_DOT is set to YES.
2305 GENERATE_LEGEND = YES
2307 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
2309 # The default value is: YES.
2310 # This tag requires that the tag HAVE_DOT is set to YES.
2312 DOT_CLEANUP = YES