Lines Matching +full:- +full:- +full:yes

20 # doxygen -x [configFile]
24 # doxygen -x_noenv [configFile]
26 #---------------------------------------------------------------------------
28 #---------------------------------------------------------------------------
31 # file that follow. The default is UTF-8 which is also the encoding used for all
35 # The default value is: UTF-8.
37 DOXYFILE_ENCODING = UTF-8
40 # double-quotes, unless you are using Doxywizard) that should identify the
57 PROJECT_BRIEF = "libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format."
73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
74 # sub-directories (in 2 levels) under the output directory of each output format
79 # control the number of sub-directories.
84 # Controls the number of sub-directories that will be created when
85 # CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every
88 # sub-directories are organized in 2 levels, the first level always has a fixed
91 # This tag requires that the tag CREATE_SUBDIRS is set to YES.
95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
96 # characters to appear in the names of generated files. If set to NO, non-ASCII
107 # Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, English
109 # Hindi, Hungarian, Indonesian, Italian, Japanese, Japanese-en (Japanese with
110 # English messages), Korean, Korean-en (Korean with English messages), Latvian,
112 # Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish,
118 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
121 # The default value is: YES.
123 BRIEF_MEMBER_DESC = YES
125 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
130 # The default value is: YES.
132 REPEAT_BRIEF = YES
134 # This tag implements a quasi-intelligent brief description abbreviator that is
138 # text. Otherwise, the brief description is used as-is. If left blank, the
145 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
152 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
160 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
163 # The default value is: YES.
165 FULL_PATH_NAMES = YES
167 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
168 # Stripping is only done if one of the specified strings matches the left-hand
175 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
179 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
184 # using the -I flag.
188 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
190 # support long names like on DOS, Mac, or CD-ROM.
195 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
196 # first line (until the first dot) of a Javadoc-style comment as the brief
197 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
202 JAVADOC_AUTOBRIEF = YES
204 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
207 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the
208 # Javadoc-style will behave just like regular comments and it will not be
214 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
215 # line (until the first dot) of a Qt-style comment as the brief description. If
216 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
222 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
223 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
225 # to treat a multi-line C++ comment block as a detailed description. Set this
226 # tag to YES if you prefer the old behavior instead.
228 # Note that setting this tag to YES also means that rational rose comments are
238 # The default value is: YES.
240 PYTHON_DOCSTRING = YES
242 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
243 # documentation from any documented member that it re-implements.
244 # The default value is: YES.
246 INHERIT_DOCS = YES
248 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
267 # documentation, which will result in a user-defined paragraph with heading
276 ALIASES = "rst=\verbatim embed:rst:leading-asterisk" \
279 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
285 OPTIMIZE_OUTPUT_FOR_C = YES
287 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
295 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
301 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
307 # Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice
317 # extension. Doxygen has a built-in mapping, but you can override or extend it
320 # Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice,
338 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
344 # The default value is: YES.
346 MARKDOWN_SUPPORT = YES
348 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
353 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
361 # The default value is: YES.
363 AUTOLINK_SUPPORT = YES
367 # tag to YES in order to let doxygen match functions declarations and
375 # If you use Microsoft's C++/CLI language, you should set this option to YES to
381 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
390 # getter and setter methods for a property. Setting this option to YES will make
395 # The default value is: YES.
397 IDL_PROPERTY_SUPPORT = YES
400 # tag is set to YES then doxygen will reuse the documentation of the first
414 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
419 # The default value is: YES.
421 SUBGROUPING = YES
423 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
434 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
458 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
481 #---------------------------------------------------------------------------
483 #---------------------------------------------------------------------------
485 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
488 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
490 # normally produced when WARNINGS is set to YES.
493 EXTRACT_ALL = YES
495 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
501 # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
507 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
513 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
519 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
523 # The default value is: YES.
525 EXTRACT_LOCAL_CLASSES = YES
527 # This flag is only useful for Objective-C code. If set to YES, local methods,
535 # If this flag is set to YES, the members of anonymous namespaces will be
544 # If this flag is set to YES, the name of an unnamed parameter in a declaration
547 # The default value is: YES.
549 RESOLVE_UNNAMED_PARAMS = YES
551 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
559 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
568 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
575 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
584 # will be excluded. Set it to YES to include the internal documentation.
592 # whose names only differ in casing), the option must be set to YES to properly
600 # YES.
601 # Possible values are: SYSTEM, NO and YES.
604 CASE_SENSE_NAMES = YES
607 # their full class and namespace scopes in the documentation. If set to YES, the
615 # YES the compound reference will be hidden.
620 # If the SHOW_HEADERFILE tag is set to YES then the documentation for a class
622 # The default value is: YES.
624 SHOW_HEADERFILE = YES
626 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
628 # The default value is: YES.
630 SHOW_INCLUDE_FILES = YES
632 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
639 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
645 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
647 # The default value is: YES.
649 INLINE_INFO = YES
651 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
654 # The default value is: YES.
656 SORT_MEMBER_DOCS = YES
658 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
666 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
678 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
685 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
686 # fully-qualified names, including namespaces. If set to NO, the class list will
688 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
705 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
707 # The default value is: YES.
709 GENERATE_TODOLIST = YES
711 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
713 # The default value is: YES.
715 GENERATE_TESTLIST = YES
717 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
719 # The default value is: YES.
721 GENERATE_BUGLIST = YES
723 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
726 # The default value is: YES.
728 GENERATE_DEPRECATEDLIST= YES
748 # the bottom of the documentation of classes and structs. If set to YES, the
750 # The default value is: YES.
752 SHOW_USED_FILES = YES
757 # The default value is: YES.
759 SHOW_FILES = YES
764 # The default value is: YES.
766 SHOW_NAMESPACES = YES
771 # popen()) the command command input-file, where command is the value of the
772 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
781 # that represents doxygen's defaults, run doxygen with the -l option. You can
790 LAYOUT_FILE = doxygen-theme/DoxygenLayout.xml
802 #---------------------------------------------------------------------------
804 #---------------------------------------------------------------------------
807 # standard output by doxygen. If QUIET is set to YES this implies that the
814 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
818 # The default value is: YES.
820 WARNINGS = YES
822 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
823 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
825 # The default value is: YES.
827 WARN_IF_UNDOCUMENTED = YES
829 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
833 # The default value is: YES.
835 WARN_IF_DOC_ERROR = YES
837 # If WARN_IF_INCOMPLETE_DOC is set to YES, doxygen will warn about incomplete
840 # The default value is: YES.
842 WARN_IF_INCOMPLETE_DOC = YES
848 # set to YES then this flag will automatically be disabled. See also
854 # If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about
856 # undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag
862 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
865 # at the end of the doxygen process doxygen will return with a non-zero status.
866 # Possible values are: NO, YES and FAIL_ON_WARNINGS.
895 # warning and error messages are written to standard error. When as file - is
901 #---------------------------------------------------------------------------
903 #---------------------------------------------------------------------------
915 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
920 # The default value is: UTF-8.
922 INPUT_ENCODING = UTF-8
929 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
936 # *.h) to filter out the source-files in the directories.
958 RECURSIVE = YES
1004 # *.h) to filter out the source-files in the directories. If left blank all
1009 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
1026 # <filter> <input-file>
1028 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1061 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
1063 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
1072 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
1092 #---------------------------------------------------------------------------
1094 #---------------------------------------------------------------------------
1096 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
1097 # generated. Documented entities will be cross-referenced with these sources.
1103 SOURCE_BROWSER = YES
1105 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
1111 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
1114 # The default value is: YES.
1116 STRIP_CODE_COMMENTS = YES
1118 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1124 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1130 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1131 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
1134 # The default value is: YES.
1136 REFERENCES_LINK_SOURCE = YES
1143 # The default value is: YES.
1144 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1146 SOURCE_TOOLTIPS = YES
1148 # If the USE_HTAGS tag is set to YES then the references to source code will
1149 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1155 # - Install the latest version of global
1156 # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
1157 # - Make sure the INPUT points to the root of the source tree
1158 # - Run doxygen as normal
1166 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1170 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1174 # The default value is: YES.
1176 VERBATIM_HEADERS = YES
1178 #---------------------------------------------------------------------------
1180 #---------------------------------------------------------------------------
1182 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1185 # The default value is: YES.
1187 ALPHABETICAL_INDEX = YES
1194 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1198 #---------------------------------------------------------------------------
1200 #---------------------------------------------------------------------------
1202 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1203 # The default value is: YES.
1205 GENERATE_HTML = YES
1211 # This tag requires that the tag GENERATE_HTML is set to YES.
1218 # This tag requires that the tag GENERATE_HTML is set to YES.
1222 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1230 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1238 # This tag requires that the tag GENERATE_HTML is set to YES.
1242 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1248 # This tag requires that the tag GENERATE_HTML is set to YES.
1252 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1253 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1260 # This tag requires that the tag GENERATE_HTML is set to YES.
1264 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1278 # This tag requires that the tag GENERATE_HTML is set to YES.
1280 HTML_EXTRA_STYLESHEET = doxygen-theme/customdoxygen.css
1287 # files will be copied as-is; there are no commands or markers available.
1288 # This tag requires that the tag GENERATE_HTML is set to YES.
1301 # This tag requires that the tag GENERATE_HTML is set to YES.
1307 # this color. Hue is specified as an angle on a color-wheel, see
1312 # This tag requires that the tag GENERATE_HTML is set to YES.
1317 # in the HTML output. For a value of 0 the output will use gray-scales only. A
1320 # This tag requires that the tag GENERATE_HTML is set to YES.
1331 # This tag requires that the tag GENERATE_HTML is set to YES.
1335 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1337 # to YES can help to show when doxygen was last run and thus if the
1340 # This tag requires that the tag GENERATE_HTML is set to YES.
1342 HTML_TIMESTAMP = YES
1344 # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
1350 # The default value is: YES.
1351 # This tag requires that the tag GENERATE_HTML is set to YES.
1353 HTML_DYNAMIC_MENUS = YES
1355 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1359 # This tag requires that the tag GENERATE_HTML is set to YES.
1372 # This tag requires that the tag GENERATE_HTML is set to YES.
1376 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1387 # This tag requires that the tag GENERATE_HTML is set to YES.
1395 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1402 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1407 # set bundle. This should be a reverse domain-name style string, e.g.
1410 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1415 # the documentation publisher. This should be a reverse domain-name style
1418 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1424 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1428 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1436 # ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe).
1446 # This tag requires that the tag GENERATE_HTML is set to YES.
1453 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1458 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1461 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1466 # (YES) or that it should be included in the main .chm file (NO).
1468 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1474 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1479 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1482 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1486 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1489 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1493 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1498 # This tag requires that the tag GENERATE_HTML is set to YES.
1505 # This tag requires that the tag GENERATE_QHP is set to YES.
1512 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
1514 # This tag requires that the tag GENERATE_QHP is set to YES.
1521 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders).
1523 # This tag requires that the tag GENERATE_QHP is set to YES.
1530 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1531 # This tag requires that the tag GENERATE_QHP is set to YES.
1538 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1539 # This tag requires that the tag GENERATE_QHP is set to YES.
1545 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
1546 # This tag requires that the tag GENERATE_QHP is set to YES.
1551 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
1553 # This tag requires that the tag GENERATE_QHP is set to YES.
1557 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1565 # This tag requires that the tag GENERATE_HTML is set to YES.
1573 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1580 # of each HTML page. A value of NO enables the index and the value YES disables
1582 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1584 # This tag requires that the tag GENERATE_HTML is set to YES.
1588 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1590 # value is set to YES, a side panel will be generated containing a tree-like
1595 # further fine tune the look of the index (see "Fine-tuning the output"). As an
1599 # consider setting DISABLE_INDEX to YES when enabling this option.
1601 # This tag requires that the tag GENERATE_HTML is set to YES.
1605 # When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
1608 # YES). Setting this to YES gives a layout similar to
1613 # This tag requires that the tag GENERATE_HTML is set to YES.
1623 # This tag requires that the tag GENERATE_HTML is set to YES.
1630 # This tag requires that the tag GENERATE_HTML is set to YES.
1634 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1637 # This tag requires that the tag GENERATE_HTML is set to YES.
1641 # If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email
1643 # The default value is: YES.
1644 # This tag requires that the tag GENERATE_HTML is set to YES.
1646 OBFUSCATE_EMAILS = YES
1655 # This tag requires that the tag GENERATE_HTML is set to YES.
1664 # This tag requires that the tag GENERATE_HTML is set to YES.
1676 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1681 # This tag requires that the tag GENERATE_HTML is set to YES.
1692 # This tag requires that the tag USE_MATHJAX is set to YES.
1699 # http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3
1702 # Possible values are: HTML-CSS (which is slower, but has the best
1707 # translated into HTML-CSS) and SVG.
1708 # The default value is: HTML-CSS.
1709 # This tag requires that the tag USE_MATHJAX is set to YES.
1711 MATHJAX_FORMAT = HTML-CSS
1721 # - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
1722 # - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
1723 # This tag requires that the tag USE_MATHJAX is set to YES.
1730 # https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions):
1735 # This tag requires that the tag USE_MATHJAX is set to YES.
1742 # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1744 # This tag requires that the tag USE_MATHJAX is set to YES.
1764 # The default value is: YES.
1765 # This tag requires that the tag GENERATE_HTML is set to YES.
1767 SEARCHENGINE = YES
1777 # This tag requires that the tag SEARCHENGINE is set to YES.
1794 # This tag requires that the tag SEARCHENGINE is set to YES.
1806 # This tag requires that the tag SEARCHENGINE is set to YES.
1814 # This tag requires that the tag SEARCHENGINE is set to YES.
1822 # This tag requires that the tag SEARCHENGINE is set to YES.
1832 # This tag requires that the tag SEARCHENGINE is set to YES.
1836 #---------------------------------------------------------------------------
1838 #---------------------------------------------------------------------------
1840 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1841 # The default value is: YES.
1843 GENERATE_LATEX = YES
1849 # This tag requires that the tag GENERATE_LATEX is set to YES.
1861 # This tag requires that the tag GENERATE_LATEX is set to YES.
1871 # This tag requires that the tag GENERATE_LATEX is set to YES.
1881 # This tag requires that the tag GENERATE_LATEX is set to YES.
1885 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1889 # This tag requires that the tag GENERATE_LATEX is set to YES.
1898 # This tag requires that the tag GENERATE_LATEX is set to YES.
1910 # This tag requires that the tag GENERATE_LATEX is set to YES.
1914 # The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for
1918 # doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty
1922 # Note: Only use a user-defined header if you know what you are doing!
1927 # This tag requires that the tag GENERATE_LATEX is set to YES.
1931 # The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for
1937 # normally uses. Note: Only use a user-defined footer if you know what you are
1939 # This tag requires that the tag GENERATE_LATEX is set to YES.
1943 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1950 # This tag requires that the tag GENERATE_LATEX is set to YES.
1956 # directory. Note that the files will be copied as-is; there are no commands or
1958 # This tag requires that the tag GENERATE_LATEX is set to YES.
1962 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1966 # The default value is: YES.
1967 # This tag requires that the tag GENERATE_LATEX is set to YES.
1969 PDF_HYPERLINKS = YES
1971 # If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
1973 # files. Set this option to YES, to get a higher quality PDF documentation.
1976 # The default value is: YES.
1977 # This tag requires that the tag GENERATE_LATEX is set to YES.
1979 USE_PDFLATEX = YES
1981 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1985 # This tag requires that the tag GENERATE_LATEX is set to YES.
1989 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1992 # This tag requires that the tag GENERATE_LATEX is set to YES.
2000 # This tag requires that the tag GENERATE_LATEX is set to YES.
2004 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
2008 # This tag requires that the tag GENERATE_LATEX is set to YES.
2016 # This tag requires that the tag GENERATE_LATEX is set to YES.
2020 #---------------------------------------------------------------------------
2022 #---------------------------------------------------------------------------
2024 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
2035 # This tag requires that the tag GENERATE_RTF is set to YES.
2039 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
2043 # This tag requires that the tag GENERATE_RTF is set to YES.
2047 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
2055 # This tag requires that the tag GENERATE_RTF is set to YES.
2065 # This tag requires that the tag GENERATE_RTF is set to YES.
2071 # generated using doxygen -e rtf extensionFile.
2072 # This tag requires that the tag GENERATE_RTF is set to YES.
2076 #---------------------------------------------------------------------------
2078 #---------------------------------------------------------------------------
2080 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
2091 # This tag requires that the tag GENERATE_MAN is set to YES.
2100 # This tag requires that the tag GENERATE_MAN is set to YES.
2107 # This tag requires that the tag GENERATE_MAN is set to YES.
2111 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
2116 # This tag requires that the tag GENERATE_MAN is set to YES.
2120 #---------------------------------------------------------------------------
2122 #---------------------------------------------------------------------------
2124 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
2128 GENERATE_XML = YES
2134 # This tag requires that the tag GENERATE_XML is set to YES.
2138 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
2139 # listings (including syntax highlighting and cross-referencing information) to
2142 # The default value is: YES.
2143 # This tag requires that the tag GENERATE_XML is set to YES.
2145 XML_PROGRAMLISTING = YES
2147 # If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
2150 # This tag requires that the tag GENERATE_XML is set to YES.
2154 #---------------------------------------------------------------------------
2156 #---------------------------------------------------------------------------
2158 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
2168 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2172 #---------------------------------------------------------------------------
2174 #---------------------------------------------------------------------------
2176 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2184 #---------------------------------------------------------------------------
2186 #---------------------------------------------------------------------------
2188 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2196 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2200 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2204 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2209 # The default value is: YES.
2210 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2212 PERLMOD_PRETTY = YES
2218 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2222 #---------------------------------------------------------------------------
2224 #---------------------------------------------------------------------------
2226 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2227 # C-preprocessor directives found in the sources and include files.
2228 # The default value is: YES.
2230 ENABLE_PREPROCESSING = YES
2232 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2235 # EXPAND_ONLY_PREDEF to YES.
2237 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2239 MACRO_EXPANSION = YES
2241 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2245 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2247 EXPAND_ONLY_PREDEF = YES
2249 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2251 # The default value is: YES.
2252 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2254 SEARCH_INCLUDES = YES
2260 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2265 # patterns (like *.h and *.hpp) to filter out the header-files in the
2268 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2273 # defined before the preprocessor is started (similar to the -D option of e.g.
2278 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2284 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2289 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2293 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2294 # remove all references to function-like macros that are alone on a line, have
2296 # are typically used for boiler-plate code, and will confuse the parser if not
2298 # The default value is: YES.
2299 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2301 SKIP_FUNCTION_MACROS = YES
2303 #---------------------------------------------------------------------------
2305 #---------------------------------------------------------------------------
2328 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2335 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2338 # The default value is: YES.
2340 EXTERNAL_GROUPS = YES
2342 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2345 # The default value is: YES.
2347 EXTERNAL_PAGES = YES
2349 #---------------------------------------------------------------------------
2351 #---------------------------------------------------------------------------
2360 # If set to YES the inheritance and collaboration graphs will hide inheritance
2362 # The default value is: YES.
2364 HIDE_UNDOC_RELATIONS = YES
2366 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2381 # This tag requires that the tag HAVE_DOT is set to YES.
2394 # This tag requires that the tag HAVE_DOT is set to YES.
2403 # This tag requires that the tag HAVE_DOT is set to YES.
2411 # This tag requires that the tag HAVE_DOT is set to YES.
2417 # This tag requires that the tag HAVE_DOT is set to YES.
2421 # If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a
2424 # otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set
2427 # Possible values are: NO, YES, TEXT and GRAPH.
2428 # The default value is: YES.
2430 CLASS_GRAPH = YES
2432 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2436 # The default value is: YES.
2437 # This tag requires that the tag HAVE_DOT is set to YES.
2439 COLLABORATION_GRAPH = YES
2441 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2444 # The default value is: YES.
2445 # This tag requires that the tag HAVE_DOT is set to YES.
2447 GROUP_GRAPHS = YES
2449 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2453 # This tag requires that the tag HAVE_DOT is set to YES.
2466 # This tag requires that the tag UML_LOOK is set to YES.
2472 # tag is set to YES, doxygen will add type and arguments for attributes and
2477 # Possible values are: NO, YES and NONE.
2479 # This tag requires that the tag UML_LOOK is set to YES.
2488 # This tag requires that the tag HAVE_DOT is set to YES.
2492 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2496 # This tag requires that the tag HAVE_DOT is set to YES.
2501 # YES then doxygen will generate a graph for each documented file showing the
2504 # The default value is: YES.
2505 # This tag requires that the tag HAVE_DOT is set to YES.
2507 INCLUDE_GRAPH = YES
2510 # set to YES then doxygen will generate a graph for each documented file showing
2513 # The default value is: YES.
2514 # This tag requires that the tag HAVE_DOT is set to YES.
2516 INCLUDED_BY_GRAPH = YES
2518 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2526 # This tag requires that the tag HAVE_DOT is set to YES.
2530 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2538 # This tag requires that the tag HAVE_DOT is set to YES.
2542 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2544 # The default value is: YES.
2545 # This tag requires that the tag HAVE_DOT is set to YES.
2547 GRAPHICAL_HIERARCHY = YES
2549 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2553 # The default value is: YES.
2554 # This tag requires that the tag HAVE_DOT is set to YES.
2556 DIRECTORY_GRAPH = YES
2561 # This tag requires that the tag DIRECTORY_GRAPH is set to YES.
2576 # This tag requires that the tag HAVE_DOT is set to YES.
2580 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2588 # This tag requires that the tag HAVE_DOT is set to YES.
2594 # This tag requires that the tag HAVE_DOT is set to YES.
2601 # This tag requires that the tag HAVE_DOT is set to YES.
2643 # This tag requires that the tag HAVE_DOT is set to YES.
2655 # This tag requires that the tag HAVE_DOT is set to YES.
2659 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2660 # files in one run (i.e. multiple -o and -T options on the command line). This
2664 # This tag requires that the tag HAVE_DOT is set to YES.
2666 DOT_MULTI_TARGETS = YES
2668 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2673 # The default value is: YES.
2674 # This tag requires that the tag HAVE_DOT is set to YES.
2676 GENERATE_LEGEND = YES
2678 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate
2683 # The default value is: YES.
2685 DOT_CLEANUP = YES