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.
43 # Doxygen will copy the logo to the output directory.
47 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
49 # If a relative path is entered, it will be relative to the location
54 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
63 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
65 # information to generate all constant output in the proper language.
76 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
78 # the file and class documentation (similar to JavaDoc).
79 # Set to NO to disable this.
83 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
85 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
91 # that is used to form the text in various listings. Each string
102 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
108 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
115 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
117 # to NO the shortest path that makes the file name unique will be used.
121 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
122 # can be used to strip a user-defined part of the path. Stripping is
124 # the path. The tag can be used to show relative paths in the file list.
126 # path to strip.
130 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
132 # the reader which header file to include in order to use a class.
135 # are normally passed to the compiler using the -I flag.
139 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
145 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
147 # comment as the brief description. If set to NO, the JavaDoc
153 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
155 # comment as the brief description. If set to NO, the comments
161 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
163 # comments) as a brief description. This used to be the default behaviour.
164 # The new default is to treat a multi-line C++ comment block as a detailed
165 # description. Set this tag to YES if you prefer the old behaviour instead.
169 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
175 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
176 # a new page for each member. If set to NO, the documentation of a member will
181 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
182 # Doxygen uses this value to replace tabs by spaces in code fragments.
186 # This tag can be used to specify a number of aliases that acts
188 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
191 # You can put \n's in the value part of an alias to insert newlines.
195 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
202 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
209 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
215 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
221 # Doxygen selects the parser to use depending on the extension of the files it
222 # parses. With this tag you can assign which parser to use for a given extension.
226 # C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
229 # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
234 # to include (a tag file for) the STL sources as input, then you should
235 # set this tag to YES in order to let doxygen match functions declarations and
242 # If you use Microsoft's C++/CLI language, you should set this option to YES to
247 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
253 # For Microsoft's IDL there are propget and propput attributes to indicate getter
254 # and setter methods for a property. Setting this option to YES (the default)
257 # setting a simple type. If this is not the case, or you want to show the
258 # methods anyway, you should set this option to NO.
263 # tag is set to YES, then doxygen will reuse the documentation of the first
269 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
270 # the same type (for instance a group of public functions) to be put as a
271 # subgroup of that type (e.g. under the Public Functions section). Set it to
272 # NO to prevent subgrouping. Alternatively, this can be done per class using
287 # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
288 # determine which symbols to keep in memory and which to flush to disk.
289 # When the cache is full, less often used symbols will be written to disk.
290 # For small to medium size projects (<1000 input files) the default value is
292 # doxygen to be busy swapping symbols to and from disk most of the time
299 # corresponding to a cache size of 2^16 = 65536 symbols
307 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
310 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
314 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
319 # If the EXTRACT_STATIC tag is set to YES all static members of a file
324 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
326 # If set to NO only classes defined in header files are included.
330 # This flag is only useful for Objective-C code. When set to YES local
333 # If set to NO (the default) only methods in the interface are included.
337 # If this flag is set to YES, the members of anonymous namespaces will be
345 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
347 # If set to NO (the default) these members will be included in the
353 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
355 # If set to NO (the default) these classes will be included in the various
360 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
362 # If set to NO (the default) these declarations will be included in the
367 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
369 # If set to NO (the default) these blocks will be appended to the
376 # to NO (the default) then the documentation will be excluded.
377 # Set it to YES to include the internal documentation.
381 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
382 # file names in lower-case letters. If set to YES upper-case letters are also
385 # and Mac users are advised to set this option to NO.
389 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
391 # documentation. If set to YES the scope will be hidden.
395 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
401 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
407 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
412 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
414 # alphabetically by member name. If set to NO the members will appear in
419 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
421 # by member name. If set to NO (the default) the members will appear in
426 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
428 # constructors and destructors are listed first. If set to NO (the default)
431 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
432 # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
436 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
437 # hierarchy of group names into alphabetical order. If set to NO (the default)
442 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
443 # sorted by fully-qualified names, including namespaces. If set to
446 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
447 # Note: This option applies only to the class list, not to the
452 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper type resolution of …
453 …ction even if there is only one candidate or it is obvious which candidate to choose by doing a si…
458 # The GENERATE_TODOLIST tag can be used to enable (YES) or
464 # The GENERATE_TESTLIST tag can be used to enable (YES) or
470 # The GENERATE_BUGLIST tag can be used to enable (YES) or
476 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
482 # The ENABLED_SECTIONS tag can be used to enable conditional
488 # the initial value of a variable or macro consists of for it to appear in
490 # here it will be hidden. Use a value of 0 to hide initializers completely.
497 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
498 # at the bottom of the documentation of classes and structs. If set to YES the
499 # list will mention the files that were used to generate the documentation.
504 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
509 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
515 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
522 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
523 # doxygen should invoke to get the current version for each file (typically from
527 # provided by doxygen. Whatever the program writes to standard output
532 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
542 # configuration options related to warning and progress messages
545 # The QUIET tag can be used to turn on/off the messages that are generated
550 # The WARNINGS tag can be used to turn on/off the warning messages that are
556 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
557 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
562 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
569 # The WARN_NO_PARAMDOC option can be enabled to get warnings for
571 # or return value. If set to NO (the default) doxygen will only warn about
586 # The WARN_LOGFILE tag can be used to specify a file to which warning
588 # to stderr.
593 # configuration options related to the input files
596 # The INPUT tag can be used to specify the files and/or directories that contain
603 # This tag can be used to specify the character encoding of the source files
612 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
613 # and *.h) to filter out the source-files in the directories. If left
621 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
627 # The EXCLUDE tag can be used to specify files and/or directories that should
640 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
642 # against the file with absolute path, so to exclude all test directories
647 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
655 # The EXAMPLE_PATH tag can be used to specify one or more files or
662 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
663 # and *.h) to filter out the source-files in the directories. If left
668 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
669 # searched for input files to be used with the \include or \dontinclude
675 # The IMAGE_PATH tag can be used to specify one or more files or
681 # The INPUT_FILTER tag can be used to specify a program that doxygen should
682 # invoke to filter for each input file. Doxygen will invoke the filter program
686 # to standard output.
692 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
703 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
704 # INPUT_FILTER) will be used to filter the input files when producing source
705 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
709 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
711 # and it is also possible to disable source filtering for a specific pattern
718 # configuration options related to source browsing
721 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
724 # VERBATIM_HEADERS is set to NO.
728 # Setting the INLINE_SOURCES tag to YES will include the body
733 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
734 # doxygen to hide any special comment blocks from generated source code
739 # If the REFERENCED_BY_RELATION tag is set to YES
745 # If the REFERENCES_RELATION tag is set to YES
751 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
752 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
754 # link to the source code.
755 # Otherwise they will link to the documentation.
759 # If the USE_HTAGS tag is set to YES then the references to source code
760 # will point to the HTML generated by the htags(1) tool instead of doxygen
767 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
769 # which an include is specified. Set to NO to disable this.
774 # configuration options related to the alphabetical class index
777 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
784 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
791 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
797 # configuration options related to the HTML output
800 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
805 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
811 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
817 # The HTML_HEADER tag can be used to specify a personal HTML header for
823 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
829 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
830 # style sheet that is used by each HTML page. It can be used to
832 # will generate a default style sheet. Note that doxygen will try to copy
833 # the style sheet file to the HTML output directory, so don't put your own
840 # according to this color. Hue is specified as an angle on a colorwheel,
844 # The allowed range is 0 to 359.
854 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
863 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
865 # this to NO can help when comparing the output of multiple runs.
869 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
870 # files or namespaces will be aligned in HTML using tables. If set to
875 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
877 # page has loaded. For this to work a browser that supports
883 # If the GENERATE_DOCSET tag is set to YES, additional index files
896 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
903 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
906 # will append .docset to the name.
920 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
922 # Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
927 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
928 # be used to specify the file name of the resulting .chm file. You
930 # written to the html output directory.
934 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
935 # be used to specify the location (absolute path including file name) of
936 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
941 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
947 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
948 # is used to encode HtmlHelp index (hhk), content (hhc) and project file
953 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
959 # The TOC_EXPAND flag can be set to YES to add extra items for group members
960 # to the contents of the HTML help documentation and to the tree view.
964 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
966 # that can be used as input for Qt's qhelpgenerator to generate a
972 # be used to specify the file name of the resulting .qch file.
973 # The path specified is relative to the HTML output folder.
977 # The QHP_NAMESPACE tag specifies the namespace to use when generating
983 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
989 # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
996 # custom filter to add. For more information please see
1010 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
1011 # be used to specify the location of Qt's qhelpgenerator.
1012 # If non-empty doxygen will try to run qhelpgenerator on the generated
1017 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
1021 # files needs to be copied into the plugins directory of eclipse. The name of
1023 # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
1034 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
1040 # This tag can be used to set the number of enum values (range [0,1..20])
1046 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1047 # structure should be generated to display hierarchical information.
1048 # If the tag value is set to YES, a side panel will be generated
1050 # is generated for HTML Help). For this to work a browser that supports
1062 # used to set the initial width (in pixels) of the frame in which the tree
1067 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1068 # links to external symbols imported via tag files in a separate window.
1072 # Use this tag to change the font size of Latex formulas included
1075 # to manually remove any form_*.png images from the HTML output directory
1076 # to force them to be regenerated.
1080 # Use the FORMULA_TRANPARENT tag to determine whether or not the images
1083 # Note that when changing this option you need to delete any form_*.png files
1088 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
1091 # have LaTeX installed or if you want to formulas look prettier in the HTML
1092 # output. When enabled you also need to install MathJax separately and
1093 # configure the path to it using the MATHJAX_RELPATH option.
1097 # When MathJax is enabled you need to specify the location relative to the
1101 # MATHJAX_RELPATH should be ../mathjax. The default value points to the mathjax.org site, so you ca…
1102 # MathJax, but it is strongly recommended to install a local copy of MathJax
1120 # file to put on the web server. The advantage of the server
1121 # based approach is that it scales better to large projects and allows
1122 # full text search. The disadvantages are that it is more difficult to setup
1128 # configuration options related to the LaTeX output
1131 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1136 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1142 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
1146 # Makefile that is written to the output directory.
1150 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
1156 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1157 # LaTeX documents. This may be useful for small projects and may help to
1162 # The PAPER_TYPE tag can be used to set the paper type that is used
1168 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1173 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
1180 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1181 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
1187 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1188 # plain latex in the generated Makefile. Set this option to YES to get a
1193 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1194 # command to the generated LaTeX files. This will instruct LaTeX to keep
1200 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1206 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1214 # configuration options related to the RTF output
1217 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1223 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1229 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1230 # RTF documents. This may be useful for small projects and may help to
1235 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1244 # Load stylesheet definitions from file. Syntax is similar to doxygen's
1245 # config file, i.e. a series of assignments. You only have to provide
1246 # replacements, missing definitions are set to their default value.
1251 # Syntax is similar to doxygen's config file.
1256 # configuration options related to the man page output
1259 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1264 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1270 # The MAN_EXTENSION tag determines the extension that is added to
1275 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1279 # would be unable to find the correct page. The default is NO.
1284 # configuration options related to the XML output
1287 # If the GENERATE_XML tag is set to YES Doxygen will
1293 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
1299 # The XML_SCHEMA tag can be used to specify an XML schema,
1300 # which can be used by a validating XML parser to check the
1305 # The XML_DTD tag can be used to specify an XML DTD,
1306 # which can be used by a validating XML parser to check the
1311 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1313 # and cross-referencing information) to the XML output. Note that
1322 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1331 # configuration options related to the Perl module output
1334 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1342 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1343 # the necessary Makefile rules, Perl scripts and LaTeX code to be able
1344 # to generate PDF and DVI output from the Perl module output.
1348 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1351 # if you want to understand what is going on.
1353 # tag is set to NO the size of the Perl module output will be much smaller
1366 # Configuration options related to the preprocessor
1369 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1375 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1376 # names in the source code. If set to NO (the default) only conditional
1378 # way by setting EXPAND_ONLY_PREDEF to YES.
1382 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1383 # then the macro expansion is limited to the macros specified with the
1388 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1393 # The INCLUDE_PATH tag can be used to specify one or more directories that
1399 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
1400 # patterns (like *.h and *.hpp) to filter out the header-files in the
1406 # The PREDEFINED tag can be used to specify one or more macro names that
1407 # are defined before the preprocessor is started (similar to the -D option of
1416 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1417 # this tag can be used to specify a list of macro names that should be expanded.
1419 # Use the PREDEFINED tag if you want to use a different macro definition that overrules the definit…
1423 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1424 # doxygen's preprocessor will remove all references to function-like macros
1431 # Configuration::additions related to external references
1434 # The TAGFILES option can be used to specify one or more tagfiles.
1445 # does not have to be run to correct the links.
1449 # is run, you must also specify the path to the tagfile here.
1458 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1459 # in the class index. If set to NO only the inherited external classes
1464 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1465 # in the modules index. If set to NO, only the current project's groups will
1476 # Configuration options related to the dot tool
1479 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1481 # or super classes. Setting the tag to NO turns the diagrams off. Note that
1482 # this option also works with HAVE_DOT disabled, but it is recommended to
1489 # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
1490 # documentation. The MSCGEN_PATH tag allows you to specify the directory where
1491 # the mscgen tool resides. If left empty the tool is assumed to be found in the
1496 # If set to YES, the inheritance and collaboration graphs will hide
1502 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1505 # have no effect if this option is set to NO (the default)
1510 # allowed to run in parallel. When set to 0 (the default) doxygen will
1512 # explicitly to a value larger than 0 to get control over the balance
1517 # By default doxygen will write a font called Helvetica to the output
1520 # using DOT_FONTNAME. You need to make sure dot is able to find the font,
1522 # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
1527 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1532 # By default doxygen will tell dot to use the output directory to look for the
1539 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1541 # indirect inheritance relations. Setting this tag to YES will force the
1542 # the CLASS_DIAGRAMS tag to NO.
1546 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1553 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1558 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1559 # collaboration diagrams in a style similar to the OMG's Unified Modeling
1564 # If set to YES, the inheritance and collaboration graphs will show the
1570 # tags are set to YES then doxygen will generate a graph for each documented
1577 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1583 # If the CALL_GRAPH and HAVE_DOT options are set to YES then
1586 # the time of a run. So in most cases it will be better to enable call graphs
1591 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1594 # the time of a run. So in most cases it will be better to enable caller
1599 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1604 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
1611 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1617 # The tag DOT_PATH can be used to specify the path where the dot tool can be
1622 # The DOTFILE_DIRS tag can be used to specify one or more directories that
1628 # The MSCFILE_DIRS tag can be used to specify one or more directories that
1634 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1644 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1648 # option to 1 or 2 may greatly reduce the computation time needed for large
1654 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1656 # seem to support this out of the box. Warning: Depending on the platform used,
1657 # enabling this option may lead to badly anti-aliased labels on the edges of
1658 # a graph (i.e. they become hard to read).
1662 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1669 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1675 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1676 # remove the intermediate dot files that are used to generate