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.
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
172 JAVADOC_AUTOBRIEF = YES
174 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
180 QT_AUTOBRIEF = YES
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
689 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
693 # The default value is: 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.
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
774 RECURSIVE = YES
825 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
830 EXAMPLE_RECURSIVE = YES
864 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
866 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
875 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
890 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
897 SOURCE_BROWSER = YES
899 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
905 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
908 # The default value is: YES.
912 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
916 REFERENCED_BY_RELATION = YES
918 # If the REFERENCES_RELATION tag is set to YES then for each documented function
922 REFERENCES_RELATION = YES
924 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
925 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and
928 # The default value is: YES.
930 REFERENCES_LINK_SOURCE = YES
937 # The default value is: YES.
938 # This tag requires that the tag SOURCE_BROWSER is set to YES.
940 SOURCE_TOOLTIPS = YES
942 # If the USE_HTAGS tag is set to YES then the references to source code will
960 # This tag requires that the tag SOURCE_BROWSER is set to YES.
964 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
968 # The default value is: YES.
970 VERBATIM_HEADERS = YES
976 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
979 # The default value is: YES.
981 ALPHABETICAL_INDEX = YES
986 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
994 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1002 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1003 # The default value is: YES.
1005 GENERATE_HTML = YES
1011 # This tag requires that the tag GENERATE_HTML is set to YES.
1018 # This tag requires that the tag GENERATE_HTML is set to YES.
1038 # This tag requires that the tag GENERATE_HTML is set to YES.
1048 # This tag requires that the tag GENERATE_HTML is set to YES.
1060 # This tag requires that the tag GENERATE_HTML is set to YES.
1071 # This tag requires that the tag GENERATE_HTML is set to YES.
1081 # This tag requires that the tag GENERATE_HTML is set to YES.
1092 # This tag requires that the tag GENERATE_HTML is set to YES.
1100 # This tag requires that the tag GENERATE_HTML is set to YES.
1111 # This tag requires that the tag GENERATE_HTML is set to YES.
1115 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1118 # The default value is: YES.
1119 # This tag requires that the tag GENERATE_HTML is set to YES.
1121 HTML_TIMESTAMP = YES
1123 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1127 # This tag requires that the tag GENERATE_HTML is set to YES.
1140 # This tag requires that the tag GENERATE_HTML is set to YES.
1144 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1154 # This tag requires that the tag GENERATE_HTML is set to YES.
1162 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1170 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1178 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1184 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1188 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1202 # This tag requires that the tag GENERATE_HTML is set to YES.
1209 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1217 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1222 # YES) or that it should be included in the master .chm file ( NO).
1224 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1230 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1235 # YES) or a normal table of contents ( NO) in the .chm file.
1237 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1241 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1244 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1248 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1253 # This tag requires that the tag GENERATE_HTML is set to YES.
1260 # This tag requires that the tag GENERATE_QHP is set to YES.
1268 # This tag requires that the tag GENERATE_QHP is set to YES.
1277 # This tag requires that the tag GENERATE_QHP is set to YES.
1285 # This tag requires that the tag GENERATE_QHP is set to YES.
1293 # 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.
1311 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1319 # This tag requires that the tag GENERATE_HTML is set to YES.
1327 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1334 # of each HTML page. A value of NO enables the index and the value YES disables
1336 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1338 # This tag requires that the tag GENERATE_HTML is set to YES.
1344 # value is set to YES, a side panel will be generated containing a tree-like
1353 # DISABLE_INDEX to YES when enabling this option.
1355 # This tag requires that the tag GENERATE_HTML is set to YES.
1365 # 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.
1376 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1379 # This tag requires that the tag GENERATE_HTML is set to YES.
1388 # This tag requires that the tag GENERATE_HTML is set to YES.
1398 # The default value is: YES.
1399 # This tag requires that the tag GENERATE_HTML is set to YES.
1401 FORMULA_TRANSPARENT = YES
1410 # This tag requires that the tag GENERATE_HTML is set to YES.
1420 # This tag requires that the tag USE_MATHJAX is set to YES.
1433 # 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.
1448 # This tag requires that the tag USE_MATHJAX is set to YES.
1468 # The default value is: YES.
1469 # This tag requires that the tag GENERATE_HTML is set to YES.
1481 # This tag requires that the tag SEARCHENGINE is set to YES.
1497 # This tag requires that the tag SEARCHENGINE is set to YES.
1508 # This tag requires that the tag SEARCHENGINE is set to YES.
1516 # This tag requires that the tag SEARCHENGINE is set to YES.
1524 # This tag requires that the tag SEARCHENGINE is set to YES.
1534 # This tag requires that the tag SEARCHENGINE is set to YES.
1542 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1543 # The default value is: YES.
1551 # This tag requires that the tag GENERATE_LATEX is set to YES.
1562 # 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.
1573 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1577 # This tag requires that the tag GENERATE_LATEX is set to YES.
1586 # This tag requires that the tag GENERATE_LATEX is set to YES.
1595 # This tag requires that the tag GENERATE_LATEX is set to YES.
1611 # This tag requires that the tag GENERATE_LATEX is set to YES.
1620 # This tag requires that the tag GENERATE_LATEX is set to YES.
1628 # This tag requires that the tag GENERATE_LATEX is set to YES.
1632 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1636 # The default value is: YES.
1637 # This tag requires that the tag GENERATE_LATEX is set to YES.
1639 PDF_HYPERLINKS = YES
1641 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1642 # the PDF file directly from the LaTeX files. Set this option to YES to get a
1644 # The default value is: YES.
1645 # This tag requires that the tag GENERATE_LATEX is set to YES.
1647 USE_PDFLATEX = YES
1649 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1654 # This tag requires that the tag GENERATE_LATEX is set to YES.
1658 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1661 # This tag requires that the tag GENERATE_LATEX is set to YES.
1665 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1671 # This tag requires that the tag GENERATE_LATEX is set to YES.
1679 # This tag requires that the tag GENERATE_LATEX is set to YES.
1687 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1698 # This tag requires that the tag GENERATE_RTF is set to YES.
1702 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1706 # This tag requires that the tag GENERATE_RTF is set to YES.
1710 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1718 # This tag requires that the tag GENERATE_RTF is set to YES.
1728 # 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.
1743 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1754 # This tag requires that the tag GENERATE_MAN is set to YES.
1763 # This tag requires that the tag GENERATE_MAN is set to YES.
1767 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1772 # This tag requires that the tag GENERATE_MAN is set to YES.
1780 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1790 # This tag requires that the tag GENERATE_XML is set to YES.
1796 # This tag requires that the tag GENERATE_XML is set to YES.
1802 # This tag requires that the tag GENERATE_XML is set to YES.
1806 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1810 # The default value is: YES.
1811 # This tag requires that the tag GENERATE_XML is set to YES.
1813 XML_PROGRAMLISTING = YES
1819 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1829 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1837 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1849 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1857 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1861 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1865 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1870 # The default value is: YES.
1871 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1873 PERLMOD_PRETTY = YES
1879 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1887 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1889 # The default value is: YES.
1891 ENABLE_PREPROCESSING = YES
1893 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1896 # EXPAND_ONLY_PREDEF to YES.
1898 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1902 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1906 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1910 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1912 # The default value is: YES.
1913 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1915 SEARCH_INCLUDES = YES
1920 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1928 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1938 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1942 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1947 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1951 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1956 # The default value is: YES.
1957 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1959 SKIP_FUNCTION_MACROS = YES
1986 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
1990 ALLEXTERNALS = YES
1992 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
1995 # The default value is: YES.
1997 EXTERNAL_GROUPS = YES
1999 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
2002 # The default value is: YES.
2004 EXTERNAL_PAGES = YES
2016 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2021 # The default value is: YES.
2023 CLASS_DIAGRAMS = YES
2041 # If set to YES, the inheritance and collaboration graphs will hide inheritance
2043 # The default value is: YES.
2047 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2054 HAVE_DOT = YES
2062 # This tag requires that the tag HAVE_DOT is set to YES.
2072 # 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.
2090 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2092 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2093 # The default value is: YES.
2094 # This tag requires that the tag HAVE_DOT is set to YES.
2096 CLASS_GRAPH = YES
2098 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2102 # The default value is: YES.
2103 # This tag requires that the tag HAVE_DOT is set to YES.
2105 COLLABORATION_GRAPH = YES
2107 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2109 # The default value is: YES.
2110 # This tag requires that the tag HAVE_DOT is set to YES.
2112 GROUP_GRAPHS = YES
2114 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2118 # This tag requires that the tag HAVE_DOT is set to YES.
2131 # This tag requires that the tag HAVE_DOT is set to YES.
2135 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2139 # This tag requires that the tag HAVE_DOT is set to YES.
2141 TEMPLATE_RELATIONS = YES
2144 # YES then doxygen will generate a graph for each documented file showing the
2147 # The default value is: YES.
2148 # This tag requires that the tag HAVE_DOT is set to YES.
2150 INCLUDE_GRAPH = YES
2153 # set to YES then doxygen will generate a graph for each documented file showing
2156 # The default value is: YES.
2157 # This tag requires that the tag HAVE_DOT is set to YES.
2159 INCLUDED_BY_GRAPH = YES
2161 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2168 # This tag requires that the tag HAVE_DOT is set to YES.
2172 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2179 # This tag requires that the tag HAVE_DOT is set to YES.
2183 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2185 # The default value is: YES.
2186 # This tag requires that the tag HAVE_DOT is set to YES.
2188 GRAPHICAL_HIERARCHY = YES
2190 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2194 # The default value is: YES.
2195 # This tag requires that the tag HAVE_DOT is set to YES.
2197 DIRECTORY_GRAPH = YES
2206 # This tag requires that the tag HAVE_DOT is set to YES.
2210 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2218 # This tag requires that the tag HAVE_DOT is set to YES.
2224 # 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.
2255 # This tag requires that the tag HAVE_DOT is set to YES.
2267 # This tag requires that the tag HAVE_DOT is set to YES.
2271 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2279 # This tag requires that the tag HAVE_DOT is set to YES.
2281 DOT_TRANSPARENT = YES
2283 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
2288 # This tag requires that the tag HAVE_DOT is set to YES.
2290 DOT_MULTI_TARGETS = YES
2292 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2295 # The default value is: YES.
2296 # This tag requires that the tag HAVE_DOT is set to YES.
2298 GENERATE_LEGEND = YES
2300 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
2302 # The default value is: YES.
2303 # This tag requires that the tag HAVE_DOT is set to YES.
2305 DOT_CLEANUP = YES