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
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
278 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
284 OPTIMIZE_OUTPUT_FOR_C = YES
286 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
294 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
300 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
306 # Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice
316 # extension. Doxygen has a built-in mapping, but you can override or extend it
319 # Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice,
337 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
343 # The default value is: YES.
345 MARKDOWN_SUPPORT = YES
347 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
352 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
361 # with any whitespace replaced by '-' and punctations characters removed..
363 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
371 # The default value is: YES.
373 AUTOLINK_SUPPORT = YES
377 # tag to YES in order to let doxygen match functions declarations and
385 # If you use Microsoft's C++/CLI language, you should set this option to YES to
391 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
400 # getter and setter methods for a property. Setting this option to YES will make
405 # The default value is: YES.
407 IDL_PROPERTY_SUPPORT = YES
410 # tag is set to YES then doxygen will reuse the documentation of the first
424 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
429 # The default value is: YES.
431 SUBGROUPING = YES
433 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
444 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
468 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
494 # Possible values are: YES, NO, DATETIME and DATE.
497 TIMESTAMP = YES
499 #---------------------------------------------------------------------------
501 #---------------------------------------------------------------------------
503 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
506 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
508 # normally produced when WARNINGS is set to YES.
513 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
517 EXTRACT_PRIVATE = YES
519 # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
525 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
531 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
535 EXTRACT_STATIC = YES
537 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
541 # The default value is: YES.
543 EXTRACT_LOCAL_CLASSES = YES
545 # This flag is only useful for Objective-C code. If set to YES, local methods,
551 EXTRACT_LOCAL_METHODS = YES
553 # If this flag is set to YES, the members of anonymous namespaces will be
562 # If this flag is set to YES, the name of an unnamed parameter in a declaration
565 # The default value is: YES.
567 RESOLVE_UNNAMED_PARAMS = YES
569 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
577 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
586 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
593 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
602 # will be excluded. Set it to YES to include the internal documentation.
610 # whose names only differ in casing), the option must be set to YES to properly
618 # YES.
619 # Possible values are: SYSTEM, NO and YES.
622 CASE_SENSE_NAMES = YES
625 # their full class and namespace scopes in the documentation. If set to YES, the
633 # YES the compound reference will be hidden.
638 # If the SHOW_HEADERFILE tag is set to YES then the documentation for a class
640 # The default value is: YES.
642 SHOW_HEADERFILE = YES
644 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
646 # The default value is: YES.
648 SHOW_INCLUDE_FILES = YES
650 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
657 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
663 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
665 # The default value is: YES.
667 INLINE_INFO = YES
669 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
672 # The default value is: YES.
676 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
684 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
696 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
703 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
704 # fully-qualified names, including namespaces. If set to NO, the class list will
706 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
723 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
725 # The default value is: YES.
727 GENERATE_TODOLIST = YES
729 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
731 # The default value is: YES.
733 GENERATE_TESTLIST = YES
735 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
737 # The default value is: YES.
739 GENERATE_BUGLIST = YES
741 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
744 # The default value is: YES.
746 GENERATE_DEPRECATEDLIST= YES
766 # the bottom of the documentation of classes and structs. If set to YES, the
768 # The default value is: YES.
770 SHOW_USED_FILES = YES
775 # The default value is: YES.
777 SHOW_FILES = YES
782 # The default value is: YES.
784 SHOW_NAMESPACES = YES
789 # popen()) the command command input-file, where command is the value of the
790 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
799 # that represents doxygen's defaults, run doxygen with the -l option. You can
820 #---------------------------------------------------------------------------
822 #---------------------------------------------------------------------------
825 # standard output by doxygen. If QUIET is set to YES this implies that the
829 QUIET = YES
832 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
836 # The default value is: YES.
838 WARNINGS = YES
840 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
841 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
843 # The default value is: YES.
847 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
851 # The default value is: YES.
853 WARN_IF_DOC_ERROR = YES
855 # If WARN_IF_INCOMPLETE_DOC is set to YES, doxygen will warn about incomplete
858 # The default value is: YES.
860 WARN_IF_INCOMPLETE_DOC = YES
866 # set to YES then this flag will automatically be disabled. See also
870 WARN_NO_PARAMDOC = YES
872 # If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about
874 # undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag
880 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
883 # at the end of the doxygen process doxygen will return with a non-zero status.
889 # the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case
891 # Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT.
920 # warning and error messages are written to standard error. When as file - is
926 #---------------------------------------------------------------------------
928 #---------------------------------------------------------------------------
939 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
944 # The default value is: UTF-8.
946 INPUT_ENCODING = UTF-8
953 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
960 # *.h) to filter out the source-files in the directories.
982 RECURSIVE = YES
1002 pythonmod/ubmodule-msg.py \
1003 pythonmod/ubmodule-tst.py \
1009 ./ldns-src \
1046 # *.h) to filter out the source-files in the directories. If left blank all
1051 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
1068 # <filter> <input-file>
1070 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1103 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
1105 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
1114 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
1134 #---------------------------------------------------------------------------
1136 #---------------------------------------------------------------------------
1138 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
1139 # generated. Documented entities will be cross-referenced with these sources.
1147 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
1153 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
1156 # The default value is: YES.
1158 STRIP_CODE_COMMENTS = YES
1160 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1164 REFERENCED_BY_RELATION = YES
1166 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1170 REFERENCES_RELATION = YES
1172 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1173 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
1176 # The default value is: YES.
1178 REFERENCES_LINK_SOURCE = YES
1185 # The default value is: YES.
1186 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1188 SOURCE_TOOLTIPS = YES
1190 # If the USE_HTAGS tag is set to YES then the references to source code will
1191 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1197 # - Install the latest version of global
1198 # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
1199 # - Make sure the INPUT points to the root of the source tree
1200 # - Run doxygen as normal
1208 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1212 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1216 # The default value is: YES.
1220 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1224 # which doxygen's built-in parser lacks the necessary type information.
1226 # generated with the -Duse_libclang=ON option for CMake.
1231 # If the CLANG_ASSISTED_PARSING tag is set to YES and the CLANG_ADD_INC_PATHS
1232 # tag is set to YES then doxygen will add the directory of each input to the
1234 # The default value is: YES.
1235 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1237 #CLANG_ADD_INC_PATHS = YES
1243 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1252 # specifying the -p option to a clang tool, such as clang-check. These options
1256 # generated with the -Duse_libclang=ON option for CMake.
1260 #---------------------------------------------------------------------------
1262 #---------------------------------------------------------------------------
1264 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1267 # The default value is: YES.
1269 ALPHABETICAL_INDEX = YES
1276 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1280 #---------------------------------------------------------------------------
1282 #---------------------------------------------------------------------------
1284 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1285 # The default value is: YES.
1287 GENERATE_HTML = YES
1293 # This tag requires that the tag GENERATE_HTML is set to YES.
1300 # This tag requires that the tag GENERATE_HTML is set to YES.
1304 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1312 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1320 # This tag requires that the tag GENERATE_HTML is set to YES.
1324 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1330 # This tag requires that the tag GENERATE_HTML is set to YES.
1334 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1335 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1342 # This tag requires that the tag GENERATE_HTML is set to YES.
1346 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1360 # This tag requires that the tag GENERATE_HTML is set to YES.
1369 # files will be copied as-is; there are no commands or markers available.
1370 # This tag requires that the tag GENERATE_HTML is set to YES.
1383 # This tag requires that the tag GENERATE_HTML is set to YES.
1389 # this color. Hue is specified as an angle on a color-wheel, see
1394 # This tag requires that the tag GENERATE_HTML is set to YES.
1399 # in the HTML output. For a value of 0 the output will use gray-scales only. A
1402 # This tag requires that the tag GENERATE_HTML is set to YES.
1413 # This tag requires that the tag GENERATE_HTML is set to YES.
1417 # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
1423 # The default value is: YES.
1424 # This tag requires that the tag GENERATE_HTML is set to YES.
1426 HTML_DYNAMIC_MENUS = YES
1428 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1432 # This tag requires that the tag GENERATE_HTML is set to YES.
1445 # This tag requires that the tag GENERATE_HTML is set to YES.
1449 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1460 # This tag requires that the tag GENERATE_HTML is set to YES.
1468 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1475 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1480 # set bundle. This should be a reverse domain-name style string, e.g.
1483 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1488 # the documentation publisher. This should be a reverse domain-name style
1491 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1497 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1501 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1509 # ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe).
1519 # This tag requires that the tag GENERATE_HTML is set to YES.
1526 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1531 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1534 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1539 # (YES) or that it should be included in the main .chm file (NO).
1541 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1547 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1552 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1555 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1559 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1562 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1572 # This tag requires that the tag GENERATE_HTML is set to YES.
1576 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1581 # This tag requires that the tag GENERATE_HTML is set to YES.
1588 # This tag requires that the tag GENERATE_QHP is set to YES.
1595 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
1597 # This tag requires that the tag GENERATE_QHP is set to YES.
1604 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders).
1606 # This tag requires that the tag GENERATE_QHP is set to YES.
1613 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1614 # This tag requires that the tag GENERATE_QHP is set to YES.
1621 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1622 # This tag requires that the tag GENERATE_QHP is set to YES.
1628 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
1629 # This tag requires that the tag GENERATE_QHP is set to YES.
1634 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
1636 # This tag requires that the tag GENERATE_QHP is set to YES.
1640 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1648 # This tag requires that the tag GENERATE_HTML is set to YES.
1656 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1663 # of each HTML page. A value of NO enables the index and the value YES disables
1665 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1667 # This tag requires that the tag GENERATE_HTML is set to YES.
1671 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1673 # value is set to YES, a side panel will be generated containing a tree-like
1678 # further fine tune the look of the index (see "Fine-tuning the output"). As an
1682 # consider setting DISABLE_INDEX to YES when enabling this option.
1684 # This tag requires that the tag GENERATE_HTML is set to YES.
1688 # When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
1691 # YES). Setting this to YES gives a layout similar to
1696 # This tag requires that the tag GENERATE_HTML is set to YES.
1706 # This tag requires that the tag GENERATE_HTML is set to YES.
1713 # This tag requires that the tag GENERATE_HTML is set to YES.
1717 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1720 # This tag requires that the tag GENERATE_HTML is set to YES.
1724 # If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email
1726 # The default value is: YES.
1727 # This tag requires that the tag GENERATE_HTML is set to YES.
1729 OBFUSCATE_EMAILS = YES
1738 # This tag requires that the tag GENERATE_HTML is set to YES.
1747 # This tag requires that the tag GENERATE_HTML is set to YES.
1759 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1764 # This tag requires that the tag GENERATE_HTML is set to YES.
1775 # This tag requires that the tag USE_MATHJAX is set to YES.
1782 # http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3
1785 # Possible values are: HTML-CSS (which is slower, but has the best
1790 # translated into HTML-CSS) and SVG.
1791 # The default value is: HTML-CSS.
1792 # This tag requires that the tag USE_MATHJAX is set to YES.
1794 MATHJAX_FORMAT = HTML-CSS
1804 # - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
1805 # - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
1806 # This tag requires that the tag USE_MATHJAX is set to YES.
1813 # https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions):
1818 # This tag requires that the tag USE_MATHJAX is set to YES.
1825 # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1827 # This tag requires that the tag USE_MATHJAX is set to YES.
1847 # The default value is: YES.
1848 # This tag requires that the tag GENERATE_HTML is set to YES.
1860 # This tag requires that the tag SEARCHENGINE is set to YES.
1877 # This tag requires that the tag SEARCHENGINE is set to YES.
1889 # This tag requires that the tag SEARCHENGINE is set to YES.
1897 # This tag requires that the tag SEARCHENGINE is set to YES.
1905 # This tag requires that the tag SEARCHENGINE is set to YES.
1915 # This tag requires that the tag SEARCHENGINE is set to YES.
1919 #---------------------------------------------------------------------------
1921 #---------------------------------------------------------------------------
1923 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1924 # The default value is: YES.
1932 # This tag requires that the tag GENERATE_LATEX is set to YES.
1944 # This tag requires that the tag GENERATE_LATEX is set to YES.
1954 # This tag requires that the tag GENERATE_LATEX is set to YES.
1964 # This tag requires that the tag GENERATE_LATEX is set to YES.
1968 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1972 # This tag requires that the tag GENERATE_LATEX is set to YES.
1981 # This tag requires that the tag GENERATE_LATEX is set to YES.
1993 # This tag requires that the tag GENERATE_LATEX is set to YES.
1997 # The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for
2001 # doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty
2005 # Note: Only use a user-defined header if you know what you are doing!
2010 # This tag requires that the tag GENERATE_LATEX is set to YES.
2014 # The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for
2020 # normally uses. Note: Only use a user-defined footer if you know what you are
2022 # This tag requires that the tag GENERATE_LATEX is set to YES.
2026 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
2033 # This tag requires that the tag GENERATE_LATEX is set to YES.
2039 # directory. Note that the files will be copied as-is; there are no commands or
2041 # This tag requires that the tag GENERATE_LATEX is set to YES.
2045 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
2049 # The default value is: YES.
2050 # This tag requires that the tag GENERATE_LATEX is set to YES.
2054 # If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
2056 # files. Set this option to YES, to get a higher quality PDF documentation.
2059 # The default value is: YES.
2060 # This tag requires that the tag GENERATE_LATEX is set to YES.
2065 # Possible values are: NO same as ERROR_STOP, YES same as BATCH, BATCH In batch
2075 # This tag requires that the tag GENERATE_LATEX is set to YES.
2079 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
2082 # This tag requires that the tag GENERATE_LATEX is set to YES.
2090 # This tag requires that the tag GENERATE_LATEX is set to YES.
2098 # This tag requires that the tag GENERATE_LATEX is set to YES.
2102 #---------------------------------------------------------------------------
2104 #---------------------------------------------------------------------------
2106 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
2117 # This tag requires that the tag GENERATE_RTF is set to YES.
2121 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
2125 # This tag requires that the tag GENERATE_RTF is set to YES.
2129 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
2137 # This tag requires that the tag GENERATE_RTF is set to YES.
2147 # This tag requires that the tag GENERATE_RTF is set to YES.
2153 # generated using doxygen -e rtf extensionFile.
2154 # This tag requires that the tag GENERATE_RTF is set to YES.
2158 #---------------------------------------------------------------------------
2160 #---------------------------------------------------------------------------
2162 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
2173 # This tag requires that the tag GENERATE_MAN is set to YES.
2182 # This tag requires that the tag GENERATE_MAN is set to YES.
2189 # This tag requires that the tag GENERATE_MAN is set to YES.
2193 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
2198 # This tag requires that the tag GENERATE_MAN is set to YES.
2202 #---------------------------------------------------------------------------
2204 #---------------------------------------------------------------------------
2206 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
2210 GENERATE_XML = YES
2216 # This tag requires that the tag GENERATE_XML is set to YES.
2220 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
2221 # listings (including syntax highlighting and cross-referencing information) to
2224 # The default value is: YES.
2225 # This tag requires that the tag GENERATE_XML is set to YES.
2227 XML_PROGRAMLISTING = YES
2229 # If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
2232 # This tag requires that the tag GENERATE_XML is set to YES.
2236 #---------------------------------------------------------------------------
2238 #---------------------------------------------------------------------------
2240 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
2250 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2254 #---------------------------------------------------------------------------
2256 #---------------------------------------------------------------------------
2258 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2266 #---------------------------------------------------------------------------
2268 #---------------------------------------------------------------------------
2270 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2278 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2282 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2286 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2291 # The default value is: YES.
2292 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2294 PERLMOD_PRETTY = YES
2300 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2304 #---------------------------------------------------------------------------
2306 #---------------------------------------------------------------------------
2308 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2309 # C-preprocessor directives found in the sources and include files.
2310 # The default value is: YES.
2312 ENABLE_PREPROCESSING = YES
2314 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2317 # EXPAND_ONLY_PREDEF to YES.
2319 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2321 MACRO_EXPANSION = YES
2323 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2327 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2329 EXPAND_ONLY_PREDEF = YES
2331 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2333 # The default value is: YES.
2334 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2336 SEARCH_INCLUDES = YES
2342 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2347 # patterns (like *.h and *.hpp) to filter out the header-files in the
2350 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2355 # defined before the preprocessor is started (similar to the -D option of e.g.
2360 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2364 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2369 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2373 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2374 # remove all references to function-like macros that are alone on a line, have
2376 # are typically used for boiler-plate code, and will confuse the parser if not
2378 # The default value is: YES.
2379 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2381 SKIP_FUNCTION_MACROS = YES
2383 #---------------------------------------------------------------------------
2385 #---------------------------------------------------------------------------
2408 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2415 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2418 # The default value is: YES.
2420 EXTERNAL_GROUPS = YES
2422 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2425 # The default value is: YES.
2427 EXTERNAL_PAGES = YES
2429 #---------------------------------------------------------------------------
2431 #---------------------------------------------------------------------------
2433 # If set to YES the inheritance and collaboration graphs will hide inheritance
2435 # The default value is: YES.
2437 HIDE_UNDOC_RELATIONS = YES
2439 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2454 # This tag requires that the tag HAVE_DOT is set to YES.
2467 # This tag requires that the tag HAVE_DOT is set to YES.
2476 # This tag requires that the tag HAVE_DOT is set to YES.
2484 # This tag requires that the tag HAVE_DOT is set to YES.
2490 # This tag requires that the tag HAVE_DOT is set to YES.
2494 # If the CLASS_GRAPH tag is set to YES or GRAPH or BUILTIN then doxygen will
2496 # inheritance relations. In case the CLASS_GRAPH tag is set to YES or GRAPH and
2498 # the CLASS_GRAPH tag is set to YES and HAVE_DOT is disabled or if the
2499 # CLASS_GRAPH tag is set to BUILTIN, then the built-in generator will be used.
2502 # Possible values are: NO, YES, TEXT, GRAPH and BUILTIN.
2503 # The default value is: YES.
2505 CLASS_GRAPH = YES
2507 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2511 # The default value is: YES.
2512 # This tag requires that the tag HAVE_DOT is set to YES.
2514 COLLABORATION_GRAPH = YES
2516 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2519 # The default value is: YES.
2520 # This tag requires that the tag HAVE_DOT is set to YES.
2522 GROUP_GRAPHS = YES
2524 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2528 # This tag requires that the tag HAVE_DOT is set to YES.
2541 # This tag requires that the tag UML_LOOK is set to YES.
2547 # tag is set to YES, doxygen will add type and arguments for attributes and
2552 # Possible values are: NO, YES and NONE.
2554 # This tag requires that the tag UML_LOOK is set to YES.
2563 # This tag requires that the tag HAVE_DOT is set to YES.
2567 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2571 # This tag requires that the tag HAVE_DOT is set to YES.
2576 # YES then doxygen will generate a graph for each documented file showing the
2579 # The default value is: YES.
2580 # This tag requires that the tag HAVE_DOT is set to YES.
2582 INCLUDE_GRAPH = YES
2585 # set to YES then doxygen will generate a graph for each documented file showing
2588 # The default value is: YES.
2589 # This tag requires that the tag HAVE_DOT is set to YES.
2591 INCLUDED_BY_GRAPH = YES
2593 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2601 # This tag requires that the tag HAVE_DOT is set to YES.
2605 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2613 # This tag requires that the tag HAVE_DOT is set to YES.
2617 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2619 # The default value is: YES.
2620 # This tag requires that the tag HAVE_DOT is set to YES.
2622 GRAPHICAL_HIERARCHY = YES
2624 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2628 # The default value is: YES.
2629 # This tag requires that the tag HAVE_DOT is set to YES.
2631 DIRECTORY_GRAPH = YES
2636 # This tag requires that the tag DIRECTORY_GRAPH is set to YES.
2651 # This tag requires that the tag HAVE_DOT is set to YES.
2655 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2663 # This tag requires that the tag HAVE_DOT is set to YES.
2669 # This tag requires that the tag HAVE_DOT is set to YES.
2676 # This tag requires that the tag HAVE_DOT is set to YES.
2719 # This tag requires that the tag HAVE_DOT is set to YES.
2731 # This tag requires that the tag HAVE_DOT is set to YES.
2735 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2736 # files in one run (i.e. multiple -o and -T options on the command line). This
2740 # This tag requires that the tag HAVE_DOT is set to YES.
2744 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2749 # The default value is: YES.
2750 # This tag requires that the tag HAVE_DOT is set to YES.
2752 GENERATE_LEGEND = YES
2754 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate
2759 # The default value is: YES.
2761 DOT_CLEANUP = YES
2765 # use a built-in version of mscgen tool to produce the charts. Alternatively,
2767 # specifying prog as the value, doxygen will call the tool as prog -T
2768 # <outfile_format> -o <outputfile> <inputfile>. The external tool should support