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.
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
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
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
823 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
862 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
864 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
873 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
888 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
897 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
903 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
906 # The default value is: YES.
908 STRIP_CODE_COMMENTS = YES
910 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
916 # If the REFERENCES_RELATION tag is set to YES then for each documented function
922 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
923 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and
926 # The default value is: YES.
928 REFERENCES_LINK_SOURCE = YES
935 # The default value is: YES.
936 # This tag requires that the tag SOURCE_BROWSER is set to YES.
938 SOURCE_TOOLTIPS = YES
940 # If the USE_HTAGS tag is set to YES then the references to source code will
958 # This tag requires that the tag SOURCE_BROWSER is set to YES.
962 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
966 # The default value is: YES.
968 VERBATIM_HEADERS = YES
974 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
977 # The default value is: YES.
979 ALPHABETICAL_INDEX = YES
984 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
992 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1000 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1001 # The default value is: YES.
1003 GENERATE_HTML = YES
1009 # This tag requires that the tag GENERATE_HTML is set to YES.
1016 # This tag requires that the tag GENERATE_HTML is set to YES.
1036 # This tag requires that the tag GENERATE_HTML is set to YES.
1046 # This tag requires that the tag GENERATE_HTML is set to YES.
1058 # This tag requires that the tag GENERATE_HTML is set to YES.
1069 # This tag requires that the tag GENERATE_HTML is set to YES.
1079 # This tag requires that the tag GENERATE_HTML is set to YES.
1090 # This tag requires that the tag GENERATE_HTML is set to YES.
1098 # This tag requires that the tag GENERATE_HTML is set to YES.
1109 # This tag requires that the tag GENERATE_HTML is set to YES.
1113 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1116 # The default value is: YES.
1117 # This tag requires that the tag GENERATE_HTML is set to YES.
1119 HTML_TIMESTAMP = YES
1121 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1125 # This tag requires that the tag GENERATE_HTML is set to YES.
1138 # This tag requires that the tag GENERATE_HTML is set to YES.
1142 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1152 # This tag requires that the tag GENERATE_HTML is set to YES.
1160 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1168 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1176 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1182 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1186 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1200 # This tag requires that the tag GENERATE_HTML is set to YES.
1207 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1215 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1220 # YES) or that it should be included in the master .chm file ( NO).
1222 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1228 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1233 # YES) or a normal table of contents ( NO) in the .chm file.
1235 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1239 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1242 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1246 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1251 # This tag requires that the tag GENERATE_HTML is set to YES.
1258 # This tag requires that the tag GENERATE_QHP is set to YES.
1266 # 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.
1283 # This tag requires that the tag GENERATE_QHP is set to YES.
1291 # 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.
1305 # This tag requires that the tag GENERATE_QHP is set to YES.
1309 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1317 # This tag requires that the tag GENERATE_HTML is set to YES.
1325 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1332 # of each HTML page. A value of NO enables the index and the value YES disables
1334 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1336 # This tag requires that the tag GENERATE_HTML is set to YES.
1342 # value is set to YES, a side panel will be generated containing a tree-like
1351 # DISABLE_INDEX to YES when enabling this option.
1353 # This tag requires that the tag GENERATE_HTML is set to YES.
1363 # This tag requires that the tag GENERATE_HTML is set to YES.
1370 # This tag requires that the tag GENERATE_HTML is set to YES.
1374 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1377 # This tag requires that the tag GENERATE_HTML is set to YES.
1386 # This tag requires that the tag GENERATE_HTML is set to YES.
1396 # The default value is: YES.
1397 # This tag requires that the tag GENERATE_HTML is set to YES.
1399 FORMULA_TRANSPARENT = YES
1408 # This tag requires that the tag GENERATE_HTML is set to YES.
1418 # This tag requires that the tag USE_MATHJAX is set to YES.
1431 # This tag requires that the tag USE_MATHJAX is set to YES.
1438 # 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.
1466 # The default value is: YES.
1467 # This tag requires that the tag GENERATE_HTML is set to YES.
1469 SEARCHENGINE = YES
1479 # This tag requires that the tag SEARCHENGINE is set to YES.
1495 # This tag requires that the tag SEARCHENGINE is set to YES.
1506 # This tag requires that the tag SEARCHENGINE is set to YES.
1514 # This tag requires that the tag SEARCHENGINE is set to YES.
1522 # This tag requires that the tag SEARCHENGINE is set to YES.
1532 # This tag requires that the tag SEARCHENGINE is set to YES.
1540 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1541 # The default value is: YES.
1543 GENERATE_LATEX = YES
1549 # This tag requires that the tag GENERATE_LATEX is set to YES.
1560 # This tag requires that the tag GENERATE_LATEX is set to YES.
1567 # This tag requires that the tag GENERATE_LATEX is set to YES.
1571 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1575 # This tag requires that the tag GENERATE_LATEX is set to YES.
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.
1609 # 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.
1626 # This tag requires that the tag GENERATE_LATEX is set to YES.
1630 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1634 # The default value is: YES.
1635 # This tag requires that the tag GENERATE_LATEX is set to YES.
1637 PDF_HYPERLINKS = YES
1639 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1640 # the PDF file directly from the LaTeX files. Set this option to YES to get a
1642 # The default value is: YES.
1643 # This tag requires that the tag GENERATE_LATEX is set to YES.
1645 USE_PDFLATEX = YES
1647 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1652 # This tag requires that the tag GENERATE_LATEX is set to YES.
1656 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1659 # This tag requires that the tag GENERATE_LATEX is set to YES.
1663 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1669 # This tag requires that the tag GENERATE_LATEX is set to YES.
1677 # This tag requires that the tag GENERATE_LATEX is set to YES.
1685 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1696 # This tag requires that the tag GENERATE_RTF is set to YES.
1700 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1704 # This tag requires that the tag GENERATE_RTF is set to YES.
1708 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1716 # This tag requires that the tag GENERATE_RTF is set to YES.
1726 # This tag requires that the tag GENERATE_RTF is set to YES.
1733 # This tag requires that the tag GENERATE_RTF is set to YES.
1741 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1752 # This tag requires that the tag GENERATE_MAN is set to YES.
1761 # This tag requires that the tag GENERATE_MAN is set to YES.
1765 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1770 # This tag requires that the tag GENERATE_MAN is set to YES.
1778 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1788 # This tag requires that the tag GENERATE_XML is set to YES.
1794 # This tag requires that the tag GENERATE_XML is set to YES.
1800 # This tag requires that the tag GENERATE_XML is set to YES.
1804 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1808 # The default value is: YES.
1809 # This tag requires that the tag GENERATE_XML is set to YES.
1811 XML_PROGRAMLISTING = YES
1817 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1827 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1835 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1847 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1855 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1859 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1863 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1868 # The default value is: YES.
1869 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1871 PERLMOD_PRETTY = YES
1877 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1885 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1887 # The default value is: YES.
1889 ENABLE_PREPROCESSING = YES
1891 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1894 # EXPAND_ONLY_PREDEF to YES.
1896 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1900 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1904 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1908 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1910 # The default value is: YES.
1911 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1913 SEARCH_INCLUDES = YES
1918 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1926 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1936 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1940 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1945 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1949 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1954 # The default value is: YES.
1955 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1957 SKIP_FUNCTION_MACROS = YES
1984 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
1990 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
1993 # The default value is: YES.
1995 EXTERNAL_GROUPS = YES
1997 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
2000 # The default value is: YES.
2002 EXTERNAL_PAGES = YES
2014 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2019 # The default value is: YES.
2021 CLASS_DIAGRAMS = YES
2039 # If set to YES, the inheritance and collaboration graphs will hide inheritance
2041 # The default value is: YES.
2043 HIDE_UNDOC_RELATIONS = YES
2045 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2060 # This tag requires that the tag HAVE_DOT is set to YES.
2070 # This tag requires that the tag HAVE_DOT is set to YES.
2077 # This tag requires that the tag HAVE_DOT is set to YES.
2084 # This tag requires that the tag HAVE_DOT is set to YES.
2088 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2090 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2091 # The default value is: YES.
2092 # This tag requires that the tag HAVE_DOT is set to YES.
2094 CLASS_GRAPH = YES
2096 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2100 # The default value is: YES.
2101 # This tag requires that the tag HAVE_DOT is set to YES.
2103 COLLABORATION_GRAPH = YES
2105 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2107 # The default value is: YES.
2108 # This tag requires that the tag HAVE_DOT is set to YES.
2110 GROUP_GRAPHS = YES
2112 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2116 # This tag requires that the tag HAVE_DOT is set to YES.
2129 # This tag requires that the tag HAVE_DOT is set to YES.
2133 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2137 # This tag requires that the tag HAVE_DOT is set to YES.
2142 # YES then doxygen will generate a graph for each documented file showing the
2145 # The default value is: YES.
2146 # This tag requires that the tag HAVE_DOT is set to YES.
2148 INCLUDE_GRAPH = YES
2151 # set to YES then doxygen will generate a graph for each documented file showing
2154 # The default value is: YES.
2155 # This tag requires that the tag HAVE_DOT is set to YES.
2157 INCLUDED_BY_GRAPH = YES
2159 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2166 # This tag requires that the tag HAVE_DOT is set to YES.
2170 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2177 # This tag requires that the tag HAVE_DOT is set to YES.
2181 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2183 # The default value is: YES.
2184 # This tag requires that the tag HAVE_DOT is set to YES.
2186 GRAPHICAL_HIERARCHY = YES
2188 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2192 # The default value is: YES.
2193 # This tag requires that the tag HAVE_DOT is set to YES.
2195 DIRECTORY_GRAPH = YES
2204 # This tag requires that the tag HAVE_DOT is set to YES.
2208 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2216 # This tag requires that the tag HAVE_DOT is set to YES.
2222 # This tag requires that the tag HAVE_DOT is set to YES.
2229 # This tag requires that the tag HAVE_DOT is set to YES.
2253 # This tag requires that the tag HAVE_DOT is set to YES.
2265 # This tag requires that the tag HAVE_DOT is set to YES.
2269 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2277 # This tag requires that the tag HAVE_DOT is set to YES.
2281 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
2286 # This tag requires that the tag HAVE_DOT is set to YES.
2288 DOT_MULTI_TARGETS = YES
2290 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2293 # The default value is: YES.
2294 # This tag requires that the tag HAVE_DOT is set to YES.
2296 GENERATE_LEGEND = YES
2298 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
2300 # The default value is: YES.
2301 # This tag requires that the tag HAVE_DOT is set to YES.
2303 DOT_CLEANUP = YES