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 #---------------------------------------------------------------------------
806 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
810 # The default value is: UTF-8.
812 INPUT_ENCODING = UTF-8
816 # *.h) to filter out the source-files in the directories.
923 # *.h) to filter out the source-files in the directories. If left blank all
928 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
945 # <filter> <input-file>
947 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
975 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
977 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
986 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
997 #---------------------------------------------------------------------------
999 #---------------------------------------------------------------------------
1001 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
1002 # generated. Documented entities will be cross-referenced with these sources.
1010 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
1016 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
1019 # The default value is: YES.
1021 STRIP_CODE_COMMENTS = YES
1023 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1029 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1035 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1036 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
1039 # The default value is: YES.
1041 REFERENCES_LINK_SOURCE = YES
1048 # The default value is: YES.
1049 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1051 SOURCE_TOOLTIPS = YES
1053 # If the USE_HTAGS tag is set to YES then the references to source code will
1054 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1060 # - Install the latest version of global
1061 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
1062 # - Make sure the INPUT points to the root of the source tree
1063 # - Run doxygen as normal
1071 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1075 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1079 # The default value is: YES.
1081 VERBATIM_HEADERS = YES
1083 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1086 # rich C++ code for which doxygen's built-in parser lacks the necessary type
1089 # generated with the -Duse-libclang=ON option for CMake.
1098 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1102 #---------------------------------------------------------------------------
1104 #---------------------------------------------------------------------------
1106 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1109 # The default value is: YES.
1111 ALPHABETICAL_INDEX = YES
1116 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1124 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1128 #---------------------------------------------------------------------------
1130 #---------------------------------------------------------------------------
1132 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1133 # The default value is: YES.
1135 GENERATE_HTML = YES
1141 # This tag requires that the tag GENERATE_HTML is set to YES.
1148 # This tag requires that the tag GENERATE_HTML is set to YES.
1152 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1160 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1168 # This tag requires that the tag GENERATE_HTML is set to YES.
1172 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1178 # This tag requires that the tag GENERATE_HTML is set to YES.
1182 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1183 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1190 # This tag requires that the tag GENERATE_HTML is set to YES.
1194 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1203 # This tag requires that the tag GENERATE_HTML is set to YES.
1212 # files will be copied as-is; there are no commands or markers available.
1213 # This tag requires that the tag GENERATE_HTML is set to YES.
1224 # This tag requires that the tag GENERATE_HTML is set to YES.
1232 # 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 HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1249 # to YES can help to show when doxygen was last run and thus if the
1252 # This tag requires that the tag GENERATE_HTML is set to YES.
1256 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1260 # This tag requires that the tag GENERATE_HTML is set to YES.
1273 # This tag requires that the tag GENERATE_HTML is set to YES.
1277 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1287 # This tag requires that the tag GENERATE_HTML is set to YES.
1295 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1300 # set bundle. This should be a reverse domain-name style string, e.g.
1303 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1308 # the documentation publisher. This should be a reverse domain-name style
1311 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1317 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1321 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1324 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1335 # This tag requires that the tag GENERATE_HTML is set to YES.
1342 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1347 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1350 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1355 # (YES) or that it should be included in the main .chm file (NO).
1357 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1363 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1368 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1371 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1375 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1378 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1382 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1387 # This tag requires that the tag GENERATE_HTML is set to YES.
1394 # This tag requires that the tag GENERATE_QHP is set to YES.
1400 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1402 # This tag requires that the tag GENERATE_QHP is set to YES.
1408 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1411 # This tag requires that the tag GENERATE_QHP is set to YES.
1417 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1419 # This tag requires that the tag GENERATE_QHP is set to YES.
1425 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1427 # This tag requires that the tag GENERATE_QHP is set to YES.
1433 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1434 # This tag requires that the tag GENERATE_QHP is set to YES.
1439 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1441 # This tag requires that the tag GENERATE_QHP is set to YES.
1445 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1453 # This tag requires that the tag GENERATE_HTML is set to YES.
1461 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1468 # of each HTML page. A value of NO enables the index and the value YES disables
1470 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1472 # This tag requires that the tag GENERATE_HTML is set to YES.
1476 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1478 # value is set to YES, a side panel will be generated containing a tree-like
1483 # further fine-tune the look of the index. As an example, the default style
1487 # DISABLE_INDEX to YES when enabling this option.
1489 # This tag requires that the tag GENERATE_HTML is set to YES.
1491 GENERATE_TREEVIEW = YES
1499 # This tag requires that the tag GENERATE_HTML is set to YES.
1506 # This tag requires that the tag GENERATE_HTML is set to YES.
1510 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1513 # This tag requires that the tag GENERATE_HTML is set to YES.
1522 # This tag requires that the tag GENERATE_HTML is set to YES.
1532 # The default value is: YES.
1533 # This tag requires that the tag GENERATE_HTML is set to YES.
1535 FORMULA_TRANSPARENT = YES
1539 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1544 # This tag requires that the tag GENERATE_HTML is set to YES.
1551 # Possible values are: HTML-CSS (which is slower, but has the best
1553 # The default value is: HTML-CSS.
1554 # This tag requires that the tag USE_MATHJAX is set to YES.
1556 MATHJAX_FORMAT = HTML-CSS
1567 # This tag requires that the tag USE_MATHJAX is set to YES.
1574 # This tag requires that the tag USE_MATHJAX is set to YES.
1582 # This tag requires that the tag USE_MATHJAX is set to YES.
1602 # The default value is: YES.
1603 # This tag requires that the tag GENERATE_HTML is set to YES.
1605 SEARCHENGINE = YES
1615 # This tag requires that the tag SEARCHENGINE is set to YES.
1631 # This tag requires that the tag SEARCHENGINE is set to YES.
1642 # This tag requires that the tag SEARCHENGINE is set to YES.
1650 # This tag requires that the tag SEARCHENGINE is set to YES.
1658 # This tag requires that the tag SEARCHENGINE is set to YES.
1668 # This tag requires that the tag SEARCHENGINE is set to YES.
1672 #---------------------------------------------------------------------------
1674 #---------------------------------------------------------------------------
1676 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1677 # The default value is: YES.
1685 # This tag requires that the tag GENERATE_LATEX is set to YES.
1696 # This tag requires that the tag GENERATE_LATEX is set to YES.
1703 # This tag requires that the tag GENERATE_LATEX is set to YES.
1707 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1711 # This tag requires that the tag GENERATE_LATEX is set to YES.
1720 # This tag requires that the tag GENERATE_LATEX is set to YES.
1732 # This tag requires that the tag GENERATE_LATEX is set to YES.
1742 # Note: Only use a user-defined header if you know what you are doing! The
1748 # This tag requires that the tag GENERATE_LATEX is set to YES.
1758 # Note: Only use a user-defined footer if you know what you are doing!
1759 # This tag requires that the tag GENERATE_LATEX is set to YES.
1763 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1770 # This tag requires that the tag GENERATE_LATEX is set to YES.
1776 # directory. Note that the files will be copied as-is; there are no commands or
1778 # This tag requires that the tag GENERATE_LATEX is set to YES.
1782 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1786 # The default value is: YES.
1787 # This tag requires that the tag GENERATE_LATEX is set to YES.
1789 PDF_HYPERLINKS = YES
1791 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1792 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1794 # The default value is: YES.
1795 # This tag requires that the tag GENERATE_LATEX is set to YES.
1797 USE_PDFLATEX = YES
1799 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1804 # This tag requires that the tag GENERATE_LATEX is set to YES.
1808 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1811 # This tag requires that the tag GENERATE_LATEX is set to YES.
1815 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1821 # This tag requires that the tag GENERATE_LATEX is set to YES.
1829 # This tag requires that the tag GENERATE_LATEX is set to YES.
1833 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1837 # This tag requires that the tag GENERATE_LATEX is set to YES.
1841 #---------------------------------------------------------------------------
1843 #---------------------------------------------------------------------------
1845 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1856 # This tag requires that the tag GENERATE_RTF is set to YES.
1860 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1864 # This tag requires that the tag GENERATE_RTF is set to YES.
1868 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1876 # This tag requires that the tag GENERATE_RTF is set to YES.
1886 # This tag requires that the tag GENERATE_RTF is set to YES.
1892 # using doxygen -e rtf extensionFile.
1893 # This tag requires that the tag GENERATE_RTF is set to YES.
1897 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1903 # This tag requires that the tag GENERATE_RTF is set to YES.
1907 #---------------------------------------------------------------------------
1909 #---------------------------------------------------------------------------
1911 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1922 # This tag requires that the tag GENERATE_MAN is set to YES.
1931 # This tag requires that the tag GENERATE_MAN is set to YES.
1938 # This tag requires that the tag GENERATE_MAN is set to YES.
1942 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1947 # This tag requires that the tag GENERATE_MAN is set to YES.
1951 #---------------------------------------------------------------------------
1953 #---------------------------------------------------------------------------
1955 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1965 # This tag requires that the tag GENERATE_XML is set to YES.
1969 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1970 # listings (including syntax highlighting and cross-referencing information) to
1973 # The default value is: YES.
1974 # This tag requires that the tag GENERATE_XML is set to YES.
1976 XML_PROGRAMLISTING = YES
1978 #---------------------------------------------------------------------------
1980 #---------------------------------------------------------------------------
1982 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1992 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1996 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1997 # program listings (including syntax highlighting and cross-referencing
2001 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2005 #---------------------------------------------------------------------------
2007 #---------------------------------------------------------------------------
2009 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2017 #---------------------------------------------------------------------------
2019 #---------------------------------------------------------------------------
2021 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2029 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2033 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2037 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2042 # The default value is: YES.
2043 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2045 PERLMOD_PRETTY = YES
2051 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2055 #---------------------------------------------------------------------------
2057 #---------------------------------------------------------------------------
2059 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2060 # C-preprocessor directives found in the sources and include files.
2061 # The default value is: YES.
2063 ENABLE_PREPROCESSING = YES
2065 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2068 # EXPAND_ONLY_PREDEF to YES.
2070 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2072 MACRO_EXPANSION = YES
2074 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2078 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2080 EXPAND_ONLY_PREDEF = YES
2082 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2084 # The default value is: YES.
2085 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2087 SEARCH_INCLUDES = YES
2092 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2097 # patterns (like *.h and *.hpp) to filter out the header-files in the
2100 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2105 # defined before the preprocessor is started (similar to the -D option of e.g.
2110 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2114 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2119 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2123 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2124 # remove all references to function-like macros that are alone on a line, have
2126 # are typically used for boiler-plate code, and will confuse the parser if not
2128 # The default value is: YES.
2129 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2131 SKIP_FUNCTION_MACROS = YES
2133 #---------------------------------------------------------------------------
2135 #---------------------------------------------------------------------------
2158 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2165 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2168 # The default value is: YES.
2170 EXTERNAL_GROUPS = YES
2172 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2175 # The default value is: YES.
2177 EXTERNAL_PAGES = YES
2185 #---------------------------------------------------------------------------
2187 #---------------------------------------------------------------------------
2189 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2194 # The default value is: YES.
2196 CLASS_DIAGRAMS = YES
2214 # If set to YES the inheritance and collaboration graphs will hide inheritance
2216 # The default value is: YES.
2218 HIDE_UNDOC_RELATIONS = YES
2220 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2225 # The default value is: YES.
2227 HAVE_DOT = YES
2235 # This tag requires that the tag HAVE_DOT is set to YES.
2245 # This tag requires that the tag HAVE_DOT is set to YES.
2252 # This tag requires that the tag HAVE_DOT is set to YES.
2259 # This tag requires that the tag HAVE_DOT is set to YES.
2263 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2265 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2266 # The default value is: YES.
2267 # This tag requires that the tag HAVE_DOT is set to YES.
2269 CLASS_GRAPH = YES
2271 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2275 # The default value is: YES.
2276 # This tag requires that the tag HAVE_DOT is set to YES.
2280 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2282 # The default value is: YES.
2283 # This tag requires that the tag HAVE_DOT is set to YES.
2285 GROUP_GRAPHS = YES
2287 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2291 # This tag requires that the tag HAVE_DOT is set to YES.
2304 # This tag requires that the tag HAVE_DOT is set to YES.
2308 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2312 # This tag requires that the tag HAVE_DOT is set to YES.
2317 # YES then doxygen will generate a graph for each documented file showing the
2320 # The default value is: YES.
2321 # This tag requires that the tag HAVE_DOT is set to YES.
2323 INCLUDE_GRAPH = YES
2326 # set to YES then doxygen will generate a graph for each documented file showing
2329 # The default value is: YES.
2330 # This tag requires that the tag HAVE_DOT is set to YES.
2332 INCLUDED_BY_GRAPH = YES
2334 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2342 # This tag requires that the tag HAVE_DOT is set to YES.
2346 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2354 # This tag requires that the tag HAVE_DOT is set to YES.
2358 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2360 # The default value is: YES.
2361 # This tag requires that the tag HAVE_DOT is set to YES.
2363 GRAPHICAL_HIERARCHY = YES
2365 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2369 # The default value is: YES.
2370 # This tag requires that the tag HAVE_DOT is set to YES.
2372 DIRECTORY_GRAPH = YES
2387 # This tag requires that the tag HAVE_DOT is set to YES.
2391 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2399 # This tag requires that the tag HAVE_DOT is set to YES.
2405 # This tag requires that the tag HAVE_DOT is set to YES.
2412 # This tag requires that the tag HAVE_DOT is set to YES.
2454 # This tag requires that the tag HAVE_DOT is set to YES.
2466 # This tag requires that the tag HAVE_DOT is set to YES.
2470 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2475 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2478 # This tag requires that the tag HAVE_DOT is set to YES.
2482 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2483 # files in one run (i.e. multiple -o and -T options on the command line). This
2487 # This tag requires that the tag HAVE_DOT is set to YES.
2491 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2494 # The default value is: YES.
2495 # This tag requires that the tag HAVE_DOT is set to YES.
2497 GENERATE_LEGEND = YES
2499 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2501 # The default value is: YES.
2502 # This tag requires that the tag HAVE_DOT is set to YES.
2504 DOT_CLEANUP = YES