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
128 ALWAYS_DETAILED_SEC = YES
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.
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.
419 EXTRACT_ALL = 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
437 EXTRACT_STATIC = YES
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
470 HIDE_UNDOC_MEMBERS = YES
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
708 QUIET = YES
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
819 EXCLUDE_SYMLINKS = YES
855 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
894 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
896 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
905 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
920 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
929 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
935 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
938 # The default value is: YES.
940 STRIP_CODE_COMMENTS = YES
942 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
946 REFERENCED_BY_RELATION = YES
948 # If the REFERENCES_RELATION tag is set to YES then for each documented function
952 REFERENCES_RELATION = YES
954 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
955 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
958 # The default value is: YES.
960 REFERENCES_LINK_SOURCE = YES
967 # The default value is: YES.
968 # This tag requires that the tag SOURCE_BROWSER is set to YES.
970 SOURCE_TOOLTIPS = YES
972 # If the USE_HTAGS tag is set to YES then the references to source code will
990 # This tag requires that the tag SOURCE_BROWSER is set to YES.
994 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
998 # The default value is: YES.
1000 VERBATIM_HEADERS = YES
1006 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1009 # The default value is: YES.
1011 ALPHABETICAL_INDEX = YES
1016 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1024 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1032 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1033 # The default value is: YES.
1035 GENERATE_HTML = YES
1041 # 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.
1068 # 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.
1090 # This tag requires that the tag GENERATE_HTML is set to YES.
1103 # This tag requires that the tag GENERATE_HTML is set to YES.
1113 # This tag requires that the tag GENERATE_HTML is set to YES.
1124 # This tag requires that the tag GENERATE_HTML is set to YES.
1132 # This tag requires that the tag GENERATE_HTML is set to YES.
1143 # This tag requires that the tag GENERATE_HTML is set to YES.
1147 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1149 # to YES can help to show when doxygen was last run and thus if the
1152 # This tag requires that the tag GENERATE_HTML is set to YES.
1156 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1160 # This tag requires that the tag GENERATE_HTML is set to YES.
1173 # This tag requires that the tag GENERATE_HTML is set to YES.
1177 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1187 # This tag requires that the tag GENERATE_HTML is set to YES.
1195 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1203 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1211 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1217 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1221 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1235 # This tag requires that the tag GENERATE_HTML is set to YES.
1242 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1250 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1255 # (YES) or that it should be included in the master .chm file (NO).
1257 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1263 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1268 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1271 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1275 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1278 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1282 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1287 # This tag requires that the tag GENERATE_HTML is set to YES.
1294 # This tag requires that the tag GENERATE_QHP is set to YES.
1302 # 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.
1319 # This tag requires that the tag GENERATE_QHP is set to YES.
1327 # This tag requires that the tag GENERATE_QHP is set to YES.
1334 # This tag requires that the tag GENERATE_QHP is set to YES.
1341 # This tag requires that the tag GENERATE_QHP is set to YES.
1345 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1353 # This tag requires that the tag GENERATE_HTML is set to YES.
1361 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1368 # of each HTML page. A value of NO enables the index and the value YES disables
1370 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1372 # This tag requires that the tag GENERATE_HTML is set to YES.
1378 # value is set to YES, a side panel will be generated containing a tree-like
1387 # DISABLE_INDEX to YES when enabling this option.
1389 # This tag requires that the tag GENERATE_HTML is set to YES.
1391 GENERATE_TREEVIEW = YES
1399 # 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.
1410 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1413 # This tag requires that the tag GENERATE_HTML is set to YES.
1422 # This tag requires that the tag GENERATE_HTML is set to YES.
1432 # The default value is: YES.
1433 # This tag requires that the tag GENERATE_HTML is set to YES.
1435 FORMULA_TRANSPARENT = YES
1444 # This tag requires that the tag GENERATE_HTML is set to YES.
1454 # This tag requires that the tag USE_MATHJAX is set to YES.
1467 # This tag requires that the tag USE_MATHJAX is set to YES.
1474 # This tag requires that the tag USE_MATHJAX is set to YES.
1482 # This tag requires that the tag USE_MATHJAX is set to YES.
1502 # The default value is: YES.
1503 # This tag requires that the tag GENERATE_HTML is set to YES.
1515 # This tag requires that the tag SEARCHENGINE is set to YES.
1531 # This tag requires that the tag SEARCHENGINE is set to YES.
1542 # This tag requires that the tag SEARCHENGINE is set to YES.
1550 # This tag requires that the tag SEARCHENGINE is set to YES.
1558 # This tag requires that the tag SEARCHENGINE is set to YES.
1568 # This tag requires that the tag SEARCHENGINE is set to YES.
1576 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1577 # The default value is: YES.
1585 # This tag requires that the tag GENERATE_LATEX is set to YES.
1596 # This tag requires that the tag GENERATE_LATEX is set to YES.
1603 # This tag requires that the tag GENERATE_LATEX is set to YES.
1607 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
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.
1632 # 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.
1659 # This tag requires that the tag GENERATE_LATEX is set to YES.
1670 # This tag requires that the tag GENERATE_LATEX is set to YES.
1678 # This tag requires that the tag GENERATE_LATEX is set to YES.
1682 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1686 # The default value is: YES.
1687 # This tag requires that the tag GENERATE_LATEX is set to YES.
1691 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1692 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1694 # The default value is: YES.
1695 # This tag requires that the tag GENERATE_LATEX is set to YES.
1699 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1704 # This tag requires that the tag GENERATE_LATEX is set to YES.
1708 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1711 # This tag requires that the tag GENERATE_LATEX is set to YES.
1715 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1721 # This tag requires that the tag GENERATE_LATEX is set to YES.
1729 # This tag requires that the tag GENERATE_LATEX is set to YES.
1733 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1737 # This tag requires that the tag GENERATE_LATEX is set to YES.
1745 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1756 # This tag requires that the tag GENERATE_RTF is set to YES.
1760 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1764 # This tag requires that the tag GENERATE_RTF is set to YES.
1768 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1776 # This tag requires that the tag GENERATE_RTF is set to YES.
1786 # This tag requires that the tag GENERATE_RTF is set to YES.
1793 # This tag requires that the tag GENERATE_RTF is set to YES.
1797 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1803 # This tag requires that the tag GENERATE_RTF is set to YES.
1811 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1822 # This tag requires that the tag GENERATE_MAN is set to YES.
1831 # This tag requires that the tag GENERATE_MAN is set to YES.
1838 # This tag requires that the tag GENERATE_MAN is set to YES.
1842 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1847 # This tag requires that the tag GENERATE_MAN is set to YES.
1855 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1865 # This tag requires that the tag GENERATE_XML is set to YES.
1869 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1873 # The default value is: YES.
1874 # This tag requires that the tag GENERATE_XML is set to YES.
1876 XML_PROGRAMLISTING = YES
1882 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1892 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1896 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1901 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1909 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1921 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
1929 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
1933 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1937 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
1942 # The default value is: YES.
1943 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1945 PERLMOD_PRETTY = YES
1951 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1959 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
1961 # The default value is: YES.
1963 ENABLE_PREPROCESSING = YES
1965 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
1968 # EXPAND_ONLY_PREDEF to YES.
1970 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1974 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1978 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1982 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
1984 # The default value is: YES.
1985 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1987 SEARCH_INCLUDES = YES
1992 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2000 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2010 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2017 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2022 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2026 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2031 # The default value is: YES.
2032 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2034 SKIP_FUNCTION_MACROS = YES
2061 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2068 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2071 # The default value is: YES.
2073 EXTERNAL_GROUPS = YES
2075 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2078 # The default value is: YES.
2080 EXTERNAL_PAGES = YES
2092 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2097 # The default value is: YES.
2099 CLASS_DIAGRAMS = YES
2117 # If set to YES the inheritance and collaboration graphs will hide inheritance
2119 # The default value is: YES.
2121 HIDE_UNDOC_RELATIONS = YES
2123 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2138 # This tag requires that the tag HAVE_DOT is set to YES.
2148 # This tag requires that the tag HAVE_DOT is set to YES.
2155 # This tag requires that the tag HAVE_DOT is set to YES.
2162 # This tag requires that the tag HAVE_DOT is set to YES.
2166 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2168 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2169 # The default value is: YES.
2170 # This tag requires that the tag HAVE_DOT is set to YES.
2172 CLASS_GRAPH = YES
2174 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2178 # The default value is: YES.
2179 # This tag requires that the tag HAVE_DOT is set to YES.
2181 COLLABORATION_GRAPH = YES
2183 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2185 # The default value is: YES.
2186 # This tag requires that the tag HAVE_DOT is set to YES.
2188 GROUP_GRAPHS = YES
2190 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2194 # This tag requires that the tag HAVE_DOT is set to YES.
2207 # This tag requires that the tag HAVE_DOT is set to YES.
2211 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2215 # This tag requires that the tag HAVE_DOT is set to YES.
2217 TEMPLATE_RELATIONS = YES
2220 # YES then doxygen will generate a graph for each documented file showing the
2223 # The default value is: YES.
2224 # This tag requires that the tag HAVE_DOT is set to YES.
2226 INCLUDE_GRAPH = YES
2229 # set to YES then doxygen will generate a graph for each documented file showing
2232 # The default value is: YES.
2233 # This tag requires that the tag HAVE_DOT is set to YES.
2235 INCLUDED_BY_GRAPH = YES
2237 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2245 # This tag requires that the tag HAVE_DOT is set to YES.
2249 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2257 # This tag requires that the tag HAVE_DOT is set to YES.
2261 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2263 # The default value is: YES.
2264 # This tag requires that the tag HAVE_DOT is set to YES.
2266 GRAPHICAL_HIERARCHY = YES
2268 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2272 # The default value is: YES.
2273 # This tag requires that the tag HAVE_DOT is set to YES.
2275 DIRECTORY_GRAPH = YES
2288 # This tag requires that the tag HAVE_DOT is set to YES.
2292 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2300 # This tag requires that the tag HAVE_DOT is set to YES.
2306 # This tag requires that the tag HAVE_DOT is set to YES.
2313 # This tag requires that the tag HAVE_DOT is set to YES.
2350 # This tag requires that the tag HAVE_DOT is set to YES.
2362 # This tag requires that the tag HAVE_DOT is set to YES.
2366 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2374 # This tag requires that the tag HAVE_DOT is set to YES.
2378 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2383 # This tag requires that the tag HAVE_DOT is set to YES.
2385 DOT_MULTI_TARGETS = YES
2387 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2390 # The default value is: YES.
2391 # This tag requires that the tag HAVE_DOT is set to YES.
2393 GENERATE_LEGEND = YES
2395 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2397 # The default value is: YES.
2398 # This tag requires that the tag HAVE_DOT is set to YES.
2400 DOT_CLEANUP = YES