Lines Matching refs:set
73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
85 # CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every
91 # This tag requires that the tag CREATE_SUBDIRS is set to YES.
95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
96 # characters to appear in the names of generated files. If set to NO, non-ASCII
118 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
125 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
128 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
155 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
162 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
170 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
171 # before files name in the file list and in the header files. If set to NO the
185 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
198 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
205 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
207 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
214 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
217 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the
224 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
226 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
232 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
252 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
258 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
259 # page for each member. If set to NO, the documentation of a member will be part
265 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
339 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
358 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
363 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
376 # to include (a tag file for) the STL sources as input, then you should set this
385 # If you use Microsoft's C++/CLI language, you should set this option to YES to
401 # doxygen to replace the get and set methods by a property in the documentation.
404 # should set this option to NO.
410 # tag is set to YES then doxygen will reuse the documentation of the first
433 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
444 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
447 # namespace, or group documentation), provided this scope is documented. If set
465 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
479 # during processing. When set to 0 doxygen will based this on the number of
480 # cores available in the system. You can set it explicitly to a value larger
483 # threads. Since this is still an experimental feature the default is set to 1,
495 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
498 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
500 # normally produced when WARNINGS is set to YES.
505 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
511 # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
517 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
523 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
529 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
530 # locally in source files will be included in the documentation. If set to NO,
537 # This flag is only useful for Objective-C code. If set to YES, local methods,
539 # included in the documentation. If set to NO, only methods in the interface are
545 # If this flag is set to YES, the members of anonymous namespaces will be
554 # If this flag is set to YES, the name of an unnamed parameter in a declaration
561 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
562 # undocumented members inside documented classes or files. If set to NO these
569 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
570 # undocumented classes that are normally visible in the class hierarchy. If set
577 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
578 # declarations. If set to NO, these declarations will be included in the
584 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
585 # documentation blocks found inside the body of a function. If set to NO, these
592 # \internal command is included. If the tag is set to NO then the documentation
601 # whose names only differ in casing), the option must be set to YES to properly
603 # are not case sensitive the option should be set to NO to properly deal with
607 # Windows (including Cygwin) and MacOS, users should typically set this option
608 # to NO, whereas on Linux or other Unix flavors it should typically be set to
615 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
616 # their full class and namespace scopes in the documentation. If set to YES, the
622 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
623 # append additional text to a page's title, such as Class Reference. If set to
629 # If the SHOW_HEADERFILE tag is set to YES then the documentation for a class
635 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
641 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
648 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
654 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
660 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
662 # name. If set to NO, the members will appear in declaration order.
667 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
669 # name. If set to NO, the members will appear in declaration order. Note that
675 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
677 # destructors are listed first. If set to NO the constructors will appear in the
679 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
681 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
687 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
688 # of group names into alphabetical order. If set to NO the group names will
694 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
695 # fully-qualified names, including namespaces. If set to NO, the class list will
697 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
757 # the bottom of the documentation of classes and structs. If set to YES, the
816 # standard output by doxygen. If QUIET is set to YES this implies that the
823 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
831 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
832 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
838 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
846 # If WARN_IF_INCOMPLETE_DOC is set to YES, doxygen will warn about incomplete
847 # function parameter documentation. If set to NO, doxygen will accept that some
855 # value. If set to NO, doxygen will only warn about wrong parameter
857 # set to YES then this flag will automatically be disabled. See also
863 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
864 # a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
865 # then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
942 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
1058 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
1092 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
1105 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
1110 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
1112 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
1121 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
1145 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
1149 # also VERBATIM_HEADERS is set to NO.
1167 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1173 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1179 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1193 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1197 # If the USE_HTAGS tag is set to YES then the references to source code will
1215 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1219 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1231 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1242 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1250 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1259 # This tag requires that the tag GENERATE_HTML is set to YES.
1266 # This tag requires that the tag GENERATE_HTML is set to YES.
1286 # This tag requires that the tag GENERATE_HTML is set to YES.
1296 # This tag requires that the tag GENERATE_HTML is set to YES.
1308 # This tag requires that the tag GENERATE_HTML is set to YES.
1321 # This tag requires that the tag GENERATE_HTML is set to YES.
1331 # This tag requires that the tag GENERATE_HTML is set to YES.
1342 # dark output., AUTO_LIGHT Automatically set the mode according to the user
1343 # preference, use light mode if no preference is set (the default)., AUTO_DARK
1344 # Automatically set the mode according to the user preference, use dark mode if
1345 # no preference is set. and TOGGLE Allow to user to switch between light and
1348 # This tag requires that the tag GENERATE_HTML is set to YES.
1359 # This tag requires that the tag GENERATE_HTML is set to YES.
1367 # This tag requires that the tag GENERATE_HTML is set to YES.
1378 # This tag requires that the tag GENERATE_HTML is set to YES.
1382 # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
1389 # This tag requires that the tag GENERATE_HTML is set to YES.
1393 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1397 # This tag requires that the tag GENERATE_HTML is set to YES.
1410 # This tag requires that the tag GENERATE_HTML is set to YES.
1414 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1418 # create a documentation set, doxygen will generate a Makefile in the HTML
1425 # This tag requires that the tag GENERATE_HTML is set to YES.
1433 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1440 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1445 # set bundle. This should be a reverse domain-name style string, e.g.
1448 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1456 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1462 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1466 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1484 # This tag requires that the tag GENERATE_HTML is set to YES.
1491 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1499 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1506 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1512 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1520 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1524 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1527 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1531 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1532 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
1536 # This tag requires that the tag GENERATE_HTML is set to YES.
1543 # This tag requires that the tag GENERATE_QHP is set to YES.
1552 # This tag requires that the tag GENERATE_QHP is set to YES.
1561 # This tag requires that the tag GENERATE_QHP is set to YES.
1565 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1569 # This tag requires that the tag GENERATE_QHP is set to YES.
1577 # This tag requires that the tag GENERATE_QHP is set to YES.
1584 # This tag requires that the tag GENERATE_QHP is set to YES.
1591 # This tag requires that the tag GENERATE_QHP is set to YES.
1595 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1603 # This tag requires that the tag GENERATE_HTML is set to YES.
1609 # name. Each documentation set should have its own identifier.
1611 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1620 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1622 # This tag requires that the tag GENERATE_HTML is set to YES.
1628 # value is set to YES, a side panel will be generated containing a tree-like
1639 # This tag requires that the tag GENERATE_HTML is set to YES.
1643 # When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
1649 # DISABLE_INDEX is set to NO, this option has no effect.
1651 # This tag requires that the tag GENERATE_HTML is set to YES.
1655 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1661 # This tag requires that the tag GENERATE_HTML is set to YES.
1666 # to set the initial width (in pixels) of the frame in which the tree is shown.
1668 # This tag requires that the tag GENERATE_HTML is set to YES.
1672 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1675 # This tag requires that the tag GENERATE_HTML is set to YES.
1679 # If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email
1682 # This tag requires that the tag GENERATE_HTML is set to YES.
1686 # If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
1693 # This tag requires that the tag GENERATE_HTML is set to YES.
1702 # This tag requires that the tag GENERATE_HTML is set to YES.
1719 # This tag requires that the tag GENERATE_HTML is set to YES.
1730 # This tag requires that the tag USE_MATHJAX is set to YES.
1734 # When MathJax is enabled you can set the default output format to be used for
1747 # This tag requires that the tag USE_MATHJAX is set to YES.
1761 # This tag requires that the tag USE_MATHJAX is set to YES.
1773 # This tag requires that the tag USE_MATHJAX is set to YES.
1783 # This tag requires that the tag USE_MATHJAX is set to YES.
1804 # This tag requires that the tag GENERATE_HTML is set to YES.
1816 # This tag requires that the tag SEARCHENGINE is set to YES.
1833 # This tag requires that the tag SEARCHENGINE is set to YES.
1845 # This tag requires that the tag SEARCHENGINE is set to YES.
1853 # This tag requires that the tag SEARCHENGINE is set to YES.
1861 # This tag requires that the tag SEARCHENGINE is set to YES.
1868 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
1871 # This tag requires that the tag SEARCHENGINE is set to YES.
1879 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1888 # This tag requires that the tag GENERATE_LATEX is set to YES.
1898 # default can have been set differently, this depends on the implementation of
1900 # This tag requires that the tag GENERATE_LATEX is set to YES.
1910 # This tag requires that the tag GENERATE_LATEX is set to YES.
1920 # This tag requires that the tag GENERATE_LATEX is set to YES.
1924 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1928 # This tag requires that the tag GENERATE_LATEX is set to YES.
1932 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1937 # This tag requires that the tag GENERATE_LATEX is set to YES.
1949 # This tag requires that the tag GENERATE_LATEX is set to YES.
1966 # This tag requires that the tag GENERATE_LATEX is set to YES.
1978 # This tag requires that the tag GENERATE_LATEX is set to YES.
1989 # This tag requires that the tag GENERATE_LATEX is set to YES.
1997 # This tag requires that the tag GENERATE_LATEX is set to YES.
2001 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
2006 # This tag requires that the tag GENERATE_LATEX is set to YES.
2010 # If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
2016 # This tag requires that the tag GENERATE_LATEX is set to YES.
2020 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
2024 # This tag requires that the tag GENERATE_LATEX is set to YES.
2028 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
2031 # This tag requires that the tag GENERATE_LATEX is set to YES.
2039 # This tag requires that the tag GENERATE_LATEX is set to YES.
2047 # This tag requires that the tag GENERATE_LATEX is set to YES.
2055 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
2066 # This tag requires that the tag GENERATE_RTF is set to YES.
2070 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
2074 # This tag requires that the tag GENERATE_RTF is set to YES.
2078 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
2086 # This tag requires that the tag GENERATE_RTF is set to YES.
2092 # replacements, missing definitions are set to their default value.
2096 # This tag requires that the tag GENERATE_RTF is set to YES.
2103 # This tag requires that the tag GENERATE_RTF is set to YES.
2111 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
2122 # This tag requires that the tag GENERATE_MAN is set to YES.
2131 # This tag requires that the tag GENERATE_MAN is set to YES.
2138 # This tag requires that the tag GENERATE_MAN is set to YES.
2142 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
2147 # This tag requires that the tag GENERATE_MAN is set to YES.
2155 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
2165 # This tag requires that the tag GENERATE_XML is set to YES.
2169 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
2174 # This tag requires that the tag GENERATE_XML is set to YES.
2178 # If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
2181 # This tag requires that the tag GENERATE_XML is set to YES.
2189 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
2199 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2207 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2219 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2227 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2231 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2235 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2237 # understand what is going on. On the other hand, if this tag is set to NO, the
2241 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2249 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2257 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2263 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2264 # in the source code. If set to NO, only conditional compilation will be
2268 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2272 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2276 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2280 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2283 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2291 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2299 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2309 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2314 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2319 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2323 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2329 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2358 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2359 # the class index. If set to NO, only the inherited external classes will be
2365 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2366 # in the modules index. If set to NO, only the current project's groups will be
2372 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2373 # the related pages index. If set to NO, only the current project's pages will
2390 # If set to YES the inheritance and collaboration graphs will hide inheritance
2396 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2400 # set to NO
2406 # to run in parallel. When set to 0 doxygen will base this on the number of
2407 # processors available in the system. You can set it explicitly to a value
2411 # This tag requires that the tag HAVE_DOT is set to YES.
2424 # This tag requires that the tag HAVE_DOT is set to YES.
2433 # This tag requires that the tag HAVE_DOT is set to YES.
2438 # around nodes set 'shape=plain' or 'shape=plaintext' <a
2441 # This tag requires that the tag HAVE_DOT is set to YES.
2445 # You can set the path where dot can find font specified with fontname in
2447 # This tag requires that the tag HAVE_DOT is set to YES.
2451 # If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a
2453 # relations. In case HAVE_DOT is set as well dot will be used to draw the graph,
2454 # otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set
2462 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2467 # This tag requires that the tag HAVE_DOT is set to YES.
2471 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2475 # This tag requires that the tag HAVE_DOT is set to YES.
2479 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2483 # This tag requires that the tag HAVE_DOT is set to YES.
2492 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2496 # This tag requires that the tag UML_LOOK is set to YES.
2500 # If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and
2502 # tag is set to YES, doxygen will add type and arguments for attributes and
2503 # methods in the UML graphs. If the DOT_UML_DETAILS tag is set to NONE, doxygen
2509 # This tag requires that the tag UML_LOOK is set to YES.
2513 # The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters
2518 # This tag requires that the tag HAVE_DOT is set to YES.
2522 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2526 # This tag requires that the tag HAVE_DOT is set to YES.
2530 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2535 # This tag requires that the tag HAVE_DOT is set to YES.
2540 # set to YES then doxygen will generate a graph for each documented file showing
2544 # This tag requires that the tag HAVE_DOT is set to YES.
2548 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2556 # This tag requires that the tag HAVE_DOT is set to YES.
2560 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2568 # This tag requires that the tag HAVE_DOT is set to YES.
2572 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2575 # This tag requires that the tag HAVE_DOT is set to YES.
2579 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2584 # This tag requires that the tag HAVE_DOT is set to YES.
2591 # This tag requires that the tag DIRECTORY_GRAPH is set to YES.
2595 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2599 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2606 # This tag requires that the tag HAVE_DOT is set to YES.
2610 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2615 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
2618 # This tag requires that the tag HAVE_DOT is set to YES.
2624 # This tag requires that the tag HAVE_DOT is set to YES.
2631 # This tag requires that the tag HAVE_DOT is set to YES.
2665 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2673 # This tag requires that the tag HAVE_DOT is set to YES.
2677 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2685 # This tag requires that the tag HAVE_DOT is set to YES.
2694 # This tag requires that the tag HAVE_DOT is set to YES.
2698 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2701 # Note: This tag requires that UML_LOOK isn't set, i.e. the doxygen internal
2704 # This tag requires that the tag HAVE_DOT is set to YES.
2708 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate