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 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
140 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
143 # The default value is: YES.
145 FULL_PATH_NAMES = YES
155 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
168 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
175 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
184 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
192 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
196 # tag to YES if you prefer the old behavior instead.
198 # Note that setting this tag to YES also means that rational rose comments are
204 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
206 # The default value is: YES.
208 INHERIT_DOCS = YES
210 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
241 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
249 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
255 OPTIMIZE_OUTPUT_JAVA = YES
257 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
263 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
291 # The default value is: YES.
293 MARKDOWN_SUPPORT = YES
299 # The default value is: YES.
301 AUTOLINK_SUPPORT = YES
305 # tag to YES in order to let doxygen match functions declarations and
313 # If you use Microsoft's C++/CLI language, you should set this option to YES to
319 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
328 # getter and setter methods for a property. Setting this option to YES will make
333 # The default value is: YES.
335 IDL_PROPERTY_SUPPORT = YES
338 # tag is set to YES, then doxygen will reuse the documentation of the first
345 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
350 # The default value is: YES.
352 SUBGROUPING = YES
354 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
365 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
403 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
406 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
408 # normally produced when WARNINGS is set to YES.
413 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
419 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
425 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be
431 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
435 # The default value is: YES.
437 EXTRACT_LOCAL_CLASSES = YES
439 # This flag is only useful for Objective-C code. When set to YES local methods,
447 # If this flag is set to YES, the members of anonymous namespaces will be
456 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
464 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
472 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
479 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
488 # will be excluded. Set it to YES to include the internal documentation.
494 # names in lower-case letters. If set to YES upper-case letters are also
503 # their full class and namespace scopes in the documentation. If set to YES the
507 HIDE_SCOPE_NAMES = YES
509 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
511 # The default value is: YES.
515 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
522 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
528 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
530 # The default value is: YES.
532 INLINE_INFO = YES
534 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
537 # The default value is: YES.
539 SORT_MEMBER_DOCS = YES
541 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
549 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
561 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
568 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
571 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
588 # The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the
591 # The default value is: YES.
593 GENERATE_TODOLIST = YES
595 # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the
598 # The default value is: YES.
600 GENERATE_TESTLIST = YES
602 # The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug
604 # The default value is: YES.
606 GENERATE_BUGLIST = YES
608 # The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO)
611 # The default value is: YES.
613 GENERATE_DEPRECATEDLIST= YES
633 # the bottom of the documentation of classes and structs. If set to YES the list
635 # The default value is: YES.
637 SHOW_USED_FILES = YES
642 # The default value is: YES.
644 SHOW_FILES = YES
649 # The default value is: YES.
651 SHOW_NAMESPACES = YES
692 # standard output by doxygen. If QUIET is set to YES this implies that the
699 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
703 # The default value is: YES.
705 WARNINGS = YES
707 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
708 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
710 # The default value is: YES.
712 WARN_IF_UNDOCUMENTED = YES
714 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
718 # The default value is: YES.
720 WARN_IF_DOC_ERROR = YES
790 RECURSIVE = YES
843 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
882 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
884 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
893 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
908 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
917 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
923 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
926 # The default value is: YES.
928 STRIP_CODE_COMMENTS = YES
930 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
936 # If the REFERENCES_RELATION tag is set to YES then for each documented function
942 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
943 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and
946 # The default value is: YES.
948 REFERENCES_LINK_SOURCE = YES
955 # The default value is: YES.
956 # This tag requires that the tag SOURCE_BROWSER is set to YES.
958 SOURCE_TOOLTIPS = YES
960 # If the USE_HTAGS tag is set to YES then the references to source code will
978 # This tag requires that the tag SOURCE_BROWSER is set to YES.
982 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
986 # The default value is: YES.
988 VERBATIM_HEADERS = YES
994 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
997 # The default value is: YES.
999 ALPHABETICAL_INDEX = YES
1004 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1012 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1020 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1021 # The default value is: YES.
1023 GENERATE_HTML = YES
1029 # 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.
1056 # This tag requires that the tag GENERATE_HTML is set to YES.
1066 # 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.
1089 # 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.
1110 # 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.
1129 # This tag requires that the tag GENERATE_HTML is set to YES.
1133 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1136 # The default value is: YES.
1137 # This tag requires that the tag GENERATE_HTML is set to YES.
1139 HTML_TIMESTAMP = YES
1141 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1145 # This tag requires that the tag GENERATE_HTML is set to YES.
1158 # This tag requires that the tag GENERATE_HTML is set to YES.
1162 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1172 # This tag requires that the tag GENERATE_HTML is set to YES.
1180 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1188 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1196 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1202 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1206 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1220 # This tag requires that the tag GENERATE_HTML is set to YES.
1227 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1235 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1240 # YES) or that it should be included in the master .chm file ( NO).
1242 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1248 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1253 # YES) or a normal table of contents ( NO) in the .chm file.
1255 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1259 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1262 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1266 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1271 # This tag requires that the tag GENERATE_HTML is set to YES.
1278 # This tag requires that the tag GENERATE_QHP is set to YES.
1286 # 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.
1303 # This tag requires that the tag GENERATE_QHP is set to YES.
1311 # This tag requires that the tag GENERATE_QHP is set to YES.
1318 # This tag requires that the tag GENERATE_QHP is set to YES.
1325 # This tag requires that the tag GENERATE_QHP is set to YES.
1329 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1337 # This tag requires that the tag GENERATE_HTML is set to YES.
1345 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1352 # of each HTML page. A value of NO enables the index and the value YES disables
1354 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1356 # This tag requires that the tag GENERATE_HTML is set to YES.
1362 # value is set to YES, a side panel will be generated containing a tree-like
1371 # DISABLE_INDEX to YES when enabling this option.
1373 # This tag requires that the tag GENERATE_HTML is set to YES.
1383 # This tag requires that the tag GENERATE_HTML is set to YES.
1390 # This tag requires that the tag GENERATE_HTML is set to YES.
1394 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1397 # This tag requires that the tag GENERATE_HTML is set to YES.
1406 # This tag requires that the tag GENERATE_HTML is set to YES.
1416 # The default value is: YES.
1417 # This tag requires that the tag GENERATE_HTML is set to YES.
1419 FORMULA_TRANSPARENT = YES
1428 # This tag requires that the tag GENERATE_HTML is set to YES.
1438 # This tag requires that the tag USE_MATHJAX is set to YES.
1451 # This tag requires that the tag USE_MATHJAX is set to YES.
1458 # This tag requires that the tag USE_MATHJAX is set to YES.
1466 # This tag requires that the tag USE_MATHJAX is set to YES.
1486 # The default value is: YES.
1487 # This tag requires that the tag GENERATE_HTML is set to YES.
1489 SEARCHENGINE = YES
1499 # This tag requires that the tag SEARCHENGINE is set to YES.
1515 # This tag requires that the tag SEARCHENGINE is set to YES.
1526 # This tag requires that the tag SEARCHENGINE is set to YES.
1534 # This tag requires that the tag SEARCHENGINE is set to YES.
1542 # This tag requires that the tag SEARCHENGINE is set to YES.
1552 # This tag requires that the tag SEARCHENGINE is set to YES.
1560 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1561 # The default value is: YES.
1569 # This tag requires that the tag GENERATE_LATEX is set to YES.
1580 # This tag requires that the tag GENERATE_LATEX is set to YES.
1587 # This tag requires that the tag GENERATE_LATEX is set to YES.
1591 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1595 # This tag requires that the tag GENERATE_LATEX is set to YES.
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.
1629 # 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.
1646 # This tag requires that the tag GENERATE_LATEX is set to YES.
1650 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1654 # The default value is: YES.
1655 # This tag requires that the tag GENERATE_LATEX is set to YES.
1657 PDF_HYPERLINKS = YES
1659 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1660 # the PDF file directly from the LaTeX files. Set this option to YES to get a
1662 # The default value is: YES.
1663 # This tag requires that the tag GENERATE_LATEX is set to YES.
1665 USE_PDFLATEX = YES
1667 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1672 # This tag requires that the tag GENERATE_LATEX is set to YES.
1676 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1679 # This tag requires that the tag GENERATE_LATEX is set to YES.
1683 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1689 # This tag requires that the tag GENERATE_LATEX is set to YES.
1697 # This tag requires that the tag GENERATE_LATEX is set to YES.
1705 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1716 # This tag requires that the tag GENERATE_RTF is set to YES.
1720 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1724 # This tag requires that the tag GENERATE_RTF is set to YES.
1728 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1736 # This tag requires that the tag GENERATE_RTF is set to YES.
1746 # This tag requires that the tag GENERATE_RTF is set to YES.
1753 # This tag requires that the tag GENERATE_RTF is set to YES.
1761 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1772 # This tag requires that the tag GENERATE_MAN is set to YES.
1781 # This tag requires that the tag GENERATE_MAN is set to YES.
1785 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1790 # This tag requires that the tag GENERATE_MAN is set to YES.
1798 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1802 GENERATE_XML = YES
1808 # This tag requires that the tag GENERATE_XML is set to YES.
1814 # This tag requires that the tag GENERATE_XML is set to YES.
1820 # This tag requires that the tag GENERATE_XML is set to YES.
1824 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1828 # The default value is: YES.
1829 # This tag requires that the tag GENERATE_XML is set to YES.
1831 XML_PROGRAMLISTING = YES
1837 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1847 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1855 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1867 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1875 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1879 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1883 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1888 # The default value is: YES.
1889 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1891 PERLMOD_PRETTY = YES
1897 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1905 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1907 # The default value is: YES.
1909 ENABLE_PREPROCESSING = YES
1911 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1914 # EXPAND_ONLY_PREDEF to YES.
1916 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1920 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1924 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1928 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1930 # The default value is: YES.
1931 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1933 SEARCH_INCLUDES = YES
1938 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1946 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1956 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1960 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1965 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1969 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1974 # The default value is: YES.
1975 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1977 SKIP_FUNCTION_MACROS = YES
2004 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
2010 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
2013 # The default value is: YES.
2015 EXTERNAL_GROUPS = YES
2017 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
2020 # The default value is: YES.
2022 EXTERNAL_PAGES = YES
2034 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2039 # The default value is: YES.
2059 # If set to YES, the inheritance and collaboration graphs will hide inheritance
2061 # The default value is: YES.
2063 HIDE_UNDOC_RELATIONS = YES
2065 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2072 HAVE_DOT = YES
2080 # This tag requires that the tag HAVE_DOT is set to YES.
2090 # This tag requires that the tag HAVE_DOT is set to YES.
2097 # This tag requires that the tag HAVE_DOT is set to YES.
2104 # This tag requires that the tag HAVE_DOT is set to YES.
2108 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2110 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2111 # The default value is: YES.
2112 # This tag requires that the tag HAVE_DOT is set to YES.
2114 CLASS_GRAPH = YES
2116 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2120 # The default value is: YES.
2121 # This tag requires that the tag HAVE_DOT is set to YES.
2123 COLLABORATION_GRAPH = YES
2125 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2127 # The default value is: YES.
2128 # This tag requires that the tag HAVE_DOT is set to YES.
2130 GROUP_GRAPHS = YES
2132 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2136 # This tag requires that the tag HAVE_DOT is set to YES.
2149 # This tag requires that the tag HAVE_DOT is set to YES.
2153 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2157 # This tag requires that the tag HAVE_DOT is set to YES.
2162 # YES then doxygen will generate a graph for each documented file showing the
2165 # The default value is: YES.
2166 # This tag requires that the tag HAVE_DOT is set to YES.
2168 INCLUDE_GRAPH = YES
2171 # set to YES then doxygen will generate a graph for each documented file showing
2174 # The default value is: YES.
2175 # This tag requires that the tag HAVE_DOT is set to YES.
2179 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2186 # This tag requires that the tag HAVE_DOT is set to YES.
2188 CALL_GRAPH = YES
2190 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2197 # This tag requires that the tag HAVE_DOT is set to YES.
2199 CALLER_GRAPH = YES
2201 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2203 # The default value is: YES.
2204 # This tag requires that the tag HAVE_DOT is set to YES.
2206 GRAPHICAL_HIERARCHY = YES
2208 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2212 # The default value is: YES.
2213 # This tag requires that the tag HAVE_DOT is set to YES.
2215 DIRECTORY_GRAPH = YES
2224 # This tag requires that the tag HAVE_DOT is set to YES.
2228 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2236 # This tag requires that the tag HAVE_DOT is set to YES.
2242 # This tag requires that the tag HAVE_DOT is set to YES.
2249 # This tag requires that the tag HAVE_DOT is set to YES.
2273 # This tag requires that the tag HAVE_DOT is set to YES.
2285 # This tag requires that the tag HAVE_DOT is set to YES.
2289 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2297 # This tag requires that the tag HAVE_DOT is set to YES.
2301 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
2306 # This tag requires that the tag HAVE_DOT is set to YES.
2310 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2313 # The default value is: YES.
2314 # This tag requires that the tag HAVE_DOT is set to YES.
2316 GENERATE_LEGEND = YES
2318 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
2320 # The default value is: YES.
2321 # This tag requires that the tag HAVE_DOT is set to YES.
2323 DOT_CLEANUP = YES