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
260 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
266 OPTIMIZE_OUTPUT_JAVA = YES
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.
550 SORT_MEMBER_DOCS = 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
797 RECURSIVE = YES
852 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
891 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
893 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
902 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
917 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
926 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
932 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
935 # The default value is: YES.
937 STRIP_CODE_COMMENTS = YES
939 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
945 # If the REFERENCES_RELATION tag is set to YES then for each documented function
951 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
952 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and
955 # The default value is: YES.
957 REFERENCES_LINK_SOURCE = YES
964 # The default value is: YES.
965 # This tag requires that the tag SOURCE_BROWSER is set to YES.
967 SOURCE_TOOLTIPS = YES
969 # If the USE_HTAGS tag is set to YES then the references to source code will
987 # This tag requires that the tag SOURCE_BROWSER is set to YES.
991 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
995 # The default value is: YES.
997 VERBATIM_HEADERS = YES
1003 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1006 # The default value is: YES.
1008 ALPHABETICAL_INDEX = YES
1013 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1021 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1029 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1030 # The default value is: YES.
1032 GENERATE_HTML = YES
1038 # 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.
1065 # This tag requires that the tag GENERATE_HTML is set to YES.
1075 # This tag requires that the tag GENERATE_HTML is set to YES.
1087 # 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.
1108 # This tag requires that the tag GENERATE_HTML is set to YES.
1119 # This tag requires that the tag GENERATE_HTML is set to YES.
1127 # 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 HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1145 # The default value is: YES.
1146 # This tag requires that the tag GENERATE_HTML is set to YES.
1148 HTML_TIMESTAMP = YES
1150 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1154 # This tag requires that the tag GENERATE_HTML is set to YES.
1167 # This tag requires that the tag GENERATE_HTML is set to YES.
1171 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1181 # This tag requires that the tag GENERATE_HTML is set to YES.
1189 # 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.
1205 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1211 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1215 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1229 # This tag requires that the tag GENERATE_HTML is set to YES.
1236 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1244 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1249 # YES) or that it should be included in the master .chm file ( NO).
1251 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1257 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1262 # YES) or a normal table of contents ( NO) in the .chm file.
1264 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1268 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1271 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1275 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1280 # This tag requires that the tag GENERATE_HTML is set to YES.
1287 # This tag requires that the tag GENERATE_QHP is set to YES.
1295 # This tag requires that the tag GENERATE_QHP is set to YES.
1304 # This tag requires that the tag GENERATE_QHP is set to YES.
1312 # 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.
1327 # This tag requires that the tag GENERATE_QHP is set to YES.
1334 # This tag requires that the tag GENERATE_QHP is set to YES.
1338 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1346 # This tag requires that the tag GENERATE_HTML is set to YES.
1354 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1361 # of each HTML page. A value of NO enables the index and the value YES disables
1363 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1365 # This tag requires that the tag GENERATE_HTML is set to YES.
1371 # value is set to YES, a side panel will be generated containing a tree-like
1380 # DISABLE_INDEX to YES when enabling this option.
1382 # This tag requires that the tag GENERATE_HTML is set to YES.
1392 # This tag requires that the tag GENERATE_HTML is set to YES.
1399 # This tag requires that the tag GENERATE_HTML is set to YES.
1403 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1406 # This tag requires that the tag GENERATE_HTML is set to YES.
1415 # This tag requires that the tag GENERATE_HTML is set to YES.
1425 # The default value is: YES.
1426 # This tag requires that the tag GENERATE_HTML is set to YES.
1428 FORMULA_TRANSPARENT = YES
1437 # This tag requires that the tag GENERATE_HTML is set to YES.
1447 # This tag requires that the tag USE_MATHJAX is set to YES.
1460 # This tag requires that the tag USE_MATHJAX is set to YES.
1467 # This tag requires that the tag USE_MATHJAX is set to YES.
1475 # This tag requires that the tag USE_MATHJAX is set to YES.
1495 # The default value is: YES.
1496 # This tag requires that the tag GENERATE_HTML is set to YES.
1498 SEARCHENGINE = YES
1508 # This tag requires that the tag SEARCHENGINE is set to YES.
1524 # This tag requires that the tag SEARCHENGINE is set to YES.
1535 # This tag requires that the tag SEARCHENGINE is set to YES.
1543 # This tag requires that the tag SEARCHENGINE is set to YES.
1551 # This tag requires that the tag SEARCHENGINE is set to YES.
1561 # This tag requires that the tag SEARCHENGINE is set to YES.
1569 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1570 # The default value is: YES.
1578 # This tag requires that the tag GENERATE_LATEX is set to YES.
1589 # This tag requires that the tag GENERATE_LATEX is set to YES.
1596 # This tag requires that the tag GENERATE_LATEX is set to YES.
1600 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1604 # This tag requires that the tag GENERATE_LATEX is set to YES.
1613 # This tag requires that the tag GENERATE_LATEX is set to YES.
1622 # This tag requires that the tag GENERATE_LATEX is set to YES.
1638 # This tag requires that the tag GENERATE_LATEX is set to YES.
1647 # 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 PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1663 # The default value is: YES.
1664 # This tag requires that the tag GENERATE_LATEX is set to YES.
1666 PDF_HYPERLINKS = YES
1668 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1669 # the PDF file directly from the LaTeX files. Set this option to YES to get a
1671 # The default value is: YES.
1672 # This tag requires that the tag GENERATE_LATEX is set to YES.
1674 USE_PDFLATEX = YES
1676 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1681 # This tag requires that the tag GENERATE_LATEX is set to YES.
1685 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1688 # This tag requires that the tag GENERATE_LATEX is set to YES.
1692 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1698 # This tag requires that the tag GENERATE_LATEX is set to YES.
1706 # This tag requires that the tag GENERATE_LATEX is set to YES.
1714 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1725 # This tag requires that the tag GENERATE_RTF is set to YES.
1729 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1733 # This tag requires that the tag GENERATE_RTF is set to YES.
1737 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1745 # This tag requires that the tag GENERATE_RTF is set to YES.
1755 # This tag requires that the tag GENERATE_RTF is set to YES.
1762 # This tag requires that the tag GENERATE_RTF is set to YES.
1770 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1781 # This tag requires that the tag GENERATE_MAN is set to YES.
1790 # This tag requires that the tag GENERATE_MAN is set to YES.
1794 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1799 # This tag requires that the tag GENERATE_MAN is set to YES.
1807 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1811 GENERATE_XML = YES
1817 # This tag requires that the tag GENERATE_XML is set to YES.
1823 # This tag requires that the tag GENERATE_XML is set to YES.
1829 # This tag requires that the tag GENERATE_XML is set to YES.
1833 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1837 # The default value is: YES.
1838 # This tag requires that the tag GENERATE_XML is set to YES.
1840 XML_PROGRAMLISTING = YES
1846 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1856 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1864 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1876 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1884 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1888 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1892 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1897 # The default value is: YES.
1898 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1900 PERLMOD_PRETTY = YES
1906 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1914 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1916 # The default value is: YES.
1918 ENABLE_PREPROCESSING = YES
1920 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1923 # EXPAND_ONLY_PREDEF to YES.
1925 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1929 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1933 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1937 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1939 # The default value is: YES.
1940 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1942 SEARCH_INCLUDES = YES
1947 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1955 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1965 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1969 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1974 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1978 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1983 # The default value is: YES.
1984 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1986 SKIP_FUNCTION_MACROS = YES
2013 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
2019 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
2022 # The default value is: YES.
2024 EXTERNAL_GROUPS = YES
2026 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
2029 # The default value is: YES.
2031 EXTERNAL_PAGES = YES
2043 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2048 # The default value is: YES.
2068 # If set to YES, the inheritance and collaboration graphs will hide inheritance
2070 # The default value is: YES.
2072 HIDE_UNDOC_RELATIONS = YES
2074 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2081 HAVE_DOT = YES
2089 # This tag requires that the tag HAVE_DOT is set to YES.
2099 # This tag requires that the tag HAVE_DOT is set to YES.
2106 # This tag requires that the tag HAVE_DOT is set to YES.
2113 # This tag requires that the tag HAVE_DOT is set to YES.
2117 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2119 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2120 # The default value is: YES.
2121 # This tag requires that the tag HAVE_DOT is set to YES.
2123 CLASS_GRAPH = YES
2125 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2129 # The default value is: YES.
2130 # This tag requires that the tag HAVE_DOT is set to YES.
2132 COLLABORATION_GRAPH = YES
2134 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2136 # The default value is: YES.
2137 # This tag requires that the tag HAVE_DOT is set to YES.
2139 GROUP_GRAPHS = YES
2141 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2145 # This tag requires that the tag HAVE_DOT is set to YES.
2158 # This tag requires that the tag HAVE_DOT is set to YES.
2162 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2166 # This tag requires that the tag HAVE_DOT is set to YES.
2171 # YES then doxygen will generate a graph for each documented file showing the
2174 # The default value is: YES.
2175 # This tag requires that the tag HAVE_DOT is set to YES.
2177 INCLUDE_GRAPH = YES
2180 # set to YES then doxygen will generate a graph for each documented file showing
2183 # The default value is: YES.
2184 # This tag requires that the tag HAVE_DOT is set to YES.
2188 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2195 # This tag requires that the tag HAVE_DOT is set to YES.
2197 CALL_GRAPH = YES
2199 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2206 # This tag requires that the tag HAVE_DOT is set to YES.
2208 CALLER_GRAPH = YES
2210 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2212 # The default value is: YES.
2213 # This tag requires that the tag HAVE_DOT is set to YES.
2215 GRAPHICAL_HIERARCHY = YES
2217 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2221 # The default value is: YES.
2222 # This tag requires that the tag HAVE_DOT is set to YES.
2224 DIRECTORY_GRAPH = YES
2233 # This tag requires that the tag HAVE_DOT is set to YES.
2237 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2245 # This tag requires that the tag HAVE_DOT is set to YES.
2251 # This tag requires that the tag HAVE_DOT is set to YES.
2258 # This tag requires that the tag HAVE_DOT is set to YES.
2282 # This tag requires that the tag HAVE_DOT is set to YES.
2294 # This tag requires that the tag HAVE_DOT is set to YES.
2298 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2306 # This tag requires that the tag HAVE_DOT is set to YES.
2310 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
2315 # This tag requires that the tag HAVE_DOT is set to YES.
2319 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2322 # The default value is: YES.
2323 # This tag requires that the tag HAVE_DOT is set to YES.
2325 GENERATE_LEGEND = YES
2327 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
2329 # The default value is: YES.
2330 # This tag requires that the tag HAVE_DOT is set to YES.
2332 DOT_CLEANUP = YES