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
123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
138 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
141 # The default value is: YES.
143 FULL_PATH_NAMES = YES
153 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
166 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
173 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
182 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
190 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
194 # tag to YES if you prefer the old behavior instead.
196 # Note that setting this tag to YES also means that rational rose comments are
202 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
204 # The default value is: YES.
206 INHERIT_DOCS = YES
208 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
239 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
245 OPTIMIZE_OUTPUT_FOR_C = YES
247 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
255 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
261 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
292 # The default value is: YES.
294 MARKDOWN_SUPPORT = YES
300 # The default value is: YES.
302 AUTOLINK_SUPPORT = YES
306 # tag to YES in order to let doxygen match functions declarations and
314 # If you use Microsoft's C++/CLI language, you should set this option to YES to
320 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
329 # getter and setter methods for a property. Setting this option to YES will make
334 # The default value is: YES.
336 IDL_PROPERTY_SUPPORT = YES
339 # tag is set to YES then doxygen will reuse the documentation of the first
353 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
358 # The default value is: YES.
360 SUBGROUPING = YES
362 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
373 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
411 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
414 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
416 # normally produced when WARNINGS is set to YES.
421 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
427 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
433 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
439 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
443 # The default value is: YES.
445 EXTRACT_LOCAL_CLASSES = YES
447 # This flag is only useful for Objective-C code. If set to YES, local methods,
455 # If this flag is set to YES, the members of anonymous namespaces will be
464 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
472 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
480 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
487 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
496 # will be excluded. Set it to YES to include the internal documentation.
502 # names in lower-case letters. If set to YES, upper-case letters are also
508 CASE_SENSE_NAMES = YES
511 # their full class and namespace scopes in the documentation. If set to YES, the
519 # YES the compound reference will be hidden.
524 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
526 # The default value is: YES.
528 SHOW_INCLUDE_FILES = YES
530 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
537 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
543 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
545 # The default value is: YES.
547 INLINE_INFO = YES
549 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
552 # The default value is: YES.
554 SORT_MEMBER_DOCS = YES
556 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
564 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
576 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
583 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
586 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
603 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
605 # The default value is: YES.
607 GENERATE_TODOLIST = YES
609 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
611 # The default value is: YES.
613 GENERATE_TESTLIST = YES
615 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
617 # The default value is: YES.
619 GENERATE_BUGLIST = YES
621 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
624 # The default value is: YES.
626 GENERATE_DEPRECATEDLIST= YES
646 # the bottom of the documentation of classes and structs. If set to YES, the
648 # The default value is: YES.
650 SHOW_USED_FILES = YES
655 # The default value is: YES.
657 SHOW_FILES = YES
662 # The default value is: YES.
664 SHOW_NAMESPACES = YES
704 # standard output by doxygen. If QUIET is set to YES this implies that the
711 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
715 # The default value is: YES.
717 WARNINGS = YES
719 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
720 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
722 # The default value is: YES.
724 WARN_IF_UNDOCUMENTED = YES
726 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
730 # The default value is: YES.
732 WARN_IF_DOC_ERROR = YES
742 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
805 RECURSIVE = YES
856 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
903 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
905 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
914 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
929 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
938 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
944 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
947 # The default value is: YES.
949 STRIP_CODE_COMMENTS = YES
951 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
957 # If the REFERENCES_RELATION tag is set to YES then for each documented function
963 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
964 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
967 # The default value is: YES.
969 REFERENCES_LINK_SOURCE = YES
976 # The default value is: YES.
977 # This tag requires that the tag SOURCE_BROWSER is set to YES.
979 SOURCE_TOOLTIPS = YES
981 # If the USE_HTAGS tag is set to YES then the references to source code will
999 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1003 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1007 # The default value is: YES.
1009 VERBATIM_HEADERS = YES
1015 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1018 # The default value is: YES.
1020 ALPHABETICAL_INDEX = YES
1025 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1033 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1041 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1042 # The default value is: YES.
1044 GENERATE_HTML = YES
1050 # This tag requires that the tag GENERATE_HTML is set to YES.
1057 # This tag requires that the tag GENERATE_HTML is set to YES.
1077 # 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.
1099 # This tag requires that the tag GENERATE_HTML is set to YES.
1112 # This tag requires that the tag GENERATE_HTML is set to YES.
1122 # This tag requires that the tag GENERATE_HTML is set to YES.
1133 # 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.
1156 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1158 # to YES can help to show when doxygen was last run and thus if the
1161 # This tag requires that the tag GENERATE_HTML is set to YES.
1165 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1169 # This tag requires that the tag GENERATE_HTML is set to YES.
1182 # This tag requires that the tag GENERATE_HTML is set to YES.
1186 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1196 # This tag requires that the tag GENERATE_HTML is set to YES.
1204 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1212 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1220 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1226 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1230 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1244 # This tag requires that the tag GENERATE_HTML is set to YES.
1251 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1259 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1264 # (YES) or that it should be included in the master .chm file (NO).
1266 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1272 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1277 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1280 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1284 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1287 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1291 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1296 # This tag requires that the tag GENERATE_HTML 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.
1320 # This tag requires that the tag GENERATE_QHP is set to YES.
1328 # This tag requires that the tag GENERATE_QHP is set to YES.
1336 # This tag requires that the tag GENERATE_QHP is set to YES.
1343 # This tag requires that the tag GENERATE_QHP is set to YES.
1350 # This tag requires that the tag GENERATE_QHP is set to YES.
1354 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1362 # This tag requires that the tag GENERATE_HTML is set to YES.
1370 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1377 # of each HTML page. A value of NO enables the index and the value YES disables
1379 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1381 # This tag requires that the tag GENERATE_HTML is set to YES.
1387 # value is set to YES, a side panel will be generated containing a tree-like
1396 # DISABLE_INDEX to YES when enabling this option.
1398 # This tag requires that the tag GENERATE_HTML is set to YES.
1408 # 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.
1419 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1422 # This tag requires that the tag GENERATE_HTML is set to YES.
1431 # This tag requires that the tag GENERATE_HTML is set to YES.
1441 # The default value is: YES.
1442 # This tag requires that the tag GENERATE_HTML is set to YES.
1444 FORMULA_TRANSPARENT = YES
1453 # This tag requires that the tag GENERATE_HTML is set to YES.
1463 # This tag requires that the tag USE_MATHJAX is set to YES.
1476 # This tag requires that the tag USE_MATHJAX is set to YES.
1483 # This tag requires that the tag USE_MATHJAX is set to YES.
1491 # This tag requires that the tag USE_MATHJAX is set to YES.
1511 # The default value is: YES.
1512 # This tag requires that the tag GENERATE_HTML is set to YES.
1514 SEARCHENGINE = YES
1524 # This tag requires that the tag SEARCHENGINE is set to YES.
1540 # This tag requires that the tag SEARCHENGINE is set to YES.
1551 # This tag requires that the tag SEARCHENGINE is set to YES.
1559 # This tag requires that the tag SEARCHENGINE is set to YES.
1567 # This tag requires that the tag SEARCHENGINE is set to YES.
1577 # This tag requires that the tag SEARCHENGINE is set to YES.
1585 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1586 # The default value is: YES.
1594 # This tag requires that the tag GENERATE_LATEX is set to YES.
1605 # This tag requires that the tag GENERATE_LATEX is set to YES.
1612 # This tag requires that the tag GENERATE_LATEX is set to YES.
1616 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1620 # 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.
1641 # This tag requires that the tag GENERATE_LATEX is set to YES.
1657 # This tag requires that the tag GENERATE_LATEX is set to YES.
1668 # 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 # This tag requires that the tag GENERATE_LATEX is set to YES.
1691 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1695 # The default value is: YES.
1696 # This tag requires that the tag GENERATE_LATEX is set to YES.
1698 PDF_HYPERLINKS = YES
1700 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1701 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1703 # The default value is: YES.
1704 # This tag requires that the tag GENERATE_LATEX is set to YES.
1706 USE_PDFLATEX = YES
1708 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1713 # This tag requires that the tag GENERATE_LATEX is set to YES.
1717 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1720 # This tag requires that the tag GENERATE_LATEX is set to YES.
1724 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1730 # This tag requires that the tag GENERATE_LATEX is set to YES.
1738 # This tag requires that the tag GENERATE_LATEX is set to YES.
1742 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1746 # This tag requires that the tag GENERATE_LATEX is set to YES.
1754 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1765 # This tag requires that the tag GENERATE_RTF is set to YES.
1769 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1773 # This tag requires that the tag GENERATE_RTF is set to YES.
1777 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1785 # This tag requires that the tag GENERATE_RTF is set to YES.
1795 # This tag requires that the tag GENERATE_RTF is set to YES.
1802 # This tag requires that the tag GENERATE_RTF is set to YES.
1806 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1812 # This tag requires that the tag GENERATE_RTF is set to YES.
1820 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1831 # This tag requires that the tag GENERATE_MAN is set to YES.
1840 # This tag requires that the tag GENERATE_MAN is set to YES.
1847 # This tag requires that the tag GENERATE_MAN is set to YES.
1851 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1856 # This tag requires that the tag GENERATE_MAN is set to YES.
1864 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1874 # This tag requires that the tag GENERATE_XML is set to YES.
1878 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1882 # The default value is: YES.
1883 # This tag requires that the tag GENERATE_XML is set to YES.
1885 XML_PROGRAMLISTING = YES
1891 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1901 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1905 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1910 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1918 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1930 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
1938 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
1942 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1946 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
1951 # The default value is: YES.
1952 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1954 PERLMOD_PRETTY = YES
1960 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1968 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
1970 # The default value is: YES.
1972 ENABLE_PREPROCESSING = YES
1974 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
1977 # EXPAND_ONLY_PREDEF to YES.
1979 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1983 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1987 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1991 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
1993 # The default value is: YES.
1994 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1996 SEARCH_INCLUDES = YES
2001 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2009 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2019 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2023 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2028 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2032 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2037 # The default value is: YES.
2038 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2040 SKIP_FUNCTION_MACROS = YES
2067 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2074 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2077 # The default value is: YES.
2079 EXTERNAL_GROUPS = YES
2081 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2084 # The default value is: YES.
2086 EXTERNAL_PAGES = YES
2098 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2103 # The default value is: YES.
2105 CLASS_DIAGRAMS = YES
2123 # If set to YES the inheritance and collaboration graphs will hide inheritance
2125 # The default value is: YES.
2127 HIDE_UNDOC_RELATIONS = YES
2129 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2144 # This tag requires that the tag HAVE_DOT is set to YES.
2154 # This tag requires that the tag HAVE_DOT is set to YES.
2161 # This tag requires that the tag HAVE_DOT is set to YES.
2168 # This tag requires that the tag HAVE_DOT is set to YES.
2172 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2174 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2175 # The default value is: YES.
2176 # This tag requires that the tag HAVE_DOT is set to YES.
2178 CLASS_GRAPH = YES
2180 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2184 # The default value is: YES.
2185 # This tag requires that the tag HAVE_DOT is set to YES.
2187 COLLABORATION_GRAPH = YES
2189 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2191 # The default value is: YES.
2192 # This tag requires that the tag HAVE_DOT is set to YES.
2194 GROUP_GRAPHS = YES
2196 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2200 # This tag requires that the tag HAVE_DOT is set to YES.
2213 # This tag requires that the tag HAVE_DOT is set to YES.
2217 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2221 # This tag requires that the tag HAVE_DOT is set to YES.
2226 # YES then doxygen will generate a graph for each documented file showing the
2229 # The default value is: YES.
2230 # This tag requires that the tag HAVE_DOT is set to YES.
2232 INCLUDE_GRAPH = YES
2235 # set to YES then doxygen will generate a graph for each documented file showing
2238 # The default value is: YES.
2239 # This tag requires that the tag HAVE_DOT is set to YES.
2241 INCLUDED_BY_GRAPH = YES
2243 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2251 # This tag requires that the tag HAVE_DOT is set to YES.
2255 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2263 # This tag requires that the tag HAVE_DOT is set to YES.
2267 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2269 # The default value is: YES.
2270 # This tag requires that the tag HAVE_DOT is set to YES.
2272 GRAPHICAL_HIERARCHY = YES
2274 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2278 # The default value is: YES.
2279 # This tag requires that the tag HAVE_DOT is set to YES.
2281 DIRECTORY_GRAPH = YES
2294 # This tag requires that the tag HAVE_DOT is set to YES.
2298 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2306 # This tag requires that the tag HAVE_DOT is set to YES.
2312 # This tag requires that the tag HAVE_DOT is set to YES.
2319 # This tag requires that the tag HAVE_DOT is set to YES.
2356 # This tag requires that the tag HAVE_DOT is set to YES.
2368 # This tag requires that the tag HAVE_DOT is set to YES.
2372 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2380 # This tag requires that the tag HAVE_DOT is set to YES.
2384 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2389 # This tag requires that the tag HAVE_DOT is set to YES.
2393 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2396 # The default value is: YES.
2397 # This tag requires that the tag HAVE_DOT is set to YES.
2399 GENERATE_LEGEND = YES
2401 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2403 # The default value is: YES.
2404 # This tag requires that the tag HAVE_DOT is set to YES.
2406 DOT_CLEANUP = YES