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
140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
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-
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
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
255 OPTIMIZE_OUTPUT_FOR_C = YES
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.
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
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
489 HIDE_UNDOC_MEMBERS = YES
491 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
497 HIDE_UNDOC_CLASSES = YES
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
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.
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 #---------------------------------------------------------------------------
797 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
801 # The default value is: UTF-8.
803 INPUT_ENCODING = UTF-8
807 # *.h) to filter out the source-files in the directories.
846 RECURSIVE = YES
893 # *.h) to filter out the source-files in the directories. If left blank all
898 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
915 # <filter> <input-file>
917 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
945 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
947 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
956 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
967 #---------------------------------------------------------------------------
969 #---------------------------------------------------------------------------
971 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
972 # generated. Documented entities will be cross-referenced with these sources.
980 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
986 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
989 # The default value is: YES.
991 STRIP_CODE_COMMENTS = YES
993 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
999 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1005 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1006 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
1009 # The default value is: YES.
1011 REFERENCES_LINK_SOURCE = YES
1018 # The default value is: YES.
1019 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1021 SOURCE_TOOLTIPS = YES
1023 # If the USE_HTAGS tag is set to YES then the references to source code will
1024 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1030 # - Install the latest version of global
1031 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
1032 # - Make sure the INPUT points to the root of the source tree
1033 # - Run doxygen as normal
1041 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1045 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1049 # The default value is: YES.
1053 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1056 # rich C++ code for which doxygen's built-in parser lacks the necessary type
1059 # generated with the -Duse-libclang=ON option for CMake.
1068 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1072 #---------------------------------------------------------------------------
1074 #---------------------------------------------------------------------------
1076 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1079 # The default value is: YES.
1086 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1094 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1098 #---------------------------------------------------------------------------
1100 #---------------------------------------------------------------------------
1102 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1103 # The default value is: YES.
1105 GENERATE_HTML = YES
1111 # This tag requires that the tag GENERATE_HTML is set to YES.
1118 # This tag requires that the tag GENERATE_HTML is set to YES.
1122 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1130 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1138 # This tag requires that the tag GENERATE_HTML is set to YES.
1142 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1148 # This tag requires that the tag GENERATE_HTML is set to YES.
1152 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1153 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1160 # This tag requires that the tag GENERATE_HTML is set to YES.
1164 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1173 # This tag requires that the tag GENERATE_HTML is set to YES.
1182 # files will be copied as-is; there are no commands or markers available.
1183 # This tag requires that the tag GENERATE_HTML is set to YES.
1194 # This tag requires that the tag GENERATE_HTML is set to YES.
1202 # This tag requires that the tag GENERATE_HTML is set to YES.
1213 # This tag requires that the tag GENERATE_HTML is set to YES.
1217 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1219 # to YES can help to show when doxygen was last run and thus if the
1222 # This tag requires that the tag GENERATE_HTML is set to YES.
1226 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1230 # This tag requires that the tag GENERATE_HTML is set to YES.
1243 # This tag requires that the tag GENERATE_HTML is set to YES.
1247 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1257 # This tag requires that the tag GENERATE_HTML is set to YES.
1265 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1270 # set bundle. This should be a reverse domain-name style string, e.g.
1273 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1278 # the documentation publisher. This should be a reverse domain-name style
1281 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1287 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1291 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1294 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1305 # This tag requires that the tag GENERATE_HTML is set to YES.
1312 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1317 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1320 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1325 # (YES) or that it should be included in the master .chm file (NO).
1327 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1333 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1338 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1341 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1345 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1348 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1352 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1357 # This tag requires that the tag GENERATE_HTML is set to YES.
1364 # This tag requires that the tag GENERATE_QHP is set to YES.
1370 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1372 # This tag requires that the tag GENERATE_QHP is set to YES.
1378 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1381 # This tag requires that the tag GENERATE_QHP is set to YES.
1387 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1389 # This tag requires that the tag GENERATE_QHP is set to YES.
1395 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1397 # This tag requires that the tag GENERATE_QHP is set to YES.
1403 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1404 # This tag requires that the tag GENERATE_QHP is set to YES.
1409 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1411 # This tag requires that the tag GENERATE_QHP is set to YES.
1415 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1423 # This tag requires that the tag GENERATE_HTML is set to YES.
1431 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1438 # of each HTML page. A value of NO enables the index and the value YES disables
1440 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1442 # This tag requires that the tag GENERATE_HTML is set to YES.
1446 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1448 # value is set to YES, a side panel will be generated containing a tree-like
1453 # further fine-tune the look of the index. As an example, the default style
1457 # DISABLE_INDEX to YES when enabling this option.
1459 # This tag requires that the tag GENERATE_HTML is set to YES.
1461 GENERATE_TREEVIEW = YES
1469 # This tag requires that the tag GENERATE_HTML is set to YES.
1476 # This tag requires that the tag GENERATE_HTML is set to YES.
1480 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1483 # This tag requires that the tag GENERATE_HTML is set to YES.
1492 # This tag requires that the tag GENERATE_HTML is set to YES.
1502 # The default value is: YES.
1503 # This tag requires that the tag GENERATE_HTML is set to YES.
1505 FORMULA_TRANSPARENT = YES
1509 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1514 # This tag requires that the tag GENERATE_HTML is set to YES.
1521 # Possible values are: HTML-CSS (which is slower, but has the best
1523 # The default value is: HTML-CSS.
1524 # This tag requires that the tag USE_MATHJAX is set to YES.
1526 MATHJAX_FORMAT = HTML-CSS
1537 # This tag requires that the tag USE_MATHJAX is set to YES.
1544 # This tag requires that the tag USE_MATHJAX is set to YES.
1552 # This tag requires that the tag USE_MATHJAX is set to YES.
1572 # The default value is: YES.
1573 # This tag requires that the tag GENERATE_HTML is set to YES.
1575 SEARCHENGINE = YES
1585 # This tag requires that the tag SEARCHENGINE is set to YES.
1601 # This tag requires that the tag SEARCHENGINE is set to YES.
1612 # This tag requires that the tag SEARCHENGINE is set to YES.
1620 # This tag requires that the tag SEARCHENGINE is set to YES.
1628 # This tag requires that the tag SEARCHENGINE is set to YES.
1638 # This tag requires that the tag SEARCHENGINE is set to YES.
1642 #---------------------------------------------------------------------------
1644 #---------------------------------------------------------------------------
1646 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1647 # The default value is: YES.
1655 # This tag requires that the tag GENERATE_LATEX is set to YES.
1666 # This tag requires that the tag GENERATE_LATEX is set to YES.
1673 # This tag requires that the tag GENERATE_LATEX is set to YES.
1677 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1681 # This tag requires that the tag GENERATE_LATEX is set to YES.
1690 # This tag requires that the tag GENERATE_LATEX is set to YES.
1702 # This tag requires that the tag GENERATE_LATEX is set to YES.
1712 # Note: Only use a user-defined header if you know what you are doing! The
1718 # This tag requires that the tag GENERATE_LATEX is set to YES.
1728 # Note: Only use a user-defined footer if you know what you are doing!
1729 # This tag requires that the tag GENERATE_LATEX is set to YES.
1733 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1740 # This tag requires that the tag GENERATE_LATEX is set to YES.
1746 # directory. Note that the files will be copied as-is; there are no commands or
1748 # This tag requires that the tag GENERATE_LATEX is set to YES.
1752 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1756 # The default value is: YES.
1757 # This tag requires that the tag GENERATE_LATEX is set to YES.
1761 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1762 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1764 # The default value is: YES.
1765 # This tag requires that the tag GENERATE_LATEX is set to YES.
1769 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1774 # This tag requires that the tag GENERATE_LATEX is set to YES.
1778 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1781 # This tag requires that the tag GENERATE_LATEX is set to YES.
1785 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1791 # This tag requires that the tag GENERATE_LATEX is set to YES.
1799 # This tag requires that the tag GENERATE_LATEX is set to YES.
1803 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1807 # This tag requires that the tag GENERATE_LATEX is set to YES.
1811 #---------------------------------------------------------------------------
1813 #---------------------------------------------------------------------------
1815 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1826 # This tag requires that the tag GENERATE_RTF is set to YES.
1830 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1834 # This tag requires that the tag GENERATE_RTF is set to YES.
1838 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1846 # This tag requires that the tag GENERATE_RTF is set to YES.
1856 # This tag requires that the tag GENERATE_RTF is set to YES.
1862 # using doxygen -e rtf extensionFile.
1863 # This tag requires that the tag GENERATE_RTF is set to YES.
1867 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1873 # This tag requires that the tag GENERATE_RTF is set to YES.
1877 #---------------------------------------------------------------------------
1879 #---------------------------------------------------------------------------
1881 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1892 # This tag requires that the tag GENERATE_MAN is set to YES.
1901 # This tag requires that the tag GENERATE_MAN is set to YES.
1908 # This tag requires that the tag GENERATE_MAN is set to YES.
1912 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1917 # This tag requires that the tag GENERATE_MAN is set to YES.
1921 #---------------------------------------------------------------------------
1923 #---------------------------------------------------------------------------
1925 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1935 # This tag requires that the tag GENERATE_XML is set to YES.
1939 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1940 # listings (including syntax highlighting and cross-referencing information) to
1943 # The default value is: YES.
1944 # This tag requires that the tag GENERATE_XML is set to YES.
1946 XML_PROGRAMLISTING = YES
1948 #---------------------------------------------------------------------------
1950 #---------------------------------------------------------------------------
1952 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1962 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1966 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1967 # program listings (including syntax highlighting and cross-referencing
1971 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1975 #---------------------------------------------------------------------------
1977 #---------------------------------------------------------------------------
1979 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1987 #---------------------------------------------------------------------------
1989 #---------------------------------------------------------------------------
1991 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
1999 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2003 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2007 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2012 # The default value is: YES.
2013 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2015 PERLMOD_PRETTY = YES
2021 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2025 #---------------------------------------------------------------------------
2027 #---------------------------------------------------------------------------
2029 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2030 # C-preprocessor directives found in the sources and include files.
2031 # The default value is: YES.
2033 ENABLE_PREPROCESSING = YES
2035 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2038 # EXPAND_ONLY_PREDEF to YES.
2040 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2042 MACRO_EXPANSION = YES
2044 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2048 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2052 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2054 # The default value is: YES.
2055 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2057 SEARCH_INCLUDES = YES
2062 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2067 # patterns (like *.h and *.hpp) to filter out the header-files in the
2070 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2075 # defined before the preprocessor is started (similar to the -D option of e.g.
2080 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2143 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2148 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2152 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2153 # remove all references to function-like macros that are alone on a line, have
2155 # are typically used for boiler-plate code, and will confuse the parser if not
2157 # The default value is: YES.
2158 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2162 #---------------------------------------------------------------------------
2164 #---------------------------------------------------------------------------
2187 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2194 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2197 # The default value is: YES.
2199 EXTERNAL_GROUPS = YES
2201 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2204 # The default value is: YES.
2206 EXTERNAL_PAGES = YES
2214 #---------------------------------------------------------------------------
2216 #---------------------------------------------------------------------------
2218 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2223 # The default value is: YES.
2225 CLASS_DIAGRAMS = YES
2243 # If set to YES the inheritance and collaboration graphs will hide inheritance
2245 # The default value is: YES.
2247 HIDE_UNDOC_RELATIONS = YES
2249 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2264 # This tag requires that the tag HAVE_DOT is set to YES.
2274 # This tag requires that the tag HAVE_DOT is set to YES.
2281 # This tag requires that the tag HAVE_DOT is set to YES.
2288 # This tag requires that the tag HAVE_DOT is set to YES.
2292 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2294 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2295 # The default value is: YES.
2296 # This tag requires that the tag HAVE_DOT is set to YES.
2298 CLASS_GRAPH = YES
2300 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2304 # The default value is: YES.
2305 # This tag requires that the tag HAVE_DOT is set to YES.
2307 COLLABORATION_GRAPH = YES
2309 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2311 # The default value is: YES.
2312 # This tag requires that the tag HAVE_DOT is set to YES.
2314 GROUP_GRAPHS = YES
2316 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2320 # This tag requires that the tag HAVE_DOT is set to YES.
2333 # This tag requires that the tag HAVE_DOT is set to YES.
2337 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2341 # This tag requires that the tag HAVE_DOT is set to YES.
2346 # YES then doxygen will generate a graph for each documented file showing the
2349 # The default value is: YES.
2350 # This tag requires that the tag HAVE_DOT is set to YES.
2352 INCLUDE_GRAPH = YES
2355 # set to YES then doxygen will generate a graph for each documented file showing
2358 # The default value is: YES.
2359 # This tag requires that the tag HAVE_DOT is set to YES.
2361 INCLUDED_BY_GRAPH = YES
2363 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2371 # This tag requires that the tag HAVE_DOT is set to YES.
2375 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2383 # This tag requires that the tag HAVE_DOT is set to YES.
2387 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2389 # The default value is: YES.
2390 # This tag requires that the tag HAVE_DOT is set to YES.
2392 GRAPHICAL_HIERARCHY = YES
2394 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2398 # The default value is: YES.
2399 # This tag requires that the tag HAVE_DOT is set to YES.
2401 DIRECTORY_GRAPH = YES
2414 # This tag requires that the tag HAVE_DOT is set to YES.
2418 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2426 # This tag requires that the tag HAVE_DOT is set to YES.
2432 # This tag requires that the tag HAVE_DOT is set to YES.
2439 # This tag requires that the tag HAVE_DOT is set to YES.
2481 # This tag requires that the tag HAVE_DOT is set to YES.
2493 # This tag requires that the tag HAVE_DOT is set to YES.
2497 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2502 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2505 # This tag requires that the tag HAVE_DOT is set to YES.
2509 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2510 # files in one run (i.e. multiple -o and -T options on the command line). This
2514 # This tag requires that the tag HAVE_DOT is set to YES.
2518 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2521 # The default value is: YES.
2522 # This tag requires that the tag HAVE_DOT is set to YES.
2524 GENERATE_LEGEND = YES
2526 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2528 # The default value is: YES.
2529 # This tag requires that the tag HAVE_DOT is set to YES.
2531 DOT_CLEANUP = YES