• Home
  • Raw
  • Download

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
123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
138 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
141 # The default value is: YES.
143 FULL_PATH_NAMES = YES
145 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
146 # Stripping is only done if one of the specified strings matches the left-hand
153 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
157 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
162 # using the -I flag.
166 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
168 # support long names like on DOS, Mac, or CD-ROM.
173 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
174 # first line (until the first dot) of a Javadoc-style comment as the brief
175 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
182 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
183 # line (until the first dot) of a Qt-style comment as the brief description. If
184 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
188 QT_AUTOBRIEF = YES
190 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
191 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
193 # to treat a multi-line C++ comment block as a detailed description. Set this
194 # tag to YES if you prefer the old behavior instead.
196 # Note that setting this tag to YES also means that rational rose comments are
202 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
203 # documentation from any documented member that it re-implements.
204 # The default value is: YES.
206 INHERIT_DOCS = YES
208 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
227 # documentation, which will result in a user-defined paragraph with heading
233 # This tag can be used to specify a number of word-keyword mappings (TCL only).
239 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
245 OPTIMIZE_OUTPUT_FOR_C = YES
247 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
255 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
261 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
269 # extension. Doxygen has a built-in mapping, but you can override or extend it
272 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
286 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
292 # The default value is: YES.
294 MARKDOWN_SUPPORT = YES
296 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
301 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
309 # The default value is: YES.
311 AUTOLINK_SUPPORT = YES
315 # tag to YES in order to let doxygen match functions declarations and
323 # If you use Microsoft's C++/CLI language, you should set this option to YES to
329 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
338 # getter and setter methods for a property. Setting this option to YES will make
343 # The default value is: YES.
345 IDL_PROPERTY_SUPPORT = YES
348 # tag is set to YES then doxygen will reuse the documentation of the first
362 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
367 # The default value is: YES.
369 SUBGROUPING = YES
371 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
382 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
406 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
416 #---------------------------------------------------------------------------
418 #---------------------------------------------------------------------------
420 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
423 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
425 # normally produced when WARNINGS is set to YES.
428 EXTRACT_ALL = YES
430 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
434 EXTRACT_PRIVATE = YES
436 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
442 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
446 EXTRACT_STATIC = YES
448 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
452 # The default value is: YES.
454 EXTRACT_LOCAL_CLASSES = YES
456 # This flag is only useful for Objective-C code. If set to YES, local methods,
464 # If this flag is set to YES, the members of anonymous namespaces will be
473 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
481 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
489 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
496 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
505 # will be excluded. Set it to YES to include the internal documentation.
508 INTERNAL_DOCS = YES
511 # names in lower-case letters. If set to YES, upper-case letters are also
517 CASE_SENSE_NAMES = YES
520 # their full class and namespace scopes in the documentation. If set to YES, the
528 # YES the compound reference will be hidden.
533 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
535 # The default value is: YES.
537 SHOW_INCLUDE_FILES = YES
539 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
546 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
552 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
554 # The default value is: YES.
556 INLINE_INFO = YES
558 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
561 # The default value is: YES.
563 SORT_MEMBER_DOCS = YES
565 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
573 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
585 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
592 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
593 # fully-qualified names, including namespaces. If set to NO, the class list will
595 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
612 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
614 # The default value is: YES.
616 GENERATE_TODOLIST = YES
618 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
620 # The default value is: YES.
622 GENERATE_TESTLIST = YES
624 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
626 # The default value is: YES.
628 GENERATE_BUGLIST = YES
630 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
633 # The default value is: YES.
635 GENERATE_DEPRECATEDLIST= YES
655 # the bottom of the documentation of classes and structs. If set to YES, the
657 # The default value is: YES.
659 SHOW_USED_FILES = YES
664 # The default value is: YES.
666 SHOW_FILES = YES
671 # The default value is: YES.
673 SHOW_NAMESPACES = YES
678 # popen()) the command command input-file, where command is the value of the
679 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
688 # that represents doxygen's defaults, run doxygen with the -l option. You can
708 #---------------------------------------------------------------------------
710 #---------------------------------------------------------------------------
713 # standard output by doxygen. If QUIET is set to YES this implies that the
720 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
724 # The default value is: YES.
726 WARNINGS = YES
728 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
729 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
731 # The default value is: YES.
733 WARN_IF_UNDOCUMENTED = YES
735 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
739 # The default value is: YES.
741 WARN_IF_DOC_ERROR = YES
749 WARN_NO_PARAMDOC = YES
751 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
773 #---------------------------------------------------------------------------
775 #---------------------------------------------------------------------------
787 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
791 # The default value is: UTF-8.
793 INPUT_ENCODING = UTF-8
797 # *.h) to filter out the source-files in the directories.
816 RECURSIVE = YES
862 # *.h) to filter out the source-files in the directories. If left blank all
867 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
884 # <filter> <input-file>
886 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
914 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
916 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
925 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
936 #---------------------------------------------------------------------------
938 #---------------------------------------------------------------------------
940 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
941 # generated. Documented entities will be cross-referenced with these sources.
947 SOURCE_BROWSER = YES
949 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
955 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
958 # The default value is: YES.
960 STRIP_CODE_COMMENTS = YES
962 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
966 REFERENCED_BY_RELATION = YES
968 # If the REFERENCES_RELATION tag is set to YES then for each documented function
972 REFERENCES_RELATION = YES
974 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
975 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
978 # The default value is: YES.
980 REFERENCES_LINK_SOURCE = YES
987 # The default value is: YES.
988 # This tag requires that the tag SOURCE_BROWSER is set to YES.
990 SOURCE_TOOLTIPS = YES
992 # If the USE_HTAGS tag is set to YES then the references to source code will
993 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
999 # - Install the latest version of global
1000 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
1001 # - Make sure the INPUT points to the root of the source tree
1002 # - Run doxygen as normal
1010 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1014 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1018 # The default value is: YES.
1020 VERBATIM_HEADERS = YES
1022 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1025 # rich C++ code for which doxygen's built-in parser lacks the necessary type
1028 # generated with the -Duse-libclang=ON option for CMake.
1037 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1041 #---------------------------------------------------------------------------
1043 #---------------------------------------------------------------------------
1045 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1048 # The default value is: YES.
1050 ALPHABETICAL_INDEX = YES
1055 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1063 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1067 #---------------------------------------------------------------------------
1069 #---------------------------------------------------------------------------
1071 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1072 # The default value is: YES.
1074 GENERATE_HTML = YES
1080 # This tag requires that the tag GENERATE_HTML is set to YES.
1087 # This tag requires that the tag GENERATE_HTML is set to YES.
1091 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1099 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1107 # This tag requires that the tag GENERATE_HTML is set to YES.
1111 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1117 # This tag requires that the tag GENERATE_HTML is set to YES.
1121 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1122 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1129 # This tag requires that the tag GENERATE_HTML is set to YES.
1133 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1142 # This tag requires that the tag GENERATE_HTML is set to YES.
1151 # files will be copied as-is; there are no commands or markers available.
1152 # This tag requires that the tag GENERATE_HTML is set to YES.
1163 # This tag requires that the tag GENERATE_HTML is set to YES.
1171 # This tag requires that the tag GENERATE_HTML is set to YES.
1182 # This tag requires that the tag GENERATE_HTML is set to YES.
1186 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1188 # to YES can help to show when doxygen was last run and thus if the
1191 # This tag requires that the tag GENERATE_HTML is set to YES.
1195 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1199 # This tag requires that the tag GENERATE_HTML is set to YES.
1212 # This tag requires that the tag GENERATE_HTML is set to YES.
1216 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1226 # This tag requires that the tag GENERATE_HTML is set to YES.
1234 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1239 # set bundle. This should be a reverse domain-name style string, e.g.
1242 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1247 # the documentation publisher. This should be a reverse domain-name style
1250 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1256 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1260 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1263 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1274 # This tag requires that the tag GENERATE_HTML is set to YES.
1281 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1286 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1289 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1294 # (YES) or that it should be included in the master .chm file (NO).
1296 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1302 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1307 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1310 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1314 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1317 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1321 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1326 # This tag requires that the tag GENERATE_HTML is set to YES.
1333 # This tag requires that the tag GENERATE_QHP is set to YES.
1339 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1341 # This tag requires that the tag GENERATE_QHP is set to YES.
1347 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1350 # This tag requires that the tag GENERATE_QHP is set to YES.
1356 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1358 # This tag requires that the tag GENERATE_QHP is set to YES.
1364 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1366 # This tag requires that the tag GENERATE_QHP is set to YES.
1372 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1373 # This tag requires that the tag GENERATE_QHP is set to YES.
1378 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1380 # This tag requires that the tag GENERATE_QHP is set to YES.
1384 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1392 # This tag requires that the tag GENERATE_HTML is set to YES.
1400 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1407 # of each HTML page. A value of NO enables the index and the value YES disables
1409 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1411 # This tag requires that the tag GENERATE_HTML is set to YES.
1415 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1417 # value is set to YES, a side panel will be generated containing a tree-like
1422 # further fine-tune the look of the index. As an example, the default style
1426 # DISABLE_INDEX to YES when enabling this option.
1428 # This tag requires that the tag GENERATE_HTML is set to YES.
1430 GENERATE_TREEVIEW = YES
1438 # This tag requires that the tag GENERATE_HTML is set to YES.
1445 # This tag requires that the tag GENERATE_HTML is set to YES.
1449 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1452 # This tag requires that the tag GENERATE_HTML is set to YES.
1461 # This tag requires that the tag GENERATE_HTML is set to YES.
1471 # The default value is: YES.
1472 # This tag requires that the tag GENERATE_HTML is set to YES.
1474 FORMULA_TRANSPARENT = YES
1478 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1483 # This tag requires that the tag GENERATE_HTML is set to YES.
1490 # Possible values are: HTML-CSS (which is slower, but has the best
1492 # The default value is: HTML-CSS.
1493 # This tag requires that the tag USE_MATHJAX is set to YES.
1495 MATHJAX_FORMAT = HTML-CSS
1506 # This tag requires that the tag USE_MATHJAX is set to YES.
1513 # This tag requires that the tag USE_MATHJAX is set to YES.
1521 # This tag requires that the tag USE_MATHJAX is set to YES.
1541 # The default value is: YES.
1542 # This tag requires that the tag GENERATE_HTML is set to YES.
1554 # This tag requires that the tag SEARCHENGINE is set to YES.
1570 # This tag requires that the tag SEARCHENGINE is set to YES.
1581 # This tag requires that the tag SEARCHENGINE is set to YES.
1589 # This tag requires that the tag SEARCHENGINE is set to YES.
1597 # This tag requires that the tag SEARCHENGINE is set to YES.
1607 # This tag requires that the tag SEARCHENGINE is set to YES.
1611 #---------------------------------------------------------------------------
1613 #---------------------------------------------------------------------------
1615 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1616 # The default value is: YES.
1624 # This tag requires that the tag GENERATE_LATEX is set to YES.
1635 # This tag requires that the tag GENERATE_LATEX is set to YES.
1642 # This tag requires that the tag GENERATE_LATEX is set to YES.
1646 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1650 # This tag requires that the tag GENERATE_LATEX is set to YES.
1659 # This tag requires that the tag GENERATE_LATEX is set to YES.
1671 # This tag requires that the tag GENERATE_LATEX is set to YES.
1681 # Note: Only use a user-defined header if you know what you are doing! The
1687 # This tag requires that the tag GENERATE_LATEX is set to YES.
1697 # Note: Only use a user-defined footer if you know what you are doing!
1698 # This tag requires that the tag GENERATE_LATEX is set to YES.
1702 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1709 # This tag requires that the tag GENERATE_LATEX is set to YES.
1715 # directory. Note that the files will be copied as-is; there are no commands or
1717 # This tag requires that the tag GENERATE_LATEX is set to YES.
1721 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1725 # The default value is: YES.
1726 # This tag requires that the tag GENERATE_LATEX is set to YES.
1730 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1731 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1733 # The default value is: YES.
1734 # This tag requires that the tag GENERATE_LATEX is set to YES.
1738 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1743 # This tag requires that the tag GENERATE_LATEX is set to YES.
1747 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1750 # This tag requires that the tag GENERATE_LATEX is set to YES.
1754 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1760 # This tag requires that the tag GENERATE_LATEX is set to YES.
1768 # This tag requires that the tag GENERATE_LATEX is set to YES.
1772 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1776 # This tag requires that the tag GENERATE_LATEX is set to YES.
1780 #---------------------------------------------------------------------------
1782 #---------------------------------------------------------------------------
1784 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1795 # This tag requires that the tag GENERATE_RTF is set to YES.
1799 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1803 # This tag requires that the tag GENERATE_RTF is set to YES.
1807 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1815 # This tag requires that the tag GENERATE_RTF is set to YES.
1825 # This tag requires that the tag GENERATE_RTF is set to YES.
1831 # using doxygen -e rtf extensionFile.
1832 # This tag requires that the tag GENERATE_RTF is set to YES.
1836 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1842 # This tag requires that the tag GENERATE_RTF is set to YES.
1846 #---------------------------------------------------------------------------
1848 #---------------------------------------------------------------------------
1850 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1861 # This tag requires that the tag GENERATE_MAN is set to YES.
1870 # This tag requires that the tag GENERATE_MAN is set to YES.
1877 # This tag requires that the tag GENERATE_MAN is set to YES.
1881 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1886 # This tag requires that the tag GENERATE_MAN is set to YES.
1890 #---------------------------------------------------------------------------
1892 #---------------------------------------------------------------------------
1894 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1904 # This tag requires that the tag GENERATE_XML is set to YES.
1908 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1909 # listings (including syntax highlighting and cross-referencing information) to
1912 # The default value is: YES.
1913 # This tag requires that the tag GENERATE_XML is set to YES.
1915 XML_PROGRAMLISTING = YES
1917 #---------------------------------------------------------------------------
1919 #---------------------------------------------------------------------------
1921 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1931 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1935 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1936 # program listings (including syntax highlighting and cross-referencing
1940 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1944 #---------------------------------------------------------------------------
1946 #---------------------------------------------------------------------------
1948 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1956 #---------------------------------------------------------------------------
1958 #---------------------------------------------------------------------------
1960 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
1968 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
1972 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1976 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
1981 # The default value is: YES.
1982 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1984 PERLMOD_PRETTY = YES
1990 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1994 #---------------------------------------------------------------------------
1996 #---------------------------------------------------------------------------
1998 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
1999 # C-preprocessor directives found in the sources and include files.
2000 # The default value is: YES.
2002 ENABLE_PREPROCESSING = YES
2004 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2007 # EXPAND_ONLY_PREDEF to YES.
2009 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2013 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2017 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2021 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2023 # The default value is: YES.
2024 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2026 SEARCH_INCLUDES = YES
2031 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2036 # patterns (like *.h and *.hpp) to filter out the header-files in the
2039 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2044 # defined before the preprocessor is started (similar to the -D option of e.g.
2049 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2053 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2058 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2062 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2063 # remove all references to function-like macros that are alone on a line, have
2065 # are typically used for boiler-plate code, and will confuse the parser if not
2067 # The default value is: YES.
2068 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2070 SKIP_FUNCTION_MACROS = YES
2072 #---------------------------------------------------------------------------
2074 #---------------------------------------------------------------------------
2097 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2104 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2107 # The default value is: YES.
2109 EXTERNAL_GROUPS = YES
2111 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2114 # The default value is: YES.
2116 EXTERNAL_PAGES = YES
2124 #---------------------------------------------------------------------------
2126 #---------------------------------------------------------------------------
2128 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2133 # The default value is: YES.
2135 CLASS_DIAGRAMS = YES
2153 # If set to YES the inheritance and collaboration graphs will hide inheritance
2155 # The default value is: YES.
2157 HIDE_UNDOC_RELATIONS = YES
2159 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2164 # The default value is: YES.
2174 # This tag requires that the tag HAVE_DOT is set to YES.
2184 # This tag requires that the tag HAVE_DOT is set to YES.
2191 # This tag requires that the tag HAVE_DOT is set to YES.
2198 # This tag requires that the tag HAVE_DOT is set to YES.
2202 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2204 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2205 # The default value is: YES.
2206 # This tag requires that the tag HAVE_DOT is set to YES.
2208 CLASS_GRAPH = YES
2210 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2214 # The default value is: YES.
2215 # This tag requires that the tag HAVE_DOT is set to YES.
2217 COLLABORATION_GRAPH = YES
2219 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2221 # The default value is: YES.
2222 # This tag requires that the tag HAVE_DOT is set to YES.
2224 GROUP_GRAPHS = YES
2226 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2230 # This tag requires that the tag HAVE_DOT is set to YES.
2243 # This tag requires that the tag HAVE_DOT is set to YES.
2247 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2251 # This tag requires that the tag HAVE_DOT is set to YES.
2256 # YES then doxygen will generate a graph for each documented file showing the
2259 # The default value is: YES.
2260 # This tag requires that the tag HAVE_DOT is set to YES.
2262 INCLUDE_GRAPH = YES
2265 # set to YES then doxygen will generate a graph for each documented file showing
2268 # The default value is: YES.
2269 # This tag requires that the tag HAVE_DOT is set to YES.
2271 INCLUDED_BY_GRAPH = YES
2273 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2281 # This tag requires that the tag HAVE_DOT is set to YES.
2283 CALL_GRAPH = YES
2285 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2293 # This tag requires that the tag HAVE_DOT is set to YES.
2297 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2299 # The default value is: YES.
2300 # This tag requires that the tag HAVE_DOT is set to YES.
2302 GRAPHICAL_HIERARCHY = YES
2304 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2308 # The default value is: YES.
2309 # This tag requires that the tag HAVE_DOT is set to YES.
2311 DIRECTORY_GRAPH = YES
2326 # This tag requires that the tag HAVE_DOT is set to YES.
2330 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2338 # This tag requires that the tag HAVE_DOT is set to YES.
2344 # This tag requires that the tag HAVE_DOT is set to YES.
2351 # This tag requires that the tag HAVE_DOT is set to YES.
2393 # 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.
2409 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2414 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2417 # This tag requires that the tag HAVE_DOT is set to YES.
2421 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2422 # files in one run (i.e. multiple -o and -T options on the command line). This
2426 # This tag requires that the tag HAVE_DOT is set to YES.
2430 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2433 # The default value is: YES.
2434 # This tag requires that the tag HAVE_DOT is set to YES.
2436 GENERATE_LEGEND = YES
2438 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2440 # The default value is: YES.
2441 # This tag requires that the tag HAVE_DOT is set to YES.
2443 DOT_CLEANUP = YES