Lines Matching +full:doxygen +full:- +full:version
4 # doxygen (www.doxygen.org) for a project.
17 # Use doxygen to compare the used configuration file with the template
19 # doxygen -x [configFile]
20 # Use doxygen to compare the used configuration file with the template
23 # doxygen -x_noenv [configFile]
25 #---------------------------------------------------------------------------
27 #---------------------------------------------------------------------------
30 # file that follow. The default is UTF-8 which is also the encoding used for all
31 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
34 # The default value is: UTF-8.
36 DOXYFILE_ENCODING = UTF-8
39 # double-quotes, unless you are using Doxywizard) that should identify the
44 PROJECT_NAME = "CMSIS-DSP"
47 # could be handy for archiving the generated documentation or if some version
50 PROJECT_NUMBER = "Version {projectNumber}"
60 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
67 # entered, it will be relative to the location where doxygen was started. If
72 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
73 # sub-directories (in 2 levels) under the output directory of each output format
75 # option can be useful when feeding doxygen a huge amount of source files, where
78 # control the number of sub-directories.
83 # Controls the number of sub-directories that will be created when
87 # sub-directories are organized in 2 levels, the first level always has a fixed
94 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
95 # characters to appear in the names of generated files. If set to NO, non-ASCII
103 # documentation generated by doxygen is written. Doxygen will use this
106 # Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, English
108 # Hindi, Hungarian, Indonesian, Italian, Japanese, Japanese-en (Japanese with
109 # English messages), Korean, Korean-en (Korean with English messages), Latvian,
111 # Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish,
117 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
124 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
133 # This tag implements a quasi-intelligent brief description abbreviator that is
137 # text. Otherwise, the brief description is used as-is. If left blank, the
155 # doxygen will generate a detailed section even if there is only a brief
161 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
169 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
176 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
177 # Stripping is only done if one of the specified strings matches the left-hand
179 # If left blank the directory from which doxygen is run is used as the path to
183 # will be relative from the directory where doxygen is started.
188 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
193 # using the -I flag.
197 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
199 # support long names like on DOS, Mac, or CD-ROM.
204 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
205 # first line (until the first dot) of a Javadoc-style comment as the brief
206 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
213 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
216 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the
217 # Javadoc-style will behave just like regular comments and it will not be
218 # interpreted by doxygen.
223 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
224 # line (until the first dot) of a Qt-style comment as the brief description. If
225 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
231 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
232 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
234 # to treat a multi-line C++ comment block as a detailed description. Set this
243 # By default Python docstrings are displayed as preformatted text and doxygen's
245 # doxygen's special commands can be used and the contents of the docstring
246 # documentation blocks is shown as doxygen documentation.
252 # documentation from any documented member that it re-implements.
257 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
264 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
276 # documentation, which will result in a user-defined paragraph with heading
282 # with the commands \{ and \} for these it is advised to use the version @{ and
290 # only. Doxygen will then generate output that is more tailored for C. For
298 # Python sources only. Doxygen will then generate output that is more tailored
306 # sources. Doxygen will then generate output that is tailored for Fortran.
312 # sources. Doxygen will then generate output that is tailored for VHDL.
318 # sources only. Doxygen will then generate output that is more tailored for that
325 # Doxygen selects the parser to use depending on the extension of the files it
327 # extension. Doxygen has a built-in mapping, but you can override or extend it
329 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
330 # Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice,
334 # default for Fortran type files). For instance to make doxygen treat .inc files
341 # the files are not read by doxygen. When specifying no_extension you should add
348 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
351 # The output of markdown processing is further processed by doxygen, so you can
352 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
358 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
367 # When enabled doxygen tries to link words that correspond to documented
377 # tag to YES in order to let doxygen match functions declarations and
392 # https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen
401 # doxygen to replace the get and set methods by a property in the documentation.
410 # tag is set to YES then doxygen will reuse the documentation of the first
468 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
469 # doxygen will become slower. If the cache is too large, memory is wasted. The
472 # symbols. At the end of a run doxygen will report the cache usage and suggest
478 # The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use
479 # during processing. When set to 0 doxygen will based this on the number of
491 #---------------------------------------------------------------------------
493 #---------------------------------------------------------------------------
495 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
537 # This flag is only useful for Objective-C code. If set to YES, local methods,
561 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
569 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
578 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
585 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
599 # With the correct setting of option CASE_SENSE_NAMES doxygen will better be
616 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
623 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
636 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
642 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
649 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
661 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
668 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
676 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
688 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
696 # fully-qualified names, including namespaces. If set to NO, the class list will
705 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
709 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
779 # doxygen should invoke to get the current version for each file (typically from
780 # the version control system). Doxygen will invoke the program by executing (via
781 # popen()) the command command input-file, where command is the value of the
782 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
783 # by doxygen. Whatever the program writes to standard output is used as the file
784 # version. For an example see the documentation.
789 # by doxygen. The layout file controls the global structure of the generated
791 # that represents doxygen's defaults, run doxygen with the -l option. You can
796 # Note that if you run doxygen from a directory containing a file called
797 # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
812 #---------------------------------------------------------------------------
814 #---------------------------------------------------------------------------
817 # standard output by doxygen. If QUIET is set to YES this implies that the
824 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
832 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
839 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
847 # If WARN_IF_INCOMPLETE_DOC is set to YES, doxygen will warn about incomplete
848 # function parameter documentation. If set to NO, doxygen will accept that some
856 # value. If set to NO, doxygen will only warn about wrong parameter
864 # If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about
865 # undocumented enumeration values. If set to NO, doxygen will accept
872 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
874 # then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
875 # at the end of the doxygen process doxygen will return with a non-zero status.
881 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
884 # and the warning text. Optionally the format may contain $version, which will
885 # be replaced by the version of the file (if it could be obtained via
894 # (outside of doxygen) the user can define a custom "cut" / "paste" string.
905 # warning and error messages are written to standard error. When as file - is
911 #---------------------------------------------------------------------------
913 #---------------------------------------------------------------------------
942 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
947 # The default value is: UTF-8.
949 INPUT_ENCODING = UTF-8
952 # that doxygen parses The INPUT_FILE_ENCODING tag can be used to specify
953 # character encoding on a per file pattern basis. Doxygen will compare the file
956 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
963 # *.h) to filter out the source-files in the directories.
967 # read by doxygen.
975 # *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C
1036 # Note that relative paths are relative to the directory from which doxygen is
1109 # *.h) to filter out the source-files in the directories. If left blank all
1127 # The INPUT_FILTER tag can be used to specify a program that doxygen should
1128 # invoke to filter for each input file. Doxygen will invoke the filter program
1131 # <filter> <input-file>
1133 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1134 # name of an input file. Doxygen will then use the output that the filter
1142 # Note that doxygen will use the data processed and written to standard output
1149 # properly processed by doxygen.
1154 # basis. Doxygen will compare the file name with each pattern and apply the
1162 # properly processed by doxygen.
1184 # and want to reuse the introduction page also for the doxygen output.
1197 #---------------------------------------------------------------------------
1199 #---------------------------------------------------------------------------
1202 # generated. Documented entities will be cross-referenced with these sources.
1216 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
1254 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1256 # (see https://www.gnu.org/software/global/global.html). You will need version
1260 # - Install the latest version of global
1261 # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
1262 # - Make sure the INPUT points to the root of the source tree
1263 # - Run doxygen as normal
1265 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
1268 # The result: instead of the source browser generated by doxygen, the links to
1275 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1283 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1287 # which doxygen's built-in parser lacks the necessary type information.
1288 # Note: The availability of this option depends on whether or not doxygen was
1289 # generated with the -Duse_libclang=ON option for CMake.
1295 # tag is set to YES then doxygen will add the directory of each input to the
1304 # the include paths will already be set by doxygen for the files and directories
1315 # specifying the -p option to a clang tool, such as clang-check. These options
1318 # Note: The availability of this option depends on whether or not doxygen was
1319 # generated with the -Duse_libclang=ON option for CMake.
1323 #---------------------------------------------------------------------------
1325 #---------------------------------------------------------------------------
1343 #---------------------------------------------------------------------------
1345 #---------------------------------------------------------------------------
1347 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1367 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1368 # each generated HTML page. If the tag is left blank doxygen will generate a
1372 # that doxygen needs, which is dependent on the configuration options used (e.g.
1375 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1377 # and then modify the file new_header.html. See also section "Doxygen usage"
1378 # for information on how to generate the default header that doxygen normally
1381 # default header when upgrading to a newer version of doxygen. For a description
1387 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1388 # generated HTML page. If the tag is left blank doxygen will generate a standard
1391 # section "Doxygen usage" for information on how to generate the default footer
1392 # that doxygen normally uses.
1397 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1398 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1399 # the HTML output. If left blank doxygen will generate a default style sheet.
1400 # See also section "Doxygen usage" for information on how to generate the style
1401 # sheet that doxygen normally uses.
1409 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1411 # created by doxygen. Using this option one can overrule certain style aspects.
1414 # Doxygen will copy the style sheet files to the output directory.
1419 # Webkit/Chromium, the styling will be left out of the default doxygen.css if
1429 ./style_template/version.css
1436 # files will be copied as-is; there are no commands or markers available.
1458 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1460 # this color. Hue is specified as an angle on a color-wheel, see
1470 # in the HTML output. For a value of 0 the output will use gray-scales only. A
1490 # to YES can help to show when doxygen was last run and thus if the
1518 # and collapse entries dynamically later on. Doxygen will expand the tree to
1533 # create a documentation set, doxygen will generate a Makefile in the HTML
1547 # The default value is: Doxygen generated docs.
1550 DOCSET_FEEDNAME = "Doxygen generated docs"
1560 # set bundle. This should be a reverse domain-name style string, e.g.
1561 # com.mycompany.MyDocSet. Doxygen will append .docset to the name.
1562 # The default value is: org.doxygen.Project.
1565 DOCSET_BUNDLE_ID = org.doxygen.Project
1568 # the documentation publisher. This should be a reverse domain-name style
1570 # The default value is: org.doxygen.Publisher.
1573 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
1581 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1589 # ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe).
1592 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
1611 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1612 # doxygen will try to run the HTML help compiler on the generated index.hhp.
1665 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
1666 # The default value is: org.doxygen.Project.
1669 QHP_NAMESPACE = org.doxygen.Project
1674 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders).
1683 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1691 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1698 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
1704 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
1725 # The default value is: org.doxygen.Project.
1728 ECLIPSE_DOC_ID = org.doxygen.Project
1741 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1743 # value is set to YES, a side panel will be generated containing a tree-like
1748 # further fine tune the look of the index (see "Fine-tuning the output"). As an
1749 # example, the default style sheet generated by doxygen has an example that
1771 # doxygen will group on one line in the generated HTML documentation.
1787 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1794 # If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email
1801 # If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
1814 # doxygen run you need to manually remove any form_*.png images from the HTML
1829 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1838 # With MATHJAX_VERSION it is possible to specify the MathJax version to be used.
1851 # version 2 (see:
1852 # http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3
1855 # Possible values are: HTML-CSS (which is slower, but has the best
1856 # compatibility. This is the name for Mathjax version 2, for MathJax version 3
1858 # for NathJax 2. For MathJax version 3 chtml will be used instead.), chtml (This
1859 # is the name for Mathjax version 3, for MathJax version 2 this will be
1860 # translated into HTML-CSS) and SVG.
1861 # The default value is: HTML-CSS.
1864 MATHJAX_FORMAT = HTML-CSS
1874 # - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
1875 # - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
1882 # for MathJax version 2 (see
1883 # https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions):
1885 # For example for MathJax version 3 (see
1895 # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1901 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1925 # setting. When disabled, doxygen will generate a PHP script for searching and
1934 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1936 # which needs to be processed by an external indexer. Doxygen will invoke an
1940 # Doxygen ships with an example indexer (doxyindexer) and search engine
1954 # Doxygen ships with an example indexer (doxyindexer) and search engine
1979 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1989 #---------------------------------------------------------------------------
1991 #---------------------------------------------------------------------------
1993 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
2038 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
2067 # The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for
2069 # first chapter. If it is left blank doxygen will generate a standard header. It
2071 # doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty
2072 # and then modify the file new_header.tex. See also section "Doxygen usage" for
2073 # information on how to generate the default header that doxygen normally uses.
2075 # Note: Only use a user-defined header if you know what you are doing!
2077 # default header when upgrading to a newer version of doxygen. The following
2084 # The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for
2086 # last chapter. If it is left blank doxygen will generate a standard footer. See
2088 # special commands can be used inside the footer. See also section "Doxygen
2089 # usage" for information on how to generate the default footer that doxygen
2090 # normally uses. Note: Only use a user-defined footer if you know what you are
2096 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
2098 # by doxygen. Using this option one can overrule certain style aspects. Doxygen
2109 # directory. Note that the files will be copied as-is; there are no commands or
2124 # If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
2134 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
2142 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
2173 #---------------------------------------------------------------------------
2175 #---------------------------------------------------------------------------
2177 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
2192 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
2212 # Load stylesheet definitions from file. Syntax is similar to doxygen's
2216 # See also section "Doxygen usage" for information on how to generate the
2217 # default style sheet that doxygen normally uses.
2223 # similar to doxygen's configuration file. A template extensions file can be
2224 # generated using doxygen -e rtf extensionFile.
2229 #---------------------------------------------------------------------------
2231 #---------------------------------------------------------------------------
2233 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
2264 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
2273 #---------------------------------------------------------------------------
2275 #---------------------------------------------------------------------------
2277 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
2291 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
2292 # listings (including syntax highlighting and cross-referencing information) to
2300 # If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
2307 #---------------------------------------------------------------------------
2309 #---------------------------------------------------------------------------
2311 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
2325 #---------------------------------------------------------------------------
2327 #---------------------------------------------------------------------------
2329 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2337 #---------------------------------------------------------------------------
2339 #---------------------------------------------------------------------------
2341 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2349 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2375 #---------------------------------------------------------------------------
2377 #---------------------------------------------------------------------------
2379 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2380 # C-preprocessor directives found in the sources and include files.
2385 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2418 # patterns (like *.h and *.hpp) to filter out the header-files in the
2426 # defined before the preprocessor is started (similar to the -D option of e.g.
2433 PREDEFINED = DOXYGEN ARM_DSP_ATTRIBUTE= ARM_DSP_TABLE_ATTRIBUTE= HAS_VECTOR HAS_PREDICA…
2444 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2445 # remove all references to function-like macros that are alone on a line, have
2447 # are typically used for boiler-plate code, and will confuse the parser if not
2454 #---------------------------------------------------------------------------
2456 #---------------------------------------------------------------------------
2468 # the path). If a tag file is not located in the directory in which doxygen is
2473 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
2500 #---------------------------------------------------------------------------
2502 #---------------------------------------------------------------------------
2504 # You can include diagrams made with dia in doxygen documentation. Doxygen will
2517 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2526 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2527 # to run in parallel. When set to 0 doxygen will base this on the number of
2538 # doxygen generates you can specify fontname, fontcolor and fontsize attributes.
2572 # If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a
2575 # otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set
2583 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2592 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2600 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2621 # If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and
2623 # tag is set to YES, doxygen will add type and arguments for attributes and
2624 # methods in the UML graphs. If the DOT_UML_DETAILS tag is set to NONE, doxygen
2652 # YES then doxygen will generate a graph for each documented file showing the
2661 # set to YES then doxygen will generate a graph for each documented file showing
2669 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2681 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2693 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2700 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2771 # a preprocessing step. Doxygen will generate a warning when it encounters a
2788 # larger than this value, doxygen will truncate the graph, which is visualized
2789 # by representing a node as a red box. Note that doxygen if the number of direct
2811 # files in one run (i.e. multiple -o and -T options on the command line). This
2819 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2822 # Note: This tag requires that UML_LOOK isn't set, i.e. the doxygen internal
2829 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate