Lines Matching full:set

81 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
91 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
92 # characters to appear in the names of generated files. If set to NO, non-ASCII
114 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
116 # documentation (similar to Javadoc). Set to NO to disable this.
121 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
124 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
141 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
148 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
156 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
157 # before files name in the file list and in the header files. If set to NO the
171 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
184 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
191 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
193 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
200 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
202 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
208 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
211 # to treat a multi-line C++ comment block as a detailed description. Set this
220 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
226 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
227 # page for each member. If set to NO, the documentation of a member will be part
233 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
257 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
265 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
273 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
279 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
299 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
323 # to include (a tag file for) the STL sources as input, then you should set this
332 # If you use Microsoft's C++/CLI language, you should set this option to YES to
338 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
348 # doxygen to replace the get and set methods by a property in the documentation.
351 # should set this option to NO.
357 # tag is set to YES then doxygen will reuse the documentation of the first
371 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
373 # type (e.g. under the Public Functions section). Set it to NO to prevent
380 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
391 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
394 # namespace, or group documentation), provided this scope is documented. If set
412 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
429 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
432 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
434 # normally produced when WARNINGS is set to YES.
439 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
445 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
451 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
457 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
458 # locally in source files will be included in the documentation. If set to NO,
465 # This flag is only useful for Objective-C code. If set to YES, local methods,
467 # included in the documentation. If set to NO, only methods in the interface are
473 # If this flag is set to YES, the members of anonymous namespaces will be
482 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
483 # undocumented members inside documented classes or files. If set to NO these
490 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
491 # undocumented classes that are normally visible in the class hierarchy. If set
498 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
499 # (class|struct|union) declarations. If set to NO, these declarations will be
505 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
506 # documentation blocks found inside the body of a function. If set to NO, these
513 # \internal command is included. If the tag is set to NO then the documentation
514 # will be excluded. Set it to YES to include the internal documentation.
519 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
520 # names in lower-case letters. If set to YES, upper-case letters are also
523 # and Mac users are advised to set this option to NO.
528 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
529 # their full class and namespace scopes in the documentation. If set to YES, the
535 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
536 # append additional text to a page's title, such as Class Reference. If set to
542 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
548 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
555 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
561 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
567 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
569 # name. If set to NO, the members will appear in declaration order.
574 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
576 # name. If set to NO, the members will appear in declaration order. Note that
582 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
584 # destructors are listed first. If set to NO the constructors will appear in the
586 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
588 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
594 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
595 # of group names into alphabetical order. If set to NO the group names will
601 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
602 # fully-qualified names, including namespaces. If set to NO, the class list will
604 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
663 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
664 # the bottom of the documentation of classes and structs. If set to YES, the
670 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
677 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
722 # standard output by doxygen. If QUIET is set to YES this implies that the
729 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
737 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
738 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
744 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
754 # value. If set to NO, doxygen will only warn about wrong or incomplete
760 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
809 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
881 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
910 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
923 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
928 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
930 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
939 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
954 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
958 # also VERBATIM_HEADERS is set to NO.
976 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
982 # If the REFERENCES_RELATION tag is set to YES then for each documented function
988 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1002 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1006 # If the USE_HTAGS tag is set to YES then the references to source code will
1024 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1028 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1030 # specified. Set to NO to disable this.
1040 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1050 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1058 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1066 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1075 # This tag requires that the tag GENERATE_HTML is set to YES.
1082 # This tag requires that the tag GENERATE_HTML is set to YES.
1102 # 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.
1124 # This tag requires that the tag GENERATE_HTML is set to YES.
1137 # This tag requires that the tag GENERATE_HTML is set to YES.
1147 # This tag requires that the tag GENERATE_HTML is set to YES.
1158 # This tag requires that the tag GENERATE_HTML is set to YES.
1166 # This tag requires that the tag GENERATE_HTML is set to YES.
1177 # This tag requires that the tag GENERATE_HTML is set to YES.
1181 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1186 # This tag requires that the tag GENERATE_HTML is set to YES.
1190 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1194 # This tag requires that the tag GENERATE_HTML is set to YES.
1207 # This tag requires that the tag GENERATE_HTML is set to YES.
1211 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1214 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1221 # This tag requires that the tag GENERATE_HTML is set to YES.
1229 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1234 # set bundle. This should be a reverse domain-name style string, e.g.
1237 # 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.
1251 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1255 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1269 # This tag requires that the tag GENERATE_HTML is set to YES.
1276 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1284 # 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.
1297 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1305 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1309 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1312 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1316 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1317 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
1321 # This tag requires that the tag GENERATE_HTML 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.
1345 # This tag requires that the tag GENERATE_QHP is set to YES.
1349 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1353 # This tag requires that the tag GENERATE_QHP is set to YES.
1361 # This tag requires that the tag GENERATE_QHP is set to YES.
1368 # This tag requires that the tag GENERATE_QHP is set to YES.
1375 # This tag requires that the tag GENERATE_QHP is set to YES.
1379 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1387 # This tag requires that the tag GENERATE_HTML is set to YES.
1393 # name. Each documentation set should have its own identifier.
1395 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1404 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1406 # This tag requires that the tag GENERATE_HTML is set to YES.
1412 # value is set to YES, a side panel will be generated containing a tree-like
1423 # This tag requires that the tag GENERATE_HTML is set to YES.
1427 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1433 # This tag requires that the tag GENERATE_HTML is set to YES.
1438 # to set the initial width (in pixels) of the frame in which the tree is shown.
1440 # This tag requires that the tag GENERATE_HTML is set to YES.
1444 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1447 # This tag requires that the tag GENERATE_HTML is set to YES.
1456 # This tag requires that the tag GENERATE_HTML is set to YES.
1467 # This tag requires that the tag GENERATE_HTML is set to YES.
1478 # This tag requires that the tag GENERATE_HTML is set to YES.
1482 # When MathJax is enabled you can set the default output format to be used for
1488 # This tag requires that the tag USE_MATHJAX is set to YES.
1501 # This tag requires that the tag USE_MATHJAX is set to YES.
1508 # This tag requires that the tag USE_MATHJAX is set to YES.
1516 # This tag requires that the tag USE_MATHJAX is set to YES.
1537 # This tag requires that the tag GENERATE_HTML is set to YES.
1549 # This tag requires that the tag SEARCHENGINE is set to YES.
1565 # This tag requires that the tag SEARCHENGINE is set to YES.
1576 # This tag requires that the tag SEARCHENGINE is set to YES.
1584 # This tag requires that the tag SEARCHENGINE is set to YES.
1592 # This tag requires that the tag SEARCHENGINE is set to YES.
1599 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
1602 # This tag requires that the tag SEARCHENGINE is set to YES.
1610 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1619 # This tag requires that the tag GENERATE_LATEX is set to YES.
1630 # This tag requires that the tag GENERATE_LATEX is set to YES.
1637 # This tag requires that the tag GENERATE_LATEX is set to YES.
1641 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1645 # This tag requires that the tag GENERATE_LATEX is set to YES.
1649 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1654 # This tag requires that the tag GENERATE_LATEX is set to YES.
1666 # This tag requires that the tag GENERATE_LATEX is set to YES.
1682 # This tag requires that the tag GENERATE_LATEX is set to YES.
1693 # This tag requires that the tag GENERATE_LATEX is set to YES.
1704 # This tag requires that the tag GENERATE_LATEX is set to YES.
1712 # This tag requires that the tag GENERATE_LATEX is set to YES.
1716 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1721 # This tag requires that the tag GENERATE_LATEX is set to YES.
1725 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1726 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1729 # This tag requires that the tag GENERATE_LATEX is set to YES.
1733 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1738 # This tag requires that the tag GENERATE_LATEX is set to YES.
1742 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1745 # This tag requires that the tag GENERATE_LATEX is set to YES.
1749 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1755 # This tag requires that the tag GENERATE_LATEX is set to YES.
1763 # This tag requires that the tag GENERATE_LATEX is set to YES.
1767 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1771 # This tag requires that the tag GENERATE_LATEX is set to YES.
1779 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1790 # This tag requires that the tag GENERATE_RTF is set to YES.
1794 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1798 # This tag requires that the tag GENERATE_RTF is set to YES.
1802 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1810 # This tag requires that the tag GENERATE_RTF is set to YES.
1816 # missing definitions are set to their default value.
1820 # This tag requires that the tag GENERATE_RTF is set to YES.
1824 # Set optional variables used in the generation of an RTF document. Syntax is
1827 # This tag requires that the tag GENERATE_RTF is set to YES.
1831 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1837 # This tag requires that the tag GENERATE_RTF is set to YES.
1845 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1856 # This tag requires that the tag GENERATE_MAN is set to YES.
1865 # This tag requires that the tag GENERATE_MAN is set to YES.
1872 # This tag requires that the tag GENERATE_MAN is set to YES.
1876 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1881 # This tag requires that the tag GENERATE_MAN is set to YES.
1889 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1899 # This tag requires that the tag GENERATE_XML is set to YES.
1903 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1908 # This tag requires that the tag GENERATE_XML is set to YES.
1916 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1926 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1930 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1935 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1943 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1955 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
1963 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
1967 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1971 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
1973 # understand what is going on. On the other hand, if this tag is set to NO, the
1977 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1985 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1993 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
1999 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2000 # in the source code. If set to NO, only conditional compilation will be
2004 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2008 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2012 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2016 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2019 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2026 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2034 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2044 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2050 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2055 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2059 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2065 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2094 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2095 # the class index. If set to NO, only the inherited external classes will be
2101 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2102 # in the modules index. If set to NO, only the current project's groups will be
2108 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2109 # the related pages index. If set to NO, only the current project's pages will
2125 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2150 # If set to YES the inheritance and collaboration graphs will hide inheritance
2156 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2160 # set to NO
2166 # to run in parallel. When set to 0 doxygen will base this on the number of
2167 # processors available in the system. You can set it explicitly to a value
2171 # This tag requires that the tag HAVE_DOT is set to YES.
2181 # This tag requires that the tag HAVE_DOT is set to YES.
2185 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2188 # This tag requires that the tag HAVE_DOT is set to YES.
2193 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
2195 # This tag requires that the tag HAVE_DOT is set to YES.
2199 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2203 # This tag requires that the tag HAVE_DOT is set to YES.
2207 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2212 # This tag requires that the tag HAVE_DOT is set to YES.
2216 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2219 # This tag requires that the tag HAVE_DOT is set to YES.
2223 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2227 # This tag requires that the tag HAVE_DOT is set to YES.
2234 # number of items for each type to make the size more manageable. Set this to 0
2236 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2240 # This tag requires that the tag HAVE_DOT is set to YES.
2244 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2248 # This tag requires that the tag HAVE_DOT is set to YES.
2252 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2257 # This tag requires that the tag HAVE_DOT is set to YES.
2262 # set to YES then doxygen will generate a graph for each documented file showing
2266 # This tag requires that the tag HAVE_DOT is set to YES.
2270 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2278 # This tag requires that the tag HAVE_DOT is set to YES.
2282 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2290 # This tag requires that the tag HAVE_DOT is set to YES.
2294 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2297 # This tag requires that the tag HAVE_DOT is set to YES.
2301 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2306 # This tag requires that the tag HAVE_DOT is set to YES.
2310 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2314 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2321 # This tag requires that the tag HAVE_DOT is set to YES.
2325 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2330 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
2333 # This tag requires that the tag HAVE_DOT is set to YES.
2339 # This tag requires that the tag HAVE_DOT is set to YES.
2346 # This tag requires that the tag HAVE_DOT is set to YES.
2375 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2383 # This tag requires that the tag HAVE_DOT is set to YES.
2387 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2395 # This tag requires that the tag HAVE_DOT is set to YES.
2399 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2407 # This tag requires that the tag HAVE_DOT is set to YES.
2411 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2416 # This tag requires that the tag HAVE_DOT is set to YES.
2420 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2424 # This tag requires that the tag HAVE_DOT is set to YES.
2428 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2431 # This tag requires that the tag HAVE_DOT is set to YES.