Lines Matching refs:YES
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
99 # The default value is: YES.
101 BRIEF_MEMBER_DESC = YES
103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
108 # The default value is: YES.
110 REPEAT_BRIEF = YES
133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
148 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
151 # The default value is: YES.
163 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
176 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
183 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
200 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
204 # tag to YES if you prefer the old behavior instead.
206 # Note that setting this tag to YES also means that rational rose comments are
212 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
214 # The default value is: YES.
216 INHERIT_DOCS = YES
218 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
249 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
255 OPTIMIZE_OUTPUT_FOR_C = YES
257 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
265 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
271 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
302 # The default value is: YES.
304 MARKDOWN_SUPPORT = YES
311 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
319 # The default value is: YES.
321 AUTOLINK_SUPPORT = YES
325 # tag to YES in order to let doxygen match functions declarations and
333 # If you use Microsoft's C++/CLI language, you should set this option to YES to
339 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
348 # getter and setter methods for a property. Setting this option to YES will make
353 # The default value is: YES.
355 IDL_PROPERTY_SUPPORT = YES
358 # tag is set to YES then doxygen will reuse the documentation of the first
372 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
377 # The default value is: YES.
379 SUBGROUPING = YES
381 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
392 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
430 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
433 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
435 # normally produced when WARNINGS is set to YES.
438 EXTRACT_ALL = YES
440 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
446 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
452 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
458 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
462 # The default value is: YES.
464 EXTRACT_LOCAL_CLASSES = YES
466 # This flag is only useful for Objective-C code. If set to YES, local methods,
474 # If this flag is set to YES, the members of anonymous namespaces will be
483 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
491 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
499 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
506 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
515 # will be excluded. Set it to YES to include the internal documentation.
521 # names in lower-case letters. If set to YES, upper-case letters are also
530 # their full class and namespace scopes in the documentation. If set to YES, the
534 HIDE_SCOPE_NAMES = YES
538 # YES the compound reference will be hidden.
543 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
545 # The default value is: YES.
547 SHOW_INCLUDE_FILES = YES
549 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
556 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
562 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
564 # The default value is: YES.
566 INLINE_INFO = YES
568 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
571 # The default value is: YES.
575 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
583 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
595 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
602 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
605 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
622 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
624 # The default value is: YES.
626 GENERATE_TODOLIST = YES
628 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
630 # The default value is: YES.
632 GENERATE_TESTLIST = YES
634 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
636 # The default value is: YES.
638 GENERATE_BUGLIST = YES
640 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
643 # The default value is: YES.
645 GENERATE_DEPRECATEDLIST= YES
665 # the bottom of the documentation of classes and structs. If set to YES, the
667 # The default value is: YES.
669 SHOW_USED_FILES = YES
674 # The default value is: YES.
676 SHOW_FILES = YES
681 # The default value is: YES.
683 SHOW_NAMESPACES = YES
723 # standard output by doxygen. If QUIET is set to YES this implies that the
730 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
734 # The default value is: YES.
736 WARNINGS = YES
738 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
739 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
741 # The default value is: YES.
743 WARN_IF_UNDOCUMENTED = YES
745 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
749 # The default value is: YES.
751 WARN_IF_DOC_ERROR = YES
761 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
875 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
922 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
924 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
933 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
948 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
957 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
963 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
966 # The default value is: YES.
968 STRIP_CODE_COMMENTS = YES
970 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
976 # If the REFERENCES_RELATION tag is set to YES then for each documented function
982 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
983 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
986 # The default value is: YES.
988 REFERENCES_LINK_SOURCE = YES
995 # The default value is: YES.
996 # This tag requires that the tag SOURCE_BROWSER is set to YES.
998 SOURCE_TOOLTIPS = YES
1000 # If the USE_HTAGS tag is set to YES then the references to source code will
1018 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1022 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1026 # The default value is: YES.
1028 VERBATIM_HEADERS = YES
1034 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1037 # The default value is: YES.
1044 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1052 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1060 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1061 # The default value is: YES.
1063 GENERATE_HTML = YES
1069 # This tag requires that the tag GENERATE_HTML is set to YES.
1076 # This tag requires that the tag GENERATE_HTML is set to YES.
1096 # This tag requires that the tag GENERATE_HTML is set to YES.
1106 # 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.
1131 # This tag requires that the tag GENERATE_HTML is set to YES.
1141 # This tag requires that the tag GENERATE_HTML is set to YES.
1152 # This tag requires that the tag GENERATE_HTML is set to YES.
1160 # This tag requires that the tag GENERATE_HTML is set to YES.
1171 # This tag requires that the tag GENERATE_HTML is set to YES.
1175 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1177 # to YES can help to show when doxygen was last run and thus if the
1180 # This tag requires that the tag GENERATE_HTML is set to YES.
1182 HTML_TIMESTAMP = YES
1184 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1188 # This tag requires that the tag GENERATE_HTML is set to YES.
1201 # This tag requires that the tag GENERATE_HTML is set to YES.
1205 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1215 # This tag requires that the tag GENERATE_HTML is set to YES.
1223 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1231 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1239 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1245 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1249 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1263 # This tag requires that the tag GENERATE_HTML is set to YES.
1270 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1278 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1283 # (YES) or that it should be included in the master .chm file (NO).
1285 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1291 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1296 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1299 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1303 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1306 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1310 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1315 # This tag requires that the tag GENERATE_HTML is set to YES.
1322 # This tag requires that the tag GENERATE_QHP is set to YES.
1330 # This tag requires that the tag GENERATE_QHP is set to YES.
1339 # This tag requires that the tag GENERATE_QHP is set to YES.
1347 # This tag requires that the tag GENERATE_QHP is set to YES.
1355 # This tag requires that the tag GENERATE_QHP is set to YES.
1362 # This tag requires that the tag GENERATE_QHP is set to YES.
1369 # This tag requires that the tag GENERATE_QHP is set to YES.
1373 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1381 # This tag requires that the tag GENERATE_HTML is set to YES.
1389 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1396 # of each HTML page. A value of NO enables the index and the value YES disables
1398 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1400 # This tag requires that the tag GENERATE_HTML is set to YES.
1406 # value is set to YES, a side panel will be generated containing a tree-like
1415 # DISABLE_INDEX to YES when enabling this option.
1417 # This tag requires that the tag GENERATE_HTML is set to YES.
1427 # This tag requires that the tag GENERATE_HTML is set to YES.
1434 # This tag requires that the tag GENERATE_HTML is set to YES.
1438 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1441 # This tag requires that the tag GENERATE_HTML is set to YES.
1450 # This tag requires that the tag GENERATE_HTML is set to YES.
1460 # The default value is: YES.
1461 # This tag requires that the tag GENERATE_HTML is set to YES.
1463 FORMULA_TRANSPARENT = YES
1472 # This tag requires that the tag GENERATE_HTML is set to YES.
1482 # This tag requires that the tag USE_MATHJAX is set to YES.
1495 # This tag requires that the tag USE_MATHJAX is set to YES.
1502 # This tag requires that the tag USE_MATHJAX is set to YES.
1510 # This tag requires that the tag USE_MATHJAX is set to YES.
1530 # The default value is: YES.
1531 # This tag requires that the tag GENERATE_HTML is set to YES.
1533 SEARCHENGINE = YES
1543 # This tag requires that the tag SEARCHENGINE is set to YES.
1559 # This tag requires that the tag SEARCHENGINE is set to YES.
1570 # This tag requires that the tag SEARCHENGINE is set to YES.
1578 # This tag requires that the tag SEARCHENGINE is set to YES.
1586 # This tag requires that the tag SEARCHENGINE is set to YES.
1596 # This tag requires that the tag SEARCHENGINE is set to YES.
1604 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1605 # The default value is: YES.
1613 # This tag requires that the tag GENERATE_LATEX is set to YES.
1624 # This tag requires that the tag GENERATE_LATEX is set to YES.
1631 # This tag requires that the tag GENERATE_LATEX is set to YES.
1635 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1639 # This tag requires that the tag GENERATE_LATEX is set to YES.
1648 # 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.
1687 # This tag requires that the tag GENERATE_LATEX is set to YES.
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.
1710 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1714 # The default value is: YES.
1715 # This tag requires that the tag GENERATE_LATEX is set to YES.
1717 PDF_HYPERLINKS = YES
1719 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1720 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1722 # The default value is: YES.
1723 # This tag requires that the tag GENERATE_LATEX is set to YES.
1725 USE_PDFLATEX = YES
1727 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1732 # This tag requires that the tag GENERATE_LATEX is set to YES.
1736 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1739 # This tag requires that the tag GENERATE_LATEX is set to YES.
1743 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1749 # This tag requires that the tag GENERATE_LATEX is set to YES.
1757 # This tag requires that the tag GENERATE_LATEX is set to YES.
1761 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1765 # This tag requires that the tag GENERATE_LATEX is set to YES.
1773 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1784 # This tag requires that the tag GENERATE_RTF is set to YES.
1788 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1792 # This tag requires that the tag GENERATE_RTF is set to YES.
1796 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1804 # This tag requires that the tag GENERATE_RTF is set to YES.
1814 # This tag requires that the tag GENERATE_RTF is set to YES.
1821 # This tag requires that the tag GENERATE_RTF is set to YES.
1825 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1831 # This tag requires that the tag GENERATE_RTF is set to YES.
1839 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1850 # This tag requires that the tag GENERATE_MAN is set to YES.
1859 # This tag requires that the tag GENERATE_MAN is set to YES.
1866 # This tag requires that the tag GENERATE_MAN is set to YES.
1870 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1875 # This tag requires that the tag GENERATE_MAN is set to YES.
1883 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1893 # This tag requires that the tag GENERATE_XML is set to YES.
1897 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1901 # The default value is: YES.
1902 # This tag requires that the tag GENERATE_XML is set to YES.
1904 XML_PROGRAMLISTING = YES
1910 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1920 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1924 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1929 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1937 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1949 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
1957 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
1961 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1965 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
1970 # The default value is: YES.
1971 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1973 PERLMOD_PRETTY = YES
1979 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1987 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
1989 # The default value is: YES.
1991 ENABLE_PREPROCESSING = YES
1993 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
1996 # EXPAND_ONLY_PREDEF to YES.
1998 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2000 MACRO_EXPANSION = YES
2002 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2006 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2010 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2012 # The default value is: YES.
2013 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2015 SEARCH_INCLUDES = YES
2020 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2028 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2038 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2042 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2047 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2051 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2056 # The default value is: YES.
2057 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2059 SKIP_FUNCTION_MACROS = YES
2086 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2093 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2096 # The default value is: YES.
2098 EXTERNAL_GROUPS = YES
2100 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2103 # The default value is: YES.
2105 EXTERNAL_PAGES = YES
2117 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2122 # The default value is: YES.
2142 # If set to YES the inheritance and collaboration graphs will hide inheritance
2144 # The default value is: YES.
2146 HIDE_UNDOC_RELATIONS = YES
2148 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2163 # This tag requires that the tag HAVE_DOT is set to YES.
2173 # This tag requires that the tag HAVE_DOT is set to YES.
2180 # This tag requires that the tag HAVE_DOT is set to YES.
2187 # This tag requires that the tag HAVE_DOT is set to YES.
2191 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2193 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2194 # The default value is: YES.
2195 # This tag requires that the tag HAVE_DOT is set to YES.
2197 CLASS_GRAPH = YES
2199 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2203 # The default value is: YES.
2204 # This tag requires that the tag HAVE_DOT is set to YES.
2206 COLLABORATION_GRAPH = YES
2208 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2210 # The default value is: YES.
2211 # This tag requires that the tag HAVE_DOT is set to YES.
2213 GROUP_GRAPHS = YES
2215 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2219 # This tag requires that the tag HAVE_DOT is set to YES.
2232 # This tag requires that the tag HAVE_DOT is set to YES.
2236 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2240 # This tag requires that the tag HAVE_DOT is set to YES.
2245 # YES then doxygen will generate a graph for each documented file showing the
2248 # The default value is: YES.
2249 # This tag requires that the tag HAVE_DOT is set to YES.
2251 INCLUDE_GRAPH = YES
2254 # set to YES then doxygen will generate a graph for each documented file showing
2257 # The default value is: YES.
2258 # This tag requires that the tag HAVE_DOT is set to YES.
2260 INCLUDED_BY_GRAPH = YES
2262 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2270 # This tag requires that the tag HAVE_DOT is set to YES.
2272 CALL_GRAPH = YES
2274 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2282 # This tag requires that the tag HAVE_DOT is set to YES.
2284 CALLER_GRAPH = YES
2286 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2288 # The default value is: YES.
2289 # This tag requires that the tag HAVE_DOT is set to YES.
2291 GRAPHICAL_HIERARCHY = YES
2293 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2297 # The default value is: YES.
2298 # This tag requires that the tag HAVE_DOT is set to YES.
2300 DIRECTORY_GRAPH = YES
2313 # This tag requires that the tag HAVE_DOT is set to YES.
2317 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2325 # This tag requires that the tag HAVE_DOT is set to YES.
2331 # This tag requires that the tag HAVE_DOT is set to YES.
2338 # This tag requires that the tag HAVE_DOT is set to YES.
2380 # This tag requires that the tag HAVE_DOT is set to YES.
2392 # This tag requires that the tag HAVE_DOT is set to YES.
2396 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2404 # This tag requires that the tag HAVE_DOT is set to YES.
2408 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2413 # This tag requires that the tag HAVE_DOT is set to YES.
2417 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2420 # The default value is: YES.
2421 # This tag requires that the tag HAVE_DOT is set to YES.
2423 GENERATE_LEGEND = YES
2425 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2427 # The default value is: YES.
2428 # This tag requires that the tag HAVE_DOT is set to YES.
2430 DOT_CLEANUP = YES