Lines Matching +full:doxygen +full:- +full:version

1 # SPDX-FileCopyrightText: Copyright 2022-2024 Arm Limited and/or its affiliates <open-source-office…
3 # SPDX-License-Identifier: Apache-2.0
5 # Licensed under the Apache License, Version 2.0 (the License); you may
9 # www.apache.org/licenses/LICENSE-2.0
20 # doxygen (www.doxygen.org) for a project.
33 # Use doxygen to compare the used configuration file with the template
35 # doxygen -x [configFile]
36 # Use doxygen to compare the used configuration file with the template
39 # doxygen -x_noenv [configFile]
41 #---------------------------------------------------------------------------
43 #---------------------------------------------------------------------------
46 # file that follow. The default is UTF-8 which is also the encoding used for all
47 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
50 # The default value is: UTF-8.
52 DOXYFILE_ENCODING = UTF-8
55 # double-quotes, unless you are using Doxywizard) that should identify the
60 PROJECT_NAME = "CMSIS-NN"
63 # could be handy for archiving the generated documentation or if some version
66 PROJECT_NUMBER = "Version {projectNumber}"
76 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
83 # entered, it will be relative to the location where doxygen was started. If
88 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
89 # sub-directories (in 2 levels) under the output directory of each output format
91 # option can be useful when feeding doxygen a huge amount of source files, where
94 # control the number of sub-directories.
99 # Controls the number of sub-directories that will be created when
103 # sub-directories are organized in 2 levels, the first level always has a fixed
110 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
111 # characters to appear in the names of generated files. If set to NO, non-ASCII
119 # documentation generated by doxygen is written. Doxygen will use this
122 # Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, English
124 # Hindi, Hungarian, Indonesian, Italian, Japanese, Japanese-en (Japanese with
125 # English messages), Korean, Korean-en (Korean with English messages), Latvian,
127 # Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish,
133 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
140 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
149 # This tag implements a quasi-intelligent brief description abbreviator that is
153 # text. Otherwise, the brief description is used as-is. If left blank, the
171 # doxygen will generate a detailed section even if there is only a brief
177 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
185 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
192 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
193 # Stripping is only done if one of the specified strings matches the left-hand
195 # If left blank the directory from which doxygen is run is used as the path to
199 # will be relative from the directory where doxygen is started.
204 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
209 # using the -I flag.
213 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
215 # support long names like on DOS, Mac, or CD-ROM.
220 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
221 # first line (until the first dot) of a Javadoc-style comment as the brief
222 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
229 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
232 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the
233 # Javadoc-style will behave just like regular comments and it will not be
234 # interpreted by doxygen.
239 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
240 # line (until the first dot) of a Qt-style comment as the brief description. If
241 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
247 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
248 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
250 # to treat a multi-line C++ comment block as a detailed description. Set this
259 # By default Python docstrings are displayed as preformatted text and doxygen's
261 # doxygen's special commands can be used and the contents of the docstring
262 # documentation blocks is shown as doxygen documentation.
268 # documentation from any documented member that it re-implements.
273 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
280 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
292 # documentation, which will result in a user-defined paragraph with heading
298 # with the commands \{ and \} for these it is advised to use the version @{ and
306 # only. Doxygen will then generate output that is more tailored for C. For
314 # Python sources only. Doxygen will then generate output that is more tailored
322 # sources. Doxygen will then generate output that is tailored for Fortran.
328 # sources. Doxygen will then generate output that is tailored for VHDL.
334 # sources only. Doxygen will then generate output that is more tailored for that
341 # Doxygen selects the parser to use depending on the extension of the files it
343 # extension. Doxygen has a built-in mapping, but you can override or extend it
345 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
346 # Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice,
350 # default for Fortran type files). For instance to make doxygen treat .inc files
357 # the files are not read by doxygen. When specifying no_extension you should add
364 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
367 # The output of markdown processing is further processed by doxygen, so you can
368 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
374 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
383 # When enabled doxygen tries to link words that correspond to documented
393 # tag to YES in order to let doxygen match functions declarations and
408 # https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen
417 # doxygen to replace the get and set methods by a property in the documentation.
426 # tag is set to YES then doxygen will reuse the documentation of the first
484 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
485 # doxygen will become slower. If the cache is too large, memory is wasted. The
488 # symbols. At the end of a run doxygen will report the cache usage and suggest
494 # The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use
495 # during processing. When set to 0 doxygen will based this on the number of
507 #---------------------------------------------------------------------------
509 #---------------------------------------------------------------------------
511 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
553 # This flag is only useful for Objective-C code. If set to YES, local methods,
577 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
585 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
594 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
601 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
615 # With the correct setting of option CASE_SENSE_NAMES doxygen will better be
632 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
639 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
652 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
658 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
665 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
677 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
684 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
692 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
704 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
712 # fully-qualified names, including namespaces. If set to NO, the class list will
721 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
725 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
795 # doxygen should invoke to get the current version for each file (typically from
796 # the version control system). Doxygen will invoke the program by executing (via
797 # popen()) the command command input-file, where command is the value of the
798 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
799 # by doxygen. Whatever the program writes to standard output is used as the file
800 # version. For an example see the documentation.
805 # by doxygen. The layout file controls the global structure of the generated
807 # that represents doxygen's defaults, run doxygen with the -l option. You can
812 # Note that if you run doxygen from a directory containing a file called
813 # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
828 #---------------------------------------------------------------------------
830 #---------------------------------------------------------------------------
833 # standard output by doxygen. If QUIET is set to YES this implies that the
840 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
848 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
855 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
863 # If WARN_IF_INCOMPLETE_DOC is set to YES, doxygen will warn about incomplete
864 # function parameter documentation. If set to NO, doxygen will accept that some
872 # value. If set to NO, doxygen will only warn about wrong parameter
880 # If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about
881 # undocumented enumeration values. If set to NO, doxygen will accept
888 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
890 # then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
891 # at the end of the doxygen process doxygen will return with a non-zero status.
897 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
900 # and the warning text. Optionally the format may contain $version, which will
901 # be replaced by the version of the file (if it could be obtained via
910 # (outside of doxygen) the user can define a custom "cut" / "paste" string.
921 # warning and error messages are written to standard error. When as file - is
927 #---------------------------------------------------------------------------
929 #---------------------------------------------------------------------------
944 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
949 # The default value is: UTF-8.
951 INPUT_ENCODING = UTF-8
954 # that doxygen parses The INPUT_FILE_ENCODING tag can be used to specify
955 # character encoding on a per file pattern basis. Doxygen will compare the file
958 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
965 # *.h) to filter out the source-files in the directories.
969 # read by doxygen.
977 # *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C
1038 # Note that relative paths are relative to the directory from which doxygen is
1089 # *.h) to filter out the source-files in the directories. If left blank all
1107 # The INPUT_FILTER tag can be used to specify a program that doxygen should
1108 # invoke to filter for each input file. Doxygen will invoke the filter program
1111 # <filter> <input-file>
1113 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1114 # name of an input file. Doxygen will then use the output that the filter
1122 # Note that doxygen will use the data processed and written to standard output
1129 # properly processed by doxygen.
1134 # basis. Doxygen will compare the file name with each pattern and apply the
1142 # properly processed by doxygen.
1164 # and want to reuse the introduction page also for the doxygen output.
1177 #---------------------------------------------------------------------------
1179 #---------------------------------------------------------------------------
1182 # generated. Documented entities will be cross-referenced with these sources.
1196 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
1234 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1236 # (see https://www.gnu.org/software/global/global.html). You will need version
1240 # - Install the latest version of global
1241 # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
1242 # - Make sure the INPUT points to the root of the source tree
1243 # - Run doxygen as normal
1245 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
1248 # The result: instead of the source browser generated by doxygen, the links to
1255 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1263 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1267 # which doxygen's built-in parser lacks the necessary type information.
1268 # Note: The availability of this option depends on whether or not doxygen was
1269 # generated with the -Duse_libclang=ON option for CMake.
1275 # tag is set to YES then doxygen will add the directory of each input to the
1284 # the include paths will already be set by doxygen for the files and directories
1295 # specifying the -p option to a clang tool, such as clang-check. These options
1298 # Note: The availability of this option depends on whether or not doxygen was
1299 # generated with the -Duse_libclang=ON option for CMake.
1303 #---------------------------------------------------------------------------
1305 #---------------------------------------------------------------------------
1323 #---------------------------------------------------------------------------
1325 #---------------------------------------------------------------------------
1327 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1347 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1348 # each generated HTML page. If the tag is left blank doxygen will generate a
1352 # that doxygen needs, which is dependent on the configuration options used (e.g.
1355 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1357 # and then modify the file new_header.html. See also section "Doxygen usage"
1358 # for information on how to generate the default header that doxygen normally
1361 # default header when upgrading to a newer version of doxygen. For a description
1367 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1368 # generated HTML page. If the tag is left blank doxygen will generate a standard
1371 # section "Doxygen usage" for information on how to generate the default footer
1372 # that doxygen normally uses.
1377 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1378 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1379 # the HTML output. If left blank doxygen will generate a default style sheet.
1380 # See also section "Doxygen usage" for information on how to generate the style
1381 # sheet that doxygen normally uses.
1389 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1391 # created by doxygen. Using this option one can overrule certain style aspects.
1394 # Doxygen will copy the style sheet files to the output directory.
1399 # Webkit/Chromium, the styling will be left out of the default doxygen.css if
1409 ./style_template/version.css
1416 # files will be copied as-is; there are no commands or markers available.
1438 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1440 # this color. Hue is specified as an angle on a color-wheel, see
1450 # in the HTML output. For a value of 0 the output will use gray-scales only. A
1470 # to YES can help to show when doxygen was last run and thus if the
1498 # and collapse entries dynamically later on. Doxygen will expand the tree to
1513 # create a documentation set, doxygen will generate a Makefile in the HTML
1527 # The default value is: Doxygen generated docs.
1530 DOCSET_FEEDNAME = "Doxygen generated docs"
1540 # set bundle. This should be a reverse domain-name style string, e.g.
1541 # com.mycompany.MyDocSet. Doxygen will append .docset to the name.
1542 # The default value is: org.doxygen.Project.
1545 DOCSET_BUNDLE_ID = org.doxygen.Project
1548 # the documentation publisher. This should be a reverse domain-name style
1550 # The default value is: org.doxygen.Publisher.
1553 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
1561 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1569 # ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe).
1572 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
1591 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1592 # doxygen will try to run the HTML help compiler on the generated index.hhp.
1645 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
1646 # The default value is: org.doxygen.Project.
1649 QHP_NAMESPACE = org.doxygen.Project
1654 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders).
1663 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1671 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1678 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
1684 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
1705 # The default value is: org.doxygen.Project.
1708 ECLIPSE_DOC_ID = org.doxygen.Project
1721 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1723 # value is set to YES, a side panel will be generated containing a tree-like
1728 # further fine tune the look of the index (see "Fine-tuning the output"). As an
1729 # example, the default style sheet generated by doxygen has an example that
1751 # doxygen will group on one line in the generated HTML documentation.
1767 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1774 # If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email
1781 # If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
1794 # doxygen run you need to manually remove any form_*.png images from the HTML
1809 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1818 # With MATHJAX_VERSION it is possible to specify the MathJax version to be used.
1831 # version 2 (see:
1832 # http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3
1835 # Possible values are: HTML-CSS (which is slower, but has the best
1836 # compatibility. This is the name for Mathjax version 2, for MathJax version 3
1838 # for NathJax 2. For MathJax version 3 chtml will be used instead.), chtml (This
1839 # is the name for Mathjax version 3, for MathJax version 2 this will be
1840 # translated into HTML-CSS) and SVG.
1841 # The default value is: HTML-CSS.
1844 MATHJAX_FORMAT = HTML-CSS
1854 # - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
1855 # - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
1862 # for MathJax version 2 (see
1863 # https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions):
1865 # For example for MathJax version 3 (see
1875 # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1881 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1905 # setting. When disabled, doxygen will generate a PHP script for searching and
1914 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1916 # which needs to be processed by an external indexer. Doxygen will invoke an
1920 # Doxygen ships with an example indexer (doxyindexer) and search engine
1934 # Doxygen ships with an example indexer (doxyindexer) and search engine
1959 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1969 #---------------------------------------------------------------------------
1971 #---------------------------------------------------------------------------
1973 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
2018 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
2047 # The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for
2049 # first chapter. If it is left blank doxygen will generate a standard header. It
2051 # doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty
2052 # and then modify the file new_header.tex. See also section "Doxygen usage" for
2053 # information on how to generate the default header that doxygen normally uses.
2055 # Note: Only use a user-defined header if you know what you are doing!
2057 # default header when upgrading to a newer version of doxygen. The following
2064 # The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for
2066 # last chapter. If it is left blank doxygen will generate a standard footer. See
2068 # special commands can be used inside the footer. See also section "Doxygen
2069 # usage" for information on how to generate the default footer that doxygen
2070 # normally uses. Note: Only use a user-defined footer if you know what you are
2076 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
2078 # by doxygen. Using this option one can overrule certain style aspects. Doxygen
2089 # directory. Note that the files will be copied as-is; there are no commands or
2104 # If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
2114 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
2122 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
2153 #---------------------------------------------------------------------------
2155 #---------------------------------------------------------------------------
2157 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
2172 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
2192 # Load stylesheet definitions from file. Syntax is similar to doxygen's
2196 # See also section "Doxygen usage" for information on how to generate the
2197 # default style sheet that doxygen normally uses.
2203 # similar to doxygen's configuration file. A template extensions file can be
2204 # generated using doxygen -e rtf extensionFile.
2209 #---------------------------------------------------------------------------
2211 #---------------------------------------------------------------------------
2213 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
2244 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
2253 #---------------------------------------------------------------------------
2255 #---------------------------------------------------------------------------
2257 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
2271 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
2272 # listings (including syntax highlighting and cross-referencing information) to
2280 # If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
2287 #---------------------------------------------------------------------------
2289 #---------------------------------------------------------------------------
2291 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
2305 #---------------------------------------------------------------------------
2307 #---------------------------------------------------------------------------
2309 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2317 #---------------------------------------------------------------------------
2319 #---------------------------------------------------------------------------
2321 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2329 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2355 #---------------------------------------------------------------------------
2357 #---------------------------------------------------------------------------
2359 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2360 # C-preprocessor directives found in the sources and include files.
2365 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2398 # patterns (like *.h and *.hpp) to filter out the header-files in the
2406 # defined before the preprocessor is started (similar to the -D option of e.g.
2424 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2425 # remove all references to function-like macros that are alone on a line, have
2427 # are typically used for boiler-plate code, and will confuse the parser if not
2434 #---------------------------------------------------------------------------
2436 #---------------------------------------------------------------------------
2448 # the path). If a tag file is not located in the directory in which doxygen is
2453 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
2480 #---------------------------------------------------------------------------
2482 #---------------------------------------------------------------------------
2484 # You can include diagrams made with dia in doxygen documentation. Doxygen will
2497 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2506 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2507 # to run in parallel. When set to 0 doxygen will base this on the number of
2518 # doxygen generates you can specify fontname, fontcolor and fontsize attributes.
2552 # If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a
2555 # otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set
2563 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2572 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2580 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2601 # If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and
2603 # tag is set to YES, doxygen will add type and arguments for attributes and
2604 # methods in the UML graphs. If the DOT_UML_DETAILS tag is set to NONE, doxygen
2632 # YES then doxygen will generate a graph for each documented file showing the
2641 # set to YES then doxygen will generate a graph for each documented file showing
2649 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2661 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2673 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2680 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2751 # a preprocessing step. Doxygen will generate a warning when it encounters a
2768 # larger than this value, doxygen will truncate the graph, which is visualized
2769 # by representing a node as a red box. Note that doxygen if the number of direct
2791 # files in one run (i.e. multiple -o and -T options on the command line). This
2799 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2802 # Note: This tag requires that UML_LOOK isn't set, i.e. the doxygen internal
2809 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate