Lines Matching +full:- +full:- +full:yes
16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
85 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
87 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
88 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
90 # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
99 # The default value is: YES.
101 BRIEF_MEMBER_DESC = YES
103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
108 # The default value is: YES.
110 REPEAT_BRIEF = YES
112 # This tag implements a quasi-intelligent brief description abbreviator that is
116 # text. Otherwise, the brief description is used as-is. If left blank, the
133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
138 ALWAYS_DETAILED_SEC = YES
140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
146 INLINE_INHERITED_MEMB = YES
148 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
151 # The default value is: YES.
153 FULL_PATH_NAMES = YES
155 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
156 # Stripping is only done if one of the specified strings matches the left-hand
163 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
167 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
172 # using the -I flag.
176 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
178 # support long names like on DOS, Mac, or CD-ROM.
183 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
184 # first line (until the first dot) of a Javadoc-style comment as the brief
185 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
190 JAVADOC_AUTOBRIEF = YES
192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
193 # line (until the first dot) of a Qt-style comment as the brief description. If
194 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
200 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
201 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
203 # to treat a multi-line C++ comment block as a detailed description. Set this
204 # tag to YES if you prefer the old behavior instead.
206 # Note that setting this tag to YES also means that rational rose comments are
210 MULTILINE_CPP_IS_BRIEF = YES
212 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
213 # documentation from any documented member that it re-implements.
214 # The default value is: YES.
216 INHERIT_DOCS = YES
218 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
237 # documentation, which will result in a user-defined paragraph with heading
243 # This tag can be used to specify a number of word-keyword mappings (TCL only).
249 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
257 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
265 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
271 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
279 # extension. Doxygen has a built-in mapping, but you can override or extend it
282 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
296 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
302 # The default value is: YES.
304 MARKDOWN_SUPPORT = YES
306 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
311 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
319 # The default value is: YES.
321 AUTOLINK_SUPPORT = YES
325 # tag to YES in order to let doxygen match functions declarations and
333 # If you use Microsoft's C++/CLI language, you should set this option to YES to
339 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
348 # getter and setter methods for a property. Setting this option to YES will make
353 # The default value is: YES.
355 IDL_PROPERTY_SUPPORT = YES
358 # tag is set to YES then doxygen will reuse the documentation of the first
372 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
377 # The default value is: YES.
379 SUBGROUPING = YES
381 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
392 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
416 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
426 #---------------------------------------------------------------------------
428 #---------------------------------------------------------------------------
430 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
433 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
435 # normally produced when WARNINGS is set to YES.
438 EXTRACT_ALL = YES
440 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
446 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
452 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
456 EXTRACT_STATIC = YES
458 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
462 # The default value is: YES.
464 EXTRACT_LOCAL_CLASSES = YES
466 # This flag is only useful for Objective-C code. If set to YES, local methods,
474 # If this flag is set to YES, the members of anonymous namespaces will be
483 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
491 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
499 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
506 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
515 # will be excluded. Set it to YES to include the internal documentation.
521 # names in lower-case letters. If set to YES, upper-case letters are also
527 CASE_SENSE_NAMES = YES
530 # their full class and namespace scopes in the documentation. If set to YES, the
538 # YES the compound reference will be hidden.
543 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
545 # The default value is: YES.
547 SHOW_INCLUDE_FILES = YES
549 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
556 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
562 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
564 # The default value is: YES.
566 INLINE_INFO = YES
568 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
571 # The default value is: YES.
573 SORT_MEMBER_DOCS = YES
575 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
583 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
595 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
602 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
603 # fully-qualified names, including namespaces. If set to NO, the class list will
605 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
622 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
624 # The default value is: YES.
626 GENERATE_TODOLIST = YES
628 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
630 # The default value is: YES.
632 GENERATE_TESTLIST = YES
634 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
636 # The default value is: YES.
638 GENERATE_BUGLIST = YES
640 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
643 # The default value is: YES.
645 GENERATE_DEPRECATEDLIST= YES
665 # the bottom of the documentation of classes and structs. If set to YES, the
667 # The default value is: YES.
669 SHOW_USED_FILES = YES
674 # The default value is: YES.
676 SHOW_FILES = YES
681 # The default value is: YES.
683 SHOW_NAMESPACES = YES
688 # popen()) the command command input-file, where command is the value of the
689 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
698 # that represents doxygen's defaults, run doxygen with the -l option. You can
718 #---------------------------------------------------------------------------
720 #---------------------------------------------------------------------------
723 # standard output by doxygen. If QUIET is set to YES this implies that the
730 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
734 # The default value is: YES.
736 WARNINGS = YES
738 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
739 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
741 # The default value is: YES.
743 WARN_IF_UNDOCUMENTED = YES
745 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
749 # The default value is: YES.
751 WARN_IF_DOC_ERROR = YES
761 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
783 #---------------------------------------------------------------------------
785 #---------------------------------------------------------------------------
807 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
811 # The default value is: UTF-8.
813 INPUT_ENCODING = UTF-8
817 # *.h) to filter out the source-files in the directories.
924 # *.h) to filter out the source-files in the directories. If left blank all
929 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
946 # <filter> <input-file>
948 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
976 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
978 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
987 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
998 #---------------------------------------------------------------------------
1000 #---------------------------------------------------------------------------
1002 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
1003 # generated. Documented entities will be cross-referenced with these sources.
1011 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
1017 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
1020 # The default value is: YES.
1022 STRIP_CODE_COMMENTS = YES
1024 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1030 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1036 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1037 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
1040 # The default value is: YES.
1042 REFERENCES_LINK_SOURCE = YES
1049 # The default value is: YES.
1050 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1052 SOURCE_TOOLTIPS = YES
1054 # If the USE_HTAGS tag is set to YES then the references to source code will
1055 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1061 # - Install the latest version of global
1062 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
1063 # - Make sure the INPUT points to the root of the source tree
1064 # - Run doxygen as normal
1072 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1076 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1080 # The default value is: YES.
1082 VERBATIM_HEADERS = YES
1084 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1087 # rich C++ code for which doxygen's built-in parser lacks the necessary type
1090 # generated with the -Duse-libclang=ON option for CMake.
1099 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1103 #---------------------------------------------------------------------------
1105 #---------------------------------------------------------------------------
1107 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1110 # The default value is: YES.
1112 ALPHABETICAL_INDEX = YES
1117 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1125 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1129 #---------------------------------------------------------------------------
1131 #---------------------------------------------------------------------------
1133 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1134 # The default value is: YES.
1136 GENERATE_HTML = YES
1142 # This tag requires that the tag GENERATE_HTML is set to YES.
1149 # This tag requires that the tag GENERATE_HTML is set to YES.
1153 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1161 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1169 # This tag requires that the tag GENERATE_HTML is set to YES.
1173 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1179 # This tag requires that the tag GENERATE_HTML is set to YES.
1183 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1184 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1191 # This tag requires that the tag GENERATE_HTML is set to YES.
1195 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1204 # This tag requires that the tag GENERATE_HTML is set to YES.
1213 # files will be copied as-is; there are no commands or markers available.
1214 # This tag requires that the tag GENERATE_HTML is set to YES.
1225 # This tag requires that the tag GENERATE_HTML is set to YES.
1233 # This tag requires that the tag GENERATE_HTML is set to YES.
1244 # This tag requires that the tag GENERATE_HTML is set to YES.
1248 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1250 # to YES can help to show when doxygen was last run and thus if the
1253 # This tag requires that the tag GENERATE_HTML is set to YES.
1257 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1261 # This tag requires that the tag GENERATE_HTML is set to YES.
1274 # This tag requires that the tag GENERATE_HTML is set to YES.
1278 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1288 # This tag requires that the tag GENERATE_HTML is set to YES.
1296 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1301 # set bundle. This should be a reverse domain-name style string, e.g.
1304 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1309 # the documentation publisher. This should be a reverse domain-name style
1312 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1318 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1322 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1325 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1336 # This tag requires that the tag GENERATE_HTML is set to YES.
1343 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1348 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1351 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1356 # (YES) or that it should be included in the main .chm file (NO).
1358 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1364 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1369 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1372 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1376 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1379 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1383 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1388 # This tag requires that the tag GENERATE_HTML is set to YES.
1395 # This tag requires that the tag GENERATE_QHP is set to YES.
1401 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1403 # This tag requires that the tag GENERATE_QHP is set to YES.
1409 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1412 # This tag requires that the tag GENERATE_QHP is set to YES.
1418 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1420 # This tag requires that the tag GENERATE_QHP is set to YES.
1426 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1428 # This tag requires that the tag GENERATE_QHP is set to YES.
1434 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1435 # This tag requires that the tag GENERATE_QHP is set to YES.
1440 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1442 # This tag requires that the tag GENERATE_QHP is set to YES.
1446 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1454 # This tag requires that the tag GENERATE_HTML is set to YES.
1462 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1469 # of each HTML page. A value of NO enables the index and the value YES disables
1471 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1473 # This tag requires that the tag GENERATE_HTML is set to YES.
1477 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1479 # value is set to YES, a side panel will be generated containing a tree-like
1484 # further fine-tune the look of the index. As an example, the default style
1488 # DISABLE_INDEX to YES when enabling this option.
1490 # This tag requires that the tag GENERATE_HTML is set to YES.
1492 GENERATE_TREEVIEW = YES
1500 # This tag requires that the tag GENERATE_HTML is set to YES.
1507 # This tag requires that the tag GENERATE_HTML is set to YES.
1511 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1514 # This tag requires that the tag GENERATE_HTML is set to YES.
1523 # This tag requires that the tag GENERATE_HTML is set to YES.
1533 # The default value is: YES.
1534 # This tag requires that the tag GENERATE_HTML is set to YES.
1536 FORMULA_TRANSPARENT = YES
1540 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1545 # This tag requires that the tag GENERATE_HTML is set to YES.
1552 # Possible values are: HTML-CSS (which is slower, but has the best
1554 # The default value is: HTML-CSS.
1555 # This tag requires that the tag USE_MATHJAX is set to YES.
1557 MATHJAX_FORMAT = HTML-CSS
1568 # This tag requires that the tag USE_MATHJAX is set to YES.
1575 # This tag requires that the tag USE_MATHJAX is set to YES.
1583 # This tag requires that the tag USE_MATHJAX is set to YES.
1603 # The default value is: YES.
1604 # This tag requires that the tag GENERATE_HTML is set to YES.
1606 SEARCHENGINE = YES
1616 # This tag requires that the tag SEARCHENGINE is set to YES.
1632 # This tag requires that the tag SEARCHENGINE is set to YES.
1643 # This tag requires that the tag SEARCHENGINE is set to YES.
1651 # This tag requires that the tag SEARCHENGINE is set to YES.
1659 # This tag requires that the tag SEARCHENGINE is set to YES.
1669 # This tag requires that the tag SEARCHENGINE is set to YES.
1673 #---------------------------------------------------------------------------
1675 #---------------------------------------------------------------------------
1677 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1678 # The default value is: YES.
1686 # This tag requires that the tag GENERATE_LATEX is set to YES.
1697 # This tag requires that the tag GENERATE_LATEX is set to YES.
1704 # This tag requires that the tag GENERATE_LATEX is set to YES.
1708 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1712 # This tag requires that the tag GENERATE_LATEX is set to YES.
1721 # This tag requires that the tag GENERATE_LATEX is set to YES.
1733 # This tag requires that the tag GENERATE_LATEX is set to YES.
1743 # Note: Only use a user-defined header if you know what you are doing! The
1749 # This tag requires that the tag GENERATE_LATEX is set to YES.
1759 # Note: Only use a user-defined footer if you know what you are doing!
1760 # This tag requires that the tag GENERATE_LATEX is set to YES.
1764 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1771 # This tag requires that the tag GENERATE_LATEX is set to YES.
1777 # directory. Note that the files will be copied as-is; there are no commands or
1779 # This tag requires that the tag GENERATE_LATEX is set to YES.
1783 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1787 # The default value is: YES.
1788 # This tag requires that the tag GENERATE_LATEX is set to YES.
1790 PDF_HYPERLINKS = YES
1792 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1793 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1795 # The default value is: YES.
1796 # This tag requires that the tag GENERATE_LATEX is set to YES.
1798 USE_PDFLATEX = YES
1800 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1805 # This tag requires that the tag GENERATE_LATEX is set to YES.
1809 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1812 # This tag requires that the tag GENERATE_LATEX is set to YES.
1816 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1822 # This tag requires that the tag GENERATE_LATEX is set to YES.
1830 # This tag requires that the tag GENERATE_LATEX is set to YES.
1834 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1838 # This tag requires that the tag GENERATE_LATEX is set to YES.
1842 #---------------------------------------------------------------------------
1844 #---------------------------------------------------------------------------
1846 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1857 # This tag requires that the tag GENERATE_RTF is set to YES.
1861 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1865 # This tag requires that the tag GENERATE_RTF is set to YES.
1869 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1877 # This tag requires that the tag GENERATE_RTF is set to YES.
1887 # This tag requires that the tag GENERATE_RTF is set to YES.
1893 # using doxygen -e rtf extensionFile.
1894 # This tag requires that the tag GENERATE_RTF is set to YES.
1898 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1904 # This tag requires that the tag GENERATE_RTF is set to YES.
1908 #---------------------------------------------------------------------------
1910 #---------------------------------------------------------------------------
1912 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1923 # This tag requires that the tag GENERATE_MAN is set to YES.
1932 # This tag requires that the tag GENERATE_MAN is set to YES.
1939 # This tag requires that the tag GENERATE_MAN is set to YES.
1943 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1948 # This tag requires that the tag GENERATE_MAN is set to YES.
1952 #---------------------------------------------------------------------------
1954 #---------------------------------------------------------------------------
1956 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1966 # This tag requires that the tag GENERATE_XML is set to YES.
1970 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1971 # listings (including syntax highlighting and cross-referencing information) to
1974 # The default value is: YES.
1975 # This tag requires that the tag GENERATE_XML is set to YES.
1977 XML_PROGRAMLISTING = YES
1979 #---------------------------------------------------------------------------
1981 #---------------------------------------------------------------------------
1983 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1993 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1997 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1998 # program listings (including syntax highlighting and cross-referencing
2002 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2006 #---------------------------------------------------------------------------
2008 #---------------------------------------------------------------------------
2010 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2018 #---------------------------------------------------------------------------
2020 #---------------------------------------------------------------------------
2022 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2030 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2034 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2038 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2043 # The default value is: YES.
2044 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2046 PERLMOD_PRETTY = YES
2052 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2056 #---------------------------------------------------------------------------
2058 #---------------------------------------------------------------------------
2060 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2061 # C-preprocessor directives found in the sources and include files.
2062 # The default value is: YES.
2064 ENABLE_PREPROCESSING = YES
2066 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2069 # EXPAND_ONLY_PREDEF to YES.
2071 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2073 MACRO_EXPANSION = YES
2075 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2079 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2081 EXPAND_ONLY_PREDEF = YES
2083 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2085 # The default value is: YES.
2086 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2088 SEARCH_INCLUDES = YES
2093 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2098 # patterns (like *.h and *.hpp) to filter out the header-files in the
2101 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2106 # defined before the preprocessor is started (similar to the -D option of e.g.
2111 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2115 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2120 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2124 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2125 # remove all references to function-like macros that are alone on a line, have
2127 # are typically used for boiler-plate code, and will confuse the parser if not
2129 # The default value is: YES.
2130 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2132 SKIP_FUNCTION_MACROS = YES
2134 #---------------------------------------------------------------------------
2136 #---------------------------------------------------------------------------
2159 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2166 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2169 # The default value is: YES.
2171 EXTERNAL_GROUPS = YES
2173 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2176 # The default value is: YES.
2178 EXTERNAL_PAGES = YES
2186 #---------------------------------------------------------------------------
2188 #---------------------------------------------------------------------------
2190 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2195 # The default value is: YES.
2197 CLASS_DIAGRAMS = YES
2215 # If set to YES the inheritance and collaboration graphs will hide inheritance
2217 # The default value is: YES.
2219 HIDE_UNDOC_RELATIONS = YES
2221 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2226 # The default value is: YES.
2228 HAVE_DOT = YES
2236 # This tag requires that the tag HAVE_DOT is set to YES.
2246 # This tag requires that the tag HAVE_DOT is set to YES.
2253 # This tag requires that the tag HAVE_DOT is set to YES.
2260 # This tag requires that the tag HAVE_DOT is set to YES.
2264 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2266 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2267 # The default value is: YES.
2268 # This tag requires that the tag HAVE_DOT is set to YES.
2270 CLASS_GRAPH = YES
2272 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2276 # The default value is: YES.
2277 # This tag requires that the tag HAVE_DOT is set to YES.
2281 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2283 # The default value is: YES.
2284 # This tag requires that the tag HAVE_DOT is set to YES.
2286 GROUP_GRAPHS = YES
2288 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2292 # This tag requires that the tag HAVE_DOT is set to YES.
2305 # This tag requires that the tag HAVE_DOT is set to YES.
2309 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2313 # This tag requires that the tag HAVE_DOT is set to YES.
2318 # YES then doxygen will generate a graph for each documented file showing the
2321 # The default value is: YES.
2322 # This tag requires that the tag HAVE_DOT is set to YES.
2324 INCLUDE_GRAPH = YES
2327 # set to YES then doxygen will generate a graph for each documented file showing
2330 # The default value is: YES.
2331 # This tag requires that the tag HAVE_DOT is set to YES.
2333 INCLUDED_BY_GRAPH = YES
2335 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2343 # This tag requires that the tag HAVE_DOT is set to YES.
2347 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2355 # This tag requires that the tag HAVE_DOT is set to YES.
2359 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2361 # The default value is: YES.
2362 # This tag requires that the tag HAVE_DOT is set to YES.
2364 GRAPHICAL_HIERARCHY = YES
2366 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2370 # The default value is: YES.
2371 # This tag requires that the tag HAVE_DOT is set to YES.
2373 DIRECTORY_GRAPH = YES
2388 # This tag requires that the tag HAVE_DOT is set to YES.
2392 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2400 # This tag requires that the tag HAVE_DOT is set to YES.
2406 # This tag requires that the tag HAVE_DOT is set to YES.
2413 # This tag requires that the tag HAVE_DOT is set to YES.
2455 # 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.
2471 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2476 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2479 # This tag requires that the tag HAVE_DOT is set to YES.
2483 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2484 # files in one run (i.e. multiple -o and -T options on the command line). This
2488 # This tag requires that the tag HAVE_DOT is set to YES.
2492 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2495 # The default value is: YES.
2496 # This tag requires that the tag HAVE_DOT is set to YES.
2498 GENERATE_LEGEND = YES
2500 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2502 # The default value is: YES.
2503 # This tag requires that the tag HAVE_DOT is set to YES.
2505 DOT_CLEANUP = YES