Lines Matching +full:no +full:- +full:output
16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
21 # file that follow. The default is UTF-8 which is also the encoding used for all
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
52 # the logo to the output directory.
54 PROJECT_LOGO = doc/images/LogoInGradientBar2-y100.png
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64 # directories (in 2 levels) under the output directory of each output format and
69 # The default value is: NO.
71 CREATE_SUBDIRS = NO
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
77 # The default value is: NO.
79 ALLOW_UNICODE_NAMES = NO
83 # information to generate all constant output in the proper language.
85 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
87 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
88 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
90 # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
98 # information to generate all generated output in the proper direction.
106 # documentation (similar to Javadoc). Set to NO to disable this.
114 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
120 # This tag implements a quasi-intelligent brief description abbreviator that is
124 # text. Otherwise, the brief description is used as-is. If left blank, the
134 # The default value is: NO.
136 ALWAYS_DETAILED_SEC = NO
142 # The default value is: NO.
144 INLINE_INHERITED_MEMB = NO
147 # before files name in the file list and in the header files. If set to NO the
153 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
154 # Stripping is only done if one of the specified strings matches the left-hand
165 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
170 # using the -I flag.
176 # support long names like on DOS, Mac, or CD-ROM.
177 # The default value is: NO.
179 SHORT_NAMES = NO
182 # first line (until the first dot) of a Javadoc-style comment as the brief
183 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
186 # The default value is: NO.
193 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the
194 # Javadoc-style will behave just like regular comments and it will not be
196 # The default value is: NO.
198 JAVADOC_BANNER = NO
201 # line (until the first dot) of a Qt-style comment as the brief description. If
202 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
204 # The default value is: NO.
206 QT_AUTOBRIEF = NO
209 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
211 # to treat a multi-line C++ comment block as a detailed description. Set this
216 # The default value is: NO.
218 MULTILINE_CPP_IS_BRIEF = NO
221 # special commands cannot be used. By setting PYTHON_DOCSTRING to NO the
229 # documentation from any documented member that it re-implements.
235 # page for each member. If set to NO, the documentation of a member will be part
237 # The default value is: NO.
239 SEPARATE_MEMBER_PAGES = NO
253 # documentation, which will result in a user-defined paragraph with heading
255 # newlines (in the resulting output). You can put ^^ in the value part of an
265 # only. Doxygen will then generate output that is more tailored for C. For
268 # The default value is: NO.
273 # Python sources only. Doxygen will then generate output that is more tailored
276 # The default value is: NO.
278 OPTIMIZE_OUTPUT_JAVA = NO
281 # sources. Doxygen will then generate output that is tailored for Fortran.
282 # The default value is: NO.
284 OPTIMIZE_FOR_FORTRAN = NO
287 # sources. Doxygen will then generate output that is tailored for VHDL.
288 # The default value is: NO.
290 OPTIMIZE_OUTPUT_VHDL = NO
293 # sources only. Doxygen will then generate output that is more tailored for that
296 # The default value is: NO.
298 OPTIMIZE_OUTPUT_SLICE = NO
302 # extension. Doxygen has a built-in mapping, but you can override or extend it
305 # Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice, VHDL,
323 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
326 # The output of markdown processing is further processed by doxygen, so you can
333 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
345 # globally by setting AUTOLINK_SUPPORT to NO.
356 # The default value is: NO.
358 BUILTIN_STL_SUPPORT = NO
362 # The default value is: NO.
364 CPP_CLI_SUPPORT = NO
369 # of private inheritance when no explicit protection keyword is present.
370 # The default value is: NO.
372 SIP_SUPPORT = NO
379 # should set this option to NO.
388 # The default value is: NO.
390 DISTRIBUTE_GROUP_DOC = NO
395 # The default value is: NO.
397 GROUP_NESTED_COMPOUNDS = NO
401 # type (e.g. under the Public Functions section). Set it to NO to prevent
415 # The default value is: NO.
417 INLINE_GROUPED_CLASSES = NO
423 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
425 # The default value is: NO.
427 INLINE_SIMPLE_STRUCTS = NO
436 # The default value is: NO.
438 TYPEDEF_HIDES_STRUCT = NO
443 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
466 #---------------------------------------------------------------------------
468 #---------------------------------------------------------------------------
471 # documentation are documented, even if no documentation was available. Private
476 # The default value is: NO.
482 # The default value is: NO.
484 EXTRACT_PRIVATE = NO
488 # The default value is: NO.
490 EXTRACT_PRIV_VIRTUAL = NO
494 # The default value is: NO.
496 EXTRACT_PACKAGE = NO
500 # The default value is: NO.
502 EXTRACT_STATIC = NO
505 # locally in source files will be included in the documentation. If set to NO,
512 # This flag is only useful for Objective-C code. If set to YES, local methods,
514 # included in the documentation. If set to NO, only methods in the interface are
516 # The default value is: NO.
518 EXTRACT_LOCAL_METHODS = NO
525 # The default value is: NO.
527 EXTRACT_ANON_NSPACES = NO
531 # parameters remain unnamed in the output.
537 # undocumented members inside documented classes or files. If set to NO these
538 # members will be included in the various overviews, but no documentation
539 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
540 # The default value is: NO.
542 HIDE_UNDOC_MEMBERS = NO
546 # to NO, these classes will be included in the various overviews. This option
547 # has no effect if EXTRACT_ALL is enabled.
548 # The default value is: NO.
550 HIDE_UNDOC_CLASSES = NO
553 # declarations. If set to NO, these declarations will be included in the
555 # The default value is: NO.
557 HIDE_FRIEND_COMPOUNDS = NO
560 # documentation blocks found inside the body of a function. If set to NO, these
562 # The default value is: NO.
564 HIDE_IN_BODY_DOCS = NO
567 # \internal command is included. If the tag is set to NO then the documentation
569 # The default value is: NO.
571 INTERNAL_DOCS = NO
578 # are not case sensitive the option should be be set to NO to properly deal with
579 # output files written for symbols that only differ in casing, such as for two
583 # to NO, whereas on Linux or other Unix flavors it should typically be set to
589 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
592 # The default value is: NO.
594 HIDE_SCOPE_NAMES = NO
596 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
599 # The default value is: NO.
601 HIDE_COMPOUND_REFERENCE= NO
607 SHOW_INCLUDE_FILES = NO
612 # The default value is: NO.
614 SHOW_GROUPED_MEMB_INC = NO
618 # The default value is: NO.
620 FORCE_LOCAL_INCLUDES = NO
630 # name. If set to NO, the members will appear in declaration order.
633 SORT_MEMBER_DOCS = NO
637 # name. If set to NO, the members will appear in declaration order. Note that
639 # The default value is: NO.
641 SORT_BRIEF_DOCS = NO
645 # destructors are listed first. If set to NO the constructors will appear in the
647 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
649 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
651 # The default value is: NO.
653 SORT_MEMBERS_CTORS_1ST = NO
656 # of group names into alphabetical order. If set to NO the group names will
658 # The default value is: NO.
660 SORT_GROUP_NAMES = NO
663 # fully-qualified names, including namespaces. If set to NO, the class list will
668 # The default value is: NO.
670 SORT_BY_SCOPE_NAME = NO
678 # The default value is: NO.
680 STRICT_PROTO_MATCHING = NO
682 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
688 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
694 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
700 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
724 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
729 SHOW_USED_FILES = NO
731 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
738 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
748 # popen()) the command command input-file, where command is the value of the
749 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
750 # by doxygen. Whatever the program writes to standard output is used as the file
757 # output files in an output format independent way. To create the layout file
758 # that represents doxygen's defaults, run doxygen with the -l option. You can
778 #---------------------------------------------------------------------------
780 #---------------------------------------------------------------------------
783 # standard output by doxygen. If QUIET is set to YES this implies that the
785 # The default value is: NO.
814 # are documented, but have no documentation for their parameters or return
815 # value. If set to NO, doxygen will only warn about wrong or incomplete
818 # The default value is: NO.
820 WARN_NO_PARAMDOC = NO
824 # then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
825 # at the end of the doxygen process doxygen will return with a non-zero status.
826 # Possible values are: NO, YES and FAIL_ON_WARNINGS.
827 # The default value is: NO.
829 WARN_AS_ERROR = NO
842 # messages should be written. If left blank the output is written to standard
847 #---------------------------------------------------------------------------
849 #---------------------------------------------------------------------------
860 examples/ldns-mx.c \
861 examples/ldns-read-zone.c \
862 examples/ldns-signzone.c
865 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
869 # The default value is: UTF-8.
871 INPUT_ENCODING = UTF-8
875 # *.h) to filter out the source-files in the directories.
895 # The default value is: NO.
897 RECURSIVE = NO
911 # The default value is: NO.
913 EXCLUDE_SYMLINKS = NO
926 # output. The symbol name can be a fully qualified name, a word, or if the
943 # *.h) to filter out the source-files in the directories. If left blank all
951 # The default value is: NO.
953 EXAMPLE_RECURSIVE = NO
965 # <filter> <input-file>
967 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
968 # name of an input file. Doxygen will then use the output that the filter
969 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
973 # code is scanned, but not when the output code is generated. If lines are added
998 # The default value is: NO.
1000 FILTER_SOURCE_FILES = NO
1013 # and want to reuse the introduction page also for the doxygen output.
1017 #---------------------------------------------------------------------------
1019 #---------------------------------------------------------------------------
1022 # generated. Documented entities will be cross-referenced with these sources.
1024 # Note: To get rid of all source code in the generated output, make sure that
1025 # also VERBATIM_HEADERS is set to NO.
1026 # The default value is: NO.
1032 # The default value is: NO.
1034 INLINE_SOURCES = NO
1045 # The default value is: NO.
1047 REFERENCED_BY_RELATION = NO
1051 # The default value is: NO.
1074 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1080 # - Install the latest version of global
1081 # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
1082 # - Make sure the INPUT points to the root of the source tree
1083 # - Run doxygen as normal
1089 # source code will now point to the output of htags.
1090 # The default value is: NO.
1093 USE_HTAGS = NO
1097 # specified. Set to NO to disable this.
1107 # which doxygen's built-in parser lacks the necessary type information.
1109 # generated with the -Duse_libclang=ON option for CMake.
1110 # The default value is: NO.
1112 CLANG_ASSISTED_PARSING = NO
1133 # specifying the -p option to a clang tool, such as clang-check. These options
1137 # generated with the -Duse_libclang=ON option for CMake.
1141 #---------------------------------------------------------------------------
1143 #---------------------------------------------------------------------------
1160 #---------------------------------------------------------------------------
1161 # Configuration options related to the HTML output
1162 #---------------------------------------------------------------------------
1164 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1184 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1192 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1204 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1214 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1215 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1216 # the HTML output. If left blank doxygen will generate a default style sheet.
1226 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1231 # Doxygen will copy the style sheet files to the output directory.
1240 # other source files which should be copied to the HTML output directory. Note
1241 # that these files will be copied to the base HTML output directory. Use the
1244 # files will be copied as-is; there are no commands or markers available.
1249 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1261 # in the HTML output. For a value of 0 the output will use grayscales only. A
1269 # luminance component of the colors in the HTML output. Values below 100
1270 # gradually make the output lighter, whereas values above 100 make the output
1283 # The default value is: NO.
1302 # The default value is: NO.
1305 HTML_DYNAMIC_SECTIONS = NO
1325 # output directory. Running make will produce the docset in that directory and
1330 # The default value is: NO.
1333 GENERATE_DOCSET = NO
1344 # set bundle. This should be a reverse domain-name style string, e.g.
1352 # the documentation publisher. This should be a reverse domain-name style
1369 # https://www.microsoft.com/en-us/download/details.aspx?id=21138) on Windows.
1371 # The HTML Help Workshop contains a compiler that can convert all HTML output
1378 # The default value is: NO.
1381 GENERATE_HTMLHELP = NO
1385 # written to the html output directory.
1391 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1399 # (YES) or that it should be included in the main .chm file (NO).
1400 # The default value is: NO.
1403 GENERATE_CHI = NO
1412 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1414 # The default value is: NO.
1417 BINARY_TOC = NO
1421 # The default value is: NO.
1424 TOC_EXPAND = NO
1430 # The default value is: NO.
1433 GENERATE_QHP = NO
1437 # the HTML output folder.
1443 # Project output. For more information please see Qt Help Project / Namespace
1445 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
1452 # Help Project output. For more information please see Qt Help Project / Virtual
1454 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders).
1463 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1471 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1478 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
1484 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
1497 # The default value is: NO.
1500 GENERATE_ECLIPSEHELP = NO
1513 # of each HTML page. A value of NO enables the index and the value YES disables
1516 # The default value is: NO.
1519 DISABLE_INDEX = NO
1521 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1523 # value is set to YES, a side panel will be generated containing a tree-like
1528 # further fine-tune the look of the index. As an example, the default style
1533 # The default value is: NO.
1536 GENERATE_TREEVIEW = NO
1557 # The default value is: NO.
1560 EXT_LINKS_IN_WINDOW = NO
1565 # the HTML output. These images will generally look nicer at scaled resolutions.
1576 # output directory to force them to be regenerated.
1587 # the HTML output directory before the changes have effect.
1601 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1602 # installed or if you want to formulas look prettier in the HTML output. When
1605 # The default value is: NO.
1608 USE_MATHJAX = NO
1610 # When MathJax is enabled you can set the default output format to be used for
1611 # the MathJax output. See the MathJax site (see:
1612 # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details.
1613 # Possible values are: HTML-CSS (which is slower, but has the best
1615 # The default value is: HTML-CSS.
1618 MATHJAX_FORMAT = HTML-CSS
1621 # output directory using the MATHJAX_RELPATH option. The destination directory
1623 # is located at the same level as the HTML output directory, then
1643 # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1650 # the HTML output. The underlying search engine uses javascript and DHTML and
1668 SEARCHENGINE = NO
1677 # The default value is: NO.
1680 SERVER_BASED_SEARCH = NO
1682 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1694 # The default value is: NO.
1697 EXTERNAL_SEARCH = NO
1737 #---------------------------------------------------------------------------
1738 # Configuration options related to the LaTeX output
1739 #---------------------------------------------------------------------------
1741 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1744 GENERATE_LATEX = NO
1759 # chosen this is overwritten by pdflatex. For specific output languages the
1761 # the output language.
1769 # See also: LATEX_MAKEINDEX_CMD for the part in the generated output file
1777 # generate index for LaTeX. In case there is no backslash (\) as first character
1779 # Note: This tag is used in the generated output file (.tex).
1789 # The default value is: NO.
1792 COMPACT_LATEX = NO
1804 # that should be included in the LaTeX output. The package can be specified just
1810 # If left blank no extra packages will be included.
1821 # Note: Only use a user-defined header if you know what you are doing! The
1837 # Note: Only use a user-defined footer if you know what you are doing!
1842 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1845 # will copy the style sheet files to the output directory.
1854 # other source files which should be copied to the LATEX_OUTPUT output
1855 # directory. Note that the files will be copied as-is; there are no commands or
1863 # contain links (just like the HTML output) instead of page references. This
1864 # makes the output suitable for online browsing using a PDF viewer.
1884 # The default value is: NO.
1890 # index chapters (such as File Index, Compound Index, etc.) in the output.
1891 # The default value is: NO.
1894 LATEX_HIDE_INDICES = NO
1897 # code with syntax highlighting in the LaTeX output.
1901 # The default value is: NO.
1904 LATEX_SOURCE_CODE = NO
1916 # to NO can help when comparing the output of multiple runs.
1917 # The default value is: NO.
1920 LATEX_TIMESTAMP = NO
1930 #---------------------------------------------------------------------------
1931 # Configuration options related to the RTF output
1932 #---------------------------------------------------------------------------
1934 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1935 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
1937 # The default value is: NO.
1939 GENERATE_RTF = NO
1952 # The default value is: NO.
1955 COMPACT_RTF = NO
1959 # output) instead of page references. This makes the output suitable for online
1964 # The default value is: NO.
1967 RTF_HYPERLINKS = NO
1981 # generated using doxygen -e rtf extensionFile.
1987 # with syntax highlighting in the RTF output.
1991 # The default value is: NO.
1994 RTF_SOURCE_CODE = NO
1996 #---------------------------------------------------------------------------
1997 # Configuration options related to the man page output
1998 #---------------------------------------------------------------------------
2002 # The default value is: NO.
2004 GENERATE_MAN = NO
2031 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
2035 # The default value is: NO.
2038 MAN_LINKS = NO
2040 #---------------------------------------------------------------------------
2041 # Configuration options related to the XML output
2042 #---------------------------------------------------------------------------
2046 # The default value is: NO.
2048 GENERATE_XML = NO
2059 # listings (including syntax highlighting and cross-referencing information) to
2060 # the XML output. Note that enabling this will significantly increase the size
2061 # of the XML output.
2068 # namespace members in file scope as well, matching the HTML output.
2069 # The default value is: NO.
2072 XML_NS_MEMB_FILE_SCOPE = NO
2074 #---------------------------------------------------------------------------
2075 # Configuration options related to the DOCBOOK output
2076 #---------------------------------------------------------------------------
2080 # The default value is: NO.
2082 GENERATE_DOCBOOK = NO
2093 # program listings (including syntax highlighting and cross-referencing
2094 # information) to the DOCBOOK output. Note that enabling this will significantly
2095 # increase the size of the DOCBOOK output.
2096 # The default value is: NO.
2099 DOCBOOK_PROGRAMLISTING = NO
2101 #---------------------------------------------------------------------------
2102 # Configuration options for the AutoGen Definitions output
2103 #---------------------------------------------------------------------------
2109 # The default value is: NO.
2111 GENERATE_AUTOGEN_DEF = NO
2113 #---------------------------------------------------------------------------
2114 # Configuration options related to the Perl module output
2115 #---------------------------------------------------------------------------
2121 # The default value is: NO.
2123 GENERATE_PERLMOD = NO
2127 # output from the Perl module output.
2128 # The default value is: NO.
2131 PERLMOD_LATEX = NO
2133 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2135 # understand what is going on. On the other hand, if this tag is set to NO, the
2136 # size of the Perl module output will be much smaller and Perl will parse it
2151 #---------------------------------------------------------------------------
2153 #---------------------------------------------------------------------------
2156 # C-preprocessor directives found in the sources and include files.
2162 # in the source code. If set to NO, only conditional compilation will be
2165 # The default value is: NO.
2173 # The default value is: NO.
2176 EXPAND_ONLY_PREDEF = NO
2193 # patterns (like *.h and *.hpp) to filter out the header-files in the
2201 # defined before the preprocessor is started (similar to the -D option of e.g.
2203 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
2220 # remove all references to function-like macros that are alone on a line, have
2222 # are typically used for boiler-plate code, and will confuse the parser if not
2229 #---------------------------------------------------------------------------
2231 #---------------------------------------------------------------------------
2255 # the class index. If set to NO, only the inherited external classes will be
2257 # The default value is: NO.
2259 ALLEXTERNALS = NO
2262 # in the modules index. If set to NO, only the current project's groups will be
2269 # the related pages index. If set to NO, only the current project's pages will
2275 #---------------------------------------------------------------------------
2277 #---------------------------------------------------------------------------
2281 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
2304 # Bell Labs. The other options in this section have no effect if this option is
2305 # set to NO
2308 HAVE_DOT = NO
2346 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2371 # The default value is: NO.
2374 UML_LOOK = NO
2380 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2389 # If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and
2396 # Possible values are: NO, YES and NONE.
2397 # The default value is: NO.
2400 DOT_UML_DETAILS = NO
2414 # The default value is: NO.
2417 TEMPLATE_RELATIONS = NO
2444 # The default value is: NO.
2456 # The default value is: NO.
2459 CALLER_GRAPH = NO
2479 # output formats in the documentation of the dot tool (Graphviz (see:
2501 # The default value is: NO.
2504 INTERACTIVE_SVG = NO
2535 # will not generate output for the diagram.
2567 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
2578 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2580 # The default value is: NO.
2583 DOT_TRANSPARENT = NO
2585 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2586 # files in one run (i.e. multiple -o and -T options on the command line). This
2589 # The default value is: NO.