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.
125 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
132 DETAILS_AT_TOP = YES
134 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
142 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
145 # The default value is: YES.
147 FULL_PATH_NAMES = YES
157 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
170 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
177 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
186 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
194 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
198 # tag to YES if you prefer the old behavior instead.
200 # Note that setting this tag to YES also means that rational rose comments are
206 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
208 # The default value is: YES.
210 INHERIT_DOCS = YES
212 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
252 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
258 OPTIMIZE_OUTPUT_FOR_C = YES
260 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
268 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
274 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
302 # The default value is: YES.
304 MARKDOWN_SUPPORT = YES
310 # The default value is: YES.
312 AUTOLINK_SUPPORT = YES
316 # tag to YES in order to let doxygen match functions declarations and
324 # If you use Microsoft's C++/CLI language, you should set this option to YES to
330 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
339 # getter and setter methods for a property. Setting this option to YES will make
344 # The default value is: YES.
346 IDL_PROPERTY_SUPPORT = YES
349 # tag is set to YES, then doxygen will reuse the documentation of the first
356 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
361 # The default value is: YES.
363 SUBGROUPING = YES
365 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
376 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
414 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
417 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
419 # normally produced when WARNINGS is set to YES.
424 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
430 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
436 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be
442 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
446 # The default value is: YES.
448 EXTRACT_LOCAL_CLASSES = YES
450 # This flag is only useful for Objective-C code. When set to YES local methods,
458 # If this flag is set to YES, the members of anonymous namespaces will be
467 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
475 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
483 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
490 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
499 # will be excluded. Set it to YES to include the internal documentation.
505 # names in lower-case letters. If set to YES upper-case letters are also
514 # their full class and namespace scopes in the documentation. If set to YES the
518 HIDE_SCOPE_NAMES = YES
520 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
522 # The default value is: YES.
526 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
533 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
539 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
541 # The default value is: YES.
543 INLINE_INFO = YES
545 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
548 # The default value is: YES.
552 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
560 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
572 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
579 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
582 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
599 # The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the
602 # The default value is: YES.
604 GENERATE_TODOLIST = YES
606 # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the
609 # The default value is: YES.
611 GENERATE_TESTLIST = YES
613 # The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug
615 # The default value is: YES.
617 GENERATE_BUGLIST = YES
619 # The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO)
622 # The default value is: YES.
624 GENERATE_DEPRECATEDLIST= YES
644 # the bottom of the documentation of classes and structs. If set to YES the list
646 # The default value is: YES.
648 SHOW_USED_FILES = YES
653 # The default value is: YES.
655 SHOW_FILES = YES
660 # The default value is: YES.
662 SHOW_NAMESPACES = YES
703 # standard output by doxygen. If QUIET is set to YES this implies that the
710 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
714 # The default value is: YES.
716 WARNINGS = YES
718 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
719 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
721 # The default value is: YES.
723 WARN_IF_UNDOCUMENTED = YES
725 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
729 # The default value is: YES.
731 WARN_IF_DOC_ERROR = YES
837 RECURSIVE = YES
890 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
929 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
931 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
940 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
955 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
964 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
970 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
973 # The default value is: YES.
975 STRIP_CODE_COMMENTS = YES
977 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
983 # If the REFERENCES_RELATION tag is set to YES then for each documented function
989 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
990 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and
993 # The default value is: YES.
995 REFERENCES_LINK_SOURCE = YES
1002 # The default value is: YES.
1003 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1005 SOURCE_TOOLTIPS = YES
1007 # If the USE_HTAGS tag is set to YES then the references to source code will
1025 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1029 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1033 # The default value is: YES.
1035 VERBATIM_HEADERS = YES
1041 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1044 # The default value is: YES.
1046 ALPHABETICAL_INDEX = YES
1051 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1059 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1067 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1068 # The default value is: YES.
1070 GENERATE_HTML = YES
1076 # This tag requires that the tag GENERATE_HTML is set to YES.
1083 # This tag requires that the tag GENERATE_HTML is set to YES.
1103 # 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.
1125 # This tag requires that the tag GENERATE_HTML is set to YES.
1136 # This tag requires that the tag GENERATE_HTML is set to YES.
1146 # This tag requires that the tag GENERATE_HTML is set to YES.
1157 # 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.
1180 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1183 # The default value is: YES.
1184 # This tag requires that the tag GENERATE_HTML is set to YES.
1186 HTML_TIMESTAMP = YES
1188 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1192 # This tag requires that the tag GENERATE_HTML is set to YES.
1205 # This tag requires that the tag GENERATE_HTML is set to YES.
1209 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1219 # This tag requires that the tag GENERATE_HTML is set to YES.
1227 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1235 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1243 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1249 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1253 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1267 # This tag requires that the tag GENERATE_HTML is set to YES.
1274 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1282 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1287 # YES) or that it should be included in the master .chm file ( NO).
1289 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1295 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1300 # YES) or a normal table of contents ( NO) in the .chm file.
1302 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1306 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1309 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1313 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1318 # This tag requires that the tag GENERATE_HTML is set to YES.
1325 # This tag requires that the tag GENERATE_QHP is set to YES.
1333 # This tag requires that the tag GENERATE_QHP is set to YES.
1342 # This tag requires that the tag GENERATE_QHP is set to YES.
1350 # This tag requires that the tag GENERATE_QHP is set to YES.
1358 # This tag requires that the tag GENERATE_QHP is set to YES.
1365 # This tag requires that the tag GENERATE_QHP is set to YES.
1372 # This tag requires that the tag GENERATE_QHP is set to YES.
1376 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1384 # This tag requires that the tag GENERATE_HTML is set to YES.
1392 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1399 # of each HTML page. A value of NO enables the index and the value YES disables
1401 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1403 # This tag requires that the tag GENERATE_HTML is set to YES.
1409 # value is set to YES, a side panel will be generated containing a tree-like
1418 # DISABLE_INDEX to YES when enabling this option.
1420 # This tag requires that the tag GENERATE_HTML is set to YES.
1430 # This tag requires that the tag GENERATE_HTML is set to YES.
1437 # This tag requires that the tag GENERATE_HTML is set to YES.
1441 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1444 # This tag requires that the tag GENERATE_HTML is set to YES.
1453 # This tag requires that the tag GENERATE_HTML is set to YES.
1463 # The default value is: YES.
1464 # This tag requires that the tag GENERATE_HTML is set to YES.
1466 FORMULA_TRANSPARENT = YES
1475 # This tag requires that the tag GENERATE_HTML is set to YES.
1485 # This tag requires that the tag USE_MATHJAX is set to YES.
1498 # This tag requires that the tag USE_MATHJAX is set to YES.
1505 # This tag requires that the tag USE_MATHJAX is set to YES.
1513 # This tag requires that the tag USE_MATHJAX is set to YES.
1533 # The default value is: YES.
1534 # This tag requires that the tag GENERATE_HTML is set to YES.
1536 SEARCHENGINE = YES
1546 # This tag requires that the tag SEARCHENGINE is set to YES.
1562 # This tag requires that the tag SEARCHENGINE is set to YES.
1573 # This tag requires that the tag SEARCHENGINE is set to YES.
1581 # This tag requires that the tag SEARCHENGINE is set to YES.
1589 # This tag requires that the tag SEARCHENGINE is set to YES.
1599 # This tag requires that the tag SEARCHENGINE is set to YES.
1607 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1608 # The default value is: YES.
1610 GENERATE_LATEX = YES
1616 # 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.
1634 # This tag requires that the tag GENERATE_LATEX is set to YES.
1638 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1642 # This tag requires that the tag GENERATE_LATEX is set to YES.
1651 # This tag requires that the tag GENERATE_LATEX is set to YES.
1660 # This tag requires that the tag GENERATE_LATEX is set to YES.
1676 # This tag requires that the tag GENERATE_LATEX is set to YES.
1685 # This tag requires that the tag GENERATE_LATEX is set to YES.
1693 # This tag requires that the tag GENERATE_LATEX is set to YES.
1697 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1701 # The default value is: YES.
1702 # This tag requires that the tag GENERATE_LATEX is set to YES.
1704 PDF_HYPERLINKS = YES
1706 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1707 # the PDF file directly from the LaTeX files. Set this option to YES to get a
1709 # The default value is: YES.
1710 # This tag requires that the tag GENERATE_LATEX is set to YES.
1712 USE_PDFLATEX = YES
1714 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1719 # This tag requires that the tag GENERATE_LATEX is set to YES.
1723 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1726 # This tag requires that the tag GENERATE_LATEX is set to YES.
1730 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1736 # This tag requires that the tag GENERATE_LATEX is set to YES.
1744 # This tag requires that the tag GENERATE_LATEX is set to YES.
1752 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1763 # This tag requires that the tag GENERATE_RTF is set to YES.
1767 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1771 # This tag requires that the tag GENERATE_RTF is set to YES.
1775 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1783 # This tag requires that the tag GENERATE_RTF is set to YES.
1793 # This tag requires that the tag GENERATE_RTF is set to YES.
1800 # This tag requires that the tag GENERATE_RTF is set to YES.
1808 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1819 # This tag requires that the tag GENERATE_MAN is set to YES.
1828 # This tag requires that the tag GENERATE_MAN is set to YES.
1832 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1837 # This tag requires that the tag GENERATE_MAN is set to YES.
1845 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1849 GENERATE_XML = YES
1855 # This tag requires that the tag GENERATE_XML is set to YES.
1861 # This tag requires that the tag GENERATE_XML is set to YES.
1867 # This tag requires that the tag GENERATE_XML is set to YES.
1871 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1875 # The default value is: YES.
1876 # This tag requires that the tag GENERATE_XML is set to YES.
1878 XML_PROGRAMLISTING = YES
1884 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1894 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1902 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1914 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1922 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1926 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1930 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1935 # The default value is: YES.
1936 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1938 PERLMOD_PRETTY = YES
1944 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1952 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1954 # The default value is: YES.
1956 ENABLE_PREPROCESSING = YES
1958 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1961 # EXPAND_ONLY_PREDEF to YES.
1963 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1967 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1971 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1975 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1977 # The default value is: YES.
1978 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1980 SEARCH_INCLUDES = YES
1985 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1993 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2003 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2007 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2012 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2016 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2021 # The default value is: YES.
2022 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2024 SKIP_FUNCTION_MACROS = YES
2051 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
2057 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
2060 # The default value is: YES.
2062 EXTERNAL_GROUPS = YES
2064 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
2067 # The default value is: YES.
2069 EXTERNAL_PAGES = YES
2081 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2086 # The default value is: YES.
2106 # If set to YES, the inheritance and collaboration graphs will hide inheritance
2108 # The default value is: YES.
2110 HIDE_UNDOC_RELATIONS = YES
2112 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2119 HAVE_DOT = YES
2127 # This tag requires that the tag HAVE_DOT is set to YES.
2137 # This tag requires that the tag HAVE_DOT is set to YES.
2144 # This tag requires that the tag HAVE_DOT is set to YES.
2151 # This tag requires that the tag HAVE_DOT is set to YES.
2155 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2157 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2158 # The default value is: YES.
2159 # This tag requires that the tag HAVE_DOT is set to YES.
2161 CLASS_GRAPH = YES
2163 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2167 # The default value is: YES.
2168 # This tag requires that the tag HAVE_DOT is set to YES.
2170 COLLABORATION_GRAPH = YES
2172 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2174 # The default value is: YES.
2175 # This tag requires that the tag HAVE_DOT is set to YES.
2177 GROUP_GRAPHS = YES
2179 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2183 # This tag requires that the tag HAVE_DOT is set to YES.
2196 # This tag requires that the tag HAVE_DOT is set to YES.
2200 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2204 # This tag requires that the tag HAVE_DOT is set to YES.
2209 # YES then doxygen will generate a graph for each documented file showing the
2212 # The default value is: YES.
2213 # This tag requires that the tag HAVE_DOT is set to YES.
2215 INCLUDE_GRAPH = YES
2218 # set to YES then doxygen will generate a graph for each documented file showing
2221 # The default value is: YES.
2222 # This tag requires that the tag HAVE_DOT is set to YES.
2226 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2233 # This tag requires that the tag HAVE_DOT is set to YES.
2235 CALL_GRAPH = YES
2237 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2244 # This tag requires that the tag HAVE_DOT is set to YES.
2246 CALLER_GRAPH = YES
2248 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2250 # The default value is: YES.
2251 # This tag requires that the tag HAVE_DOT is set to YES.
2253 GRAPHICAL_HIERARCHY = YES
2255 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2259 # The default value is: YES.
2260 # This tag requires that the tag HAVE_DOT is set to YES.
2262 DIRECTORY_GRAPH = YES
2271 # This tag requires that the tag HAVE_DOT is set to YES.
2275 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2283 # This tag requires that the tag HAVE_DOT is set to YES.
2289 # This tag requires that the tag HAVE_DOT is set to YES.
2296 # This tag requires that the tag HAVE_DOT is set to YES.
2320 # This tag requires that the tag HAVE_DOT is set to YES.
2332 # This tag requires that the tag HAVE_DOT is set to YES.
2336 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2344 # This tag requires that the tag HAVE_DOT is set to YES.
2348 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
2353 # This tag requires that the tag HAVE_DOT is set to YES.
2357 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2360 # The default value is: YES.
2361 # This tag requires that the tag HAVE_DOT is set to YES.
2363 GENERATE_LEGEND = YES
2365 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
2367 # The default value is: YES.
2368 # This tag requires that the tag HAVE_DOT is set to YES.
2370 DOT_CLEANUP = YES