Lines Matching refs:to
3 # This file describes the settings to be used by the documentation system
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
38 # If a relative path is entered, it will be relative to the location
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
54 # information to generate all constant output in the proper language.
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
67 # the file and class documentation (similar to JavaDoc).
68 # Set to NO to disable this.
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
74 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
80 # that is used to form the text in various listings. Each string
91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
106 # to NO the shortest path that makes the file name unique will be used.
110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
111 # can be used to strip a user-defined part of the path. Stripping is
113 # the path. The tag can be used to show relative paths in the file list.
115 # path to strip.
119 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
121 # the reader which header file to include in order to use a class.
124 # are normally passed to the compiler using the -I flag.
128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
134 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
136 # comment as the brief description. If set to NO, the JavaDoc
142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
144 # comment as the brief description. If set to NO, the comments
150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
152 # comments) as a brief description. This used to be the default behaviour.
153 # The new default is to treat a multi-line C++ comment block as a detailed
154 # description. Set this tag to YES if you prefer the old behaviour instead.
158 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
164 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
165 # a new page for each member. If set to NO, the documentation of a member will
170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
171 # Doxygen uses this value to replace tabs by spaces in code fragments.
175 # This tag can be used to specify a number of aliases that acts
177 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
180 # You can put \n's in the value part of an alias to insert newlines.
184 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
191 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
198 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
204 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
210 # Doxygen selects the parser to use depending on the extension of the files it
211 # parses. With this tag you can assign which parser to use for a given extension.
215 # C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
218 # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
223 # to include (a tag file for) the STL sources as input, then you should
224 # set this tag to YES in order to let doxygen match functions declarations and
231 # If you use Microsoft's C++/CLI language, you should set this option to YES to
236 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
242 # For Microsoft's IDL there are propget and propput attributes to indicate getter
243 # and setter methods for a property. Setting this option to YES (the default)
244 # will make doxygen to replace the get and set methods by a property in the
246 # setting a simple type. If this is not the case, or you want to show the
247 # methods anyway, you should set this option to NO.
252 # tag is set to YES, then doxygen will reuse the documentation of the first
258 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
259 # the same type (for instance a group of public functions) to be put as a
260 # subgroup of that type (e.g. under the Public Functions section). Set it to
261 # NO to prevent subgrouping. Alternatively, this can be done per class using
276 # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
277 # determine which symbols to keep in memory and which to flush to disk.
278 # When the cache is full, less often used symbols will be written to disk.
279 # For small to medium size projects (<1000 input files) the default value is
281 # doxygen to be busy swapping symbols to and from disk most of the time
288 # corresponding to a cache size of 2^16 = 65536 symbols
296 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
299 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
303 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
308 # If the EXTRACT_STATIC tag is set to YES all static members of a file
313 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
315 # If set to NO only classes defined in header files are included.
319 # This flag is only useful for Objective-C code. When set to YES local
322 # If set to NO (the default) only methods in the interface are included.
326 # If this flag is set to YES, the members of anonymous namespaces will be
334 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
336 # If set to NO (the default) these members will be included in the
342 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
344 # If set to NO (the default) these classes will be included in the various
349 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
351 # If set to NO (the default) these declarations will be included in the
356 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
358 # If set to NO (the default) these blocks will be appended to the
365 # to NO (the default) then the documentation will be excluded.
366 # Set it to YES to include the internal documentation.
370 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
371 # file names in lower-case letters. If set to YES upper-case letters are also
374 # and Mac users are advised to set this option to NO.
378 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
380 # documentation. If set to YES the scope will be hidden.
384 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
390 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
396 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
401 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
403 # alphabetically by member name. If set to NO the members will appear in
408 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
410 # by member name. If set to NO (the default) the members will appear in
415 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
417 # constructors and destructors are listed first. If set to NO (the default)
420 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
421 # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
425 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
426 # hierarchy of group names into alphabetical order. If set to NO (the default)
431 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
432 # sorted by fully-qualified names, including namespaces. If set to
435 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
436 # Note: This option applies only to the class list, not to the
441 # The GENERATE_TODOLIST tag can be used to enable (YES) or
447 # The GENERATE_TESTLIST tag can be used to enable (YES) or
453 # The GENERATE_BUGLIST tag can be used to enable (YES) or
459 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
465 # The ENABLED_SECTIONS tag can be used to enable conditional
471 # the initial value of a variable or define consists of for it to appear in
473 # here it will be hidden. Use a value of 0 to hide initializers completely.
480 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
481 # at the bottom of the documentation of classes and structs. If set to YES the
482 # list will mention the files that were used to generate the documentation.
487 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
492 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
498 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
505 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
506 # doxygen should invoke to get the current version for each file (typically from
510 # provided by doxygen. Whatever the program writes to standard output
515 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
525 # configuration options related to warning and progress messages
528 # The QUIET tag can be used to turn on/off the messages that are generated
533 # The WARNINGS tag can be used to turn on/off the warning messages that are
539 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
540 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
545 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
552 # This WARN_NO_PARAMDOC option can be abled to get warnings for
554 # or return value. If set to NO (the default) doxygen will only warn about
569 # The WARN_LOGFILE tag can be used to specify a file to which warning
571 # to stderr.
576 # configuration options related to the input files
579 # The INPUT tag can be used to specify the files and/or directories that contain
586 # This tag can be used to specify the character encoding of the source files
595 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
596 # and *.h) to filter out the source-files in the directories. If left
603 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
609 # The EXCLUDE tag can be used to specify files and/or directories that should
622 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
624 # against the file with absolute path, so to exclude all test directories
629 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
637 # The EXAMPLE_PATH tag can be used to specify one or more files or
644 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
645 # and *.h) to filter out the source-files in the directories. If left
650 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
651 # searched for input files to be used with the \include or \dontinclude
657 # The IMAGE_PATH tag can be used to specify one or more files or
663 # The INPUT_FILTER tag can be used to specify a program that doxygen should
664 # invoke to filter for each input file. Doxygen will invoke the filter program
668 # to standard output.
674 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
681 # is applied to all files.
685 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
686 # INPUT_FILTER) will be used to filter the input files when producing source
687 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
692 # configuration options related to source browsing
695 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
698 # VERBATIM_HEADERS is set to NO.
702 # Setting the INLINE_SOURCES tag to YES will include the body
707 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
708 # doxygen to hide any special comment blocks from generated source code
713 # If the REFERENCED_BY_RELATION tag is set to YES
719 # If the REFERENCES_RELATION tag is set to YES
725 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
726 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
728 # link to the source code.
729 # Otherwise they will link to the documentation.
733 # If the USE_HTAGS tag is set to YES then the references to source code
734 # will point to the HTML generated by the htags(1) tool instead of doxygen
741 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
743 # which an include is specified. Set to NO to disable this.
748 # configuration options related to the alphabetical class index
751 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
758 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
765 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
771 # configuration options related to the HTML output
774 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
779 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
785 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
791 # The HTML_HEADER tag can be used to specify a personal HTML header for
797 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
803 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
804 # style sheet that is used by each HTML page. It can be used to
806 # will generate a default style sheet. Note that doxygen will try to copy
807 # the style sheet file to the HTML output directory, so don't put your own
814 # according to this color. Hue is specified as an angle on a colorwheel,
818 # The allowed range is 0 to 359.
828 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
837 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
839 # this to NO can help when comparing the output of multiple runs.
843 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
844 # files or namespaces will be aligned in HTML using tables. If set to
849 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
851 # page has loaded. For this to work a browser that supports
857 # If the GENERATE_DOCSET tag is set to YES, additional index files
870 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
877 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
880 # will append .docset to the name.
894 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
896 # Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
901 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
902 # be used to specify the file name of the resulting .chm file. You
904 # written to the html output directory.
908 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
909 # be used to specify the location (absolute path including file name) of
910 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
915 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
921 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
922 # is used to encode HtmlHelp index (hhk), content (hhc) and project file
927 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
933 # The TOC_EXPAND flag can be set to YES to add extra items for group members
934 # to the contents of the HTML help documentation and to the tree view.
938 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
940 # that can be used as input for Qt's qhelpgenerator to generate a
946 # be used to specify the file name of the resulting .qch file.
947 # The path specified is relative to the HTML output folder.
951 # The QHP_NAMESPACE tag specifies the namespace to use when generating
957 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
963 # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
970 # custom filter to add. For more information please see
984 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
985 # be used to specify the location of Qt's qhelpgenerator.
986 # If non-empty doxygen will try to run qhelpgenerator on the generated
991 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
995 # files needs to be copied into the plugins directory of eclipse. The name of
997 # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
1008 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
1014 # This tag can be used to set the number of enum values (range [1..20])
1019 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1020 # structure should be generated to display hierarchical information.
1021 # If the tag value is set to YES, a side panel will be generated
1023 # is generated for HTML Help). For this to work a browser that supports
1035 # used to set the initial width (in pixels) of the frame in which the tree
1040 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1041 # links to external symbols imported via tag files in a separate window.
1045 # Use this tag to change the font size of Latex formulas included
1048 # to manually remove any form_*.png images from the HTML output directory
1049 # to force them to be regenerated.
1053 # Use the FORMULA_TRANPARENT tag to determine whether or not the images
1056 # Note that when changing this option you need to delete any form_*.png files
1074 # file to put on the web server. The advantage of the server
1075 # based approach is that it scales better to large projects and allows
1076 # full text search. The disadvances is that it is more difficult to setup
1082 # configuration options related to the LaTeX output
1085 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1090 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1096 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
1100 # Makefile that is written to the output directory.
1104 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
1110 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1111 # LaTeX documents. This may be useful for small projects and may help to
1116 # The PAPER_TYPE tag can be used to set the paper type that is used
1122 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1127 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
1134 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1135 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
1141 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1142 # plain latex in the generated Makefile. Set this option to YES to get a
1147 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1148 # command to the generated LaTeX files. This will instruct LaTeX to keep
1154 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1160 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1168 # configuration options related to the RTF output
1171 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1177 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1183 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1184 # RTF documents. This may be useful for small projects and may help to
1189 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1198 # Load stylesheet definitions from file. Syntax is similar to doxygen's
1199 # config file, i.e. a series of assignments. You only have to provide
1200 # replacements, missing definitions are set to their default value.
1205 # Syntax is similar to doxygen's config file.
1210 # configuration options related to the man page output
1213 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1218 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1224 # The MAN_EXTENSION tag determines the extension that is added to
1229 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1233 # would be unable to find the correct page. The default is NO.
1238 # configuration options related to the XML output
1241 # If the GENERATE_XML tag is set to YES Doxygen will
1247 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
1253 # The XML_SCHEMA tag can be used to specify an XML schema,
1254 # which can be used by a validating XML parser to check the
1259 # The XML_DTD tag can be used to specify an XML DTD,
1260 # which can be used by a validating XML parser to check the
1265 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1267 # and cross-referencing information) to the XML output. Note that
1276 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1285 # configuration options related to the Perl module output
1288 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1296 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1297 # the necessary Makefile rules, Perl scripts and LaTeX code to be able
1298 # to generate PDF and DVI output from the Perl module output.
1302 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1305 # if you want to understand what is going on.
1307 # tag is set to NO the size of the Perl module output will be much smaller
1320 # Configuration options related to the preprocessor
1323 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1329 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1330 # names in the source code. If set to NO (the default) only conditional
1332 # way by setting EXPAND_ONLY_PREDEF to YES.
1336 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1337 # then the macro expansion is limited to the macros specified with the
1342 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1347 # The INCLUDE_PATH tag can be used to specify one or more directories that
1353 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
1354 # patterns (like *.h and *.hpp) to filter out the header-files in the
1360 # The PREDEFINED tag can be used to specify one or more macro names that
1361 # are defined before the preprocessor is started (similar to the -D option of
1370 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1371 # this tag can be used to specify a list of macro names that should be expanded.
1373 # Use the PREDEFINED tag if you want to use a different macro definition.
1377 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1386 # Configuration::additions related to external references
1389 # The TAGFILES option can be used to specify one or more tagfiles.
1400 # does not have to be run to correct the links.
1404 # is run, you must also specify the path to the tagfile here.
1413 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1414 # in the class index. If set to NO only the inherited external classes
1419 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1420 # in the modules index. If set to NO, only the current project's groups will
1431 # Configuration options related to the dot tool
1434 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1436 # or super classes. Setting the tag to NO turns the diagrams off. Note that
1438 # fallback. It is recommended to install and use dot, since it yields more
1445 # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
1446 # documentation. The MSCGEN_PATH tag allows you to specify the directory where
1447 # the mscgen tool resides. If left empty the tool is assumed to be found in the
1452 # If set to YES, the inheritance and collaboration graphs will hide
1458 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1461 # have no effect if this option is set to NO (the default)
1466 # allowed to run in parallel. When set to 0 (the default) doxygen will
1468 # explicitly to a value larger than 0 to get control over the balance
1473 # By default doxygen will write a font called FreeSans.ttf to the output
1477 # using DOT_FONTNAME. You need need to make sure dot is able to find the font,
1479 # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
1484 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1489 # By default doxygen will tell dot to use the output directory to look for the
1496 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1498 # indirect inheritance relations. Setting this tag to YES will force the
1499 # the CLASS_DIAGRAMS tag to NO.
1503 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1510 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1515 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1516 # collaboration diagrams in a style similar to the OMG's Unified Modeling
1521 # If set to YES, the inheritance and collaboration graphs will show the
1527 # tags are set to YES then doxygen will generate a graph for each documented
1534 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1540 # If the CALL_GRAPH and HAVE_DOT options are set to YES then
1543 # the time of a run. So in most cases it will be better to enable call graphs
1548 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1551 # the time of a run. So in most cases it will be better to enable caller
1556 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1561 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
1568 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1574 # The tag DOT_PATH can be used to specify the path where the dot tool can be
1579 # The DOTFILE_DIRS tag can be used to specify one or more directories that
1585 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1595 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1599 # option to 1 or 2 may greatly reduce the computation time needed for large
1605 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1607 # seem to support this out of the box. Warning: Depending on the platform used,
1608 # enabling this option may lead to badly anti-aliased labels on the edges of
1609 # a graph (i.e. they become hard to read).
1613 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1620 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1626 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1627 # remove the intermediate dot files that are used to generate