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-
76 # Possible values are: Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-
78 # Finnish, French, German, Greek, Hungarian, Italian, Japanese, Japanese-en,
79 # Korean, Korean-en, Latvian, Norwegian, Macedonian, Persian, Polish,
86 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
89 # The default value is: YES.
91 BRIEF_MEMBER_DESC = YES
93 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
98 # The default value is: YES.
100 REPEAT_BRIEF = YES
102 # This tag implements a quasi-intelligent brief description abbreviator that is
106 # 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-
180 JAVADOC_AUTOBRIEF = YES
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
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
227 # documentation, which will result in a user-defined paragraph with heading
236 # This tag can be used to specify a number of word-keyword mappings (TCL only).
242 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
250 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
258 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
264 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
272 # extension. Doxygen has a built-in mapping, but you can override or extend it
275 # C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL. For instance to make
286 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
292 # The default value is: YES.
294 MARKDOWN_SUPPORT = YES
300 # The default value is: YES.
302 AUTOLINK_SUPPORT = YES
306 # tag to YES in order to let doxygen match functions declarations and
312 BUILTIN_STL_SUPPORT = YES
314 # If you use Microsoft's C++/CLI language, you should set this option to YES to
320 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
329 # getter and setter methods for a property. Setting this option to YES will make
334 # The default value is: YES.
336 IDL_PROPERTY_SUPPORT = YES
339 # tag is set to YES, then doxygen will reuse the documentation of the first
346 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
351 # The default value is: YES.
353 SUBGROUPING = YES
355 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
366 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
390 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
400 #---------------------------------------------------------------------------
402 #---------------------------------------------------------------------------
404 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
407 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
409 # normally produced when WARNINGS is set to YES.
412 EXTRACT_ALL = YES
414 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
420 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
426 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be
430 EXTRACT_STATIC = YES
432 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
436 # The default value is: YES.
440 # This flag is only useful for Objective-C code. When set to YES local methods,
448 # If this flag is set to YES, the members of anonymous namespaces will be
457 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
465 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
473 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
480 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
489 # will be excluded. Set it to YES to include the internal documentation.
492 INTERNAL_DOCS = YES
495 # names in lower-case letters. If set to YES upper-case letters are also
504 # their full class and namespace scopes in the documentation. If set to YES the
510 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
512 # The default value is: YES.
514 SHOW_INCLUDE_FILES = YES
516 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
522 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
524 # The default value is: YES.
526 INLINE_INFO = YES
528 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
531 # The default value is: YES.
533 SORT_MEMBER_DOCS = YES
535 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
542 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
554 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
561 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
562 # fully-qualified names, including namespaces. If set to NO, the class list will
564 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
569 SORT_BY_SCOPE_NAME = YES
581 # The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the
584 # The default value is: YES.
586 GENERATE_TODOLIST = YES
588 # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the
591 # The default value is: YES.
595 # The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug
597 # The default value is: YES.
601 # The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO)
604 # The default value is: YES.
606 GENERATE_DEPRECATEDLIST= YES
626 # the bottom of the documentation of classes and structs. If set to YES the list
628 # The default value is: YES.
630 SHOW_USED_FILES = YES
635 # The default value is: YES.
637 SHOW_FILES = YES
642 # The default value is: YES.
644 SHOW_NAMESPACES = YES
649 # popen()) the command command input-file, where command is the value of the
650 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
659 # that represents doxygen's defaults, run doxygen with the -l option. You can
680 #---------------------------------------------------------------------------
682 #---------------------------------------------------------------------------
685 # standard output by doxygen. If QUIET is set to YES this implies that the
692 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
696 # The default value is: YES.
698 WARNINGS = YES
700 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
701 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
703 # The default value is: YES.
705 WARN_IF_UNDOCUMENTED = YES
707 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
711 # The default value is: YES.
713 WARN_IF_DOC_ERROR = YES
739 #---------------------------------------------------------------------------
741 #---------------------------------------------------------------------------
754 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
758 # The default value is: UTF-8.
760 INPUT_ENCODING = UTF-8
764 # *.h) to filter out the source-files in the directories. If left blank the
780 RECURSIVE = YES
826 # *.h) to filter out the source-files in the directories. If left blank all
831 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
848 # <filter> <input-file>
850 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
870 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
872 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
881 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
892 #---------------------------------------------------------------------------
894 #---------------------------------------------------------------------------
896 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
897 # generated. Documented entities will be cross-referenced with these sources.
903 SOURCE_BROWSER = YES
905 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
911 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
914 # The default value is: YES.
916 STRIP_CODE_COMMENTS = YES
918 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
922 REFERENCED_BY_RELATION = YES
924 # If the REFERENCES_RELATION tag is set to YES then for each documented function
928 REFERENCES_RELATION = YES
930 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
931 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and
934 # The default value is: YES.
936 REFERENCES_LINK_SOURCE = YES
943 # The default value is: YES.
944 # This tag requires that the tag SOURCE_BROWSER is set to YES.
946 SOURCE_TOOLTIPS = YES
948 # If the USE_HTAGS tag is set to YES then the references to source code will
949 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
955 # - Install the latest version of global
956 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
957 # - Make sure the INPUT points to the root of the source tree
958 # - Run doxygen as normal
966 # This tag requires that the tag SOURCE_BROWSER is set to YES.
970 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
974 # The default value is: YES.
976 VERBATIM_HEADERS = YES
978 #---------------------------------------------------------------------------
980 #---------------------------------------------------------------------------
982 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
985 # The default value is: YES.
987 ALPHABETICAL_INDEX = YES
993 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1001 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1005 #---------------------------------------------------------------------------
1007 #---------------------------------------------------------------------------
1009 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1010 # The default value is: YES.
1012 GENERATE_HTML = YES
1018 # This tag requires that the tag GENERATE_HTML is set to YES.
1025 # This tag requires that the tag GENERATE_HTML is set to YES.
1029 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1037 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1045 # This tag requires that the tag GENERATE_HTML is set to YES.
1049 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1055 # This tag requires that the tag GENERATE_HTML is set to YES.
1059 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1060 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1067 # This tag requires that the tag GENERATE_HTML is set to YES.
1071 # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
1078 # This tag requires that the tag GENERATE_HTML is set to YES.
1087 # files will be copied as-is; there are no commands or markers available.
1088 # This tag requires that the tag GENERATE_HTML is set to YES.
1099 # This tag requires that the tag GENERATE_HTML is set to YES.
1107 # 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 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1125 # The default value is: YES.
1126 # This tag requires that the tag GENERATE_HTML is set to YES.
1128 HTML_TIMESTAMP = YES
1130 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1134 # This tag requires that the tag GENERATE_HTML is set to YES.
1136 HTML_DYNAMIC_SECTIONS = YES
1147 # This tag requires that the tag GENERATE_HTML is set to YES.
1151 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1161 # This tag requires that the tag GENERATE_HTML is set to YES.
1169 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1174 # set bundle. This should be a reverse domain-name style string, e.g.
1177 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1182 # the documentation publisher. This should be a reverse domain-name style
1185 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1191 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1195 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1198 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1209 # This tag requires that the tag GENERATE_HTML is set to YES.
1216 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1218 CHM_FILE = jsoncpp-%JSONCPP_VERSION%.chm
1221 # including file name) of the HTML help compiler ( hhc.exe). If non-empty
1224 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1229 # YES) or that it should be included in the master .chm file ( NO).
1231 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1233 GENERATE_CHI = YES
1237 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1242 # YES) or a normal table of contents ( NO) in the .chm file.
1244 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1246 BINARY_TOC = YES
1248 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1251 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1253 TOC_EXPAND = YES
1255 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1260 # This tag requires that the tag GENERATE_HTML is set to YES.
1267 # This tag requires that the tag GENERATE_QHP is set to YES.
1273 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1275 # This tag requires that the tag GENERATE_QHP is set to YES.
1281 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1284 # This tag requires that the tag GENERATE_QHP is set to YES.
1290 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1292 # This tag requires that the tag GENERATE_QHP is set to YES.
1298 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1300 # This tag requires that the tag GENERATE_QHP is set to YES.
1306 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1307 # This tag requires that the tag GENERATE_QHP is set to YES.
1312 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1314 # This tag requires that the tag GENERATE_QHP is set to YES.
1318 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1326 # This tag requires that the tag GENERATE_HTML is set to YES.
1334 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1341 # of each HTML page. A value of NO enables the index and the value YES disables
1343 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1345 # This tag requires that the tag GENERATE_HTML is set to YES.
1349 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1351 # value is set to YES, a side panel will be generated containing a tree-like
1356 # further fine-tune the look of the index. As an example, the default style
1360 # DISABLE_INDEX to YES when enabling this option.
1362 # This tag requires that the tag GENERATE_HTML is set to YES.
1372 # This tag requires that the tag GENERATE_HTML is set to YES.
1379 # This tag requires that the tag GENERATE_HTML is set to YES.
1383 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1386 # This tag requires that the tag GENERATE_HTML is set to YES.
1395 # This tag requires that the tag GENERATE_HTML is set to YES.
1405 # The default value is: YES.
1406 # This tag requires that the tag GENERATE_HTML is set to YES.
1408 FORMULA_TRANSPARENT = YES
1417 # This tag requires that the tag GENERATE_HTML is set to YES.
1424 # Possible values are: HTML-CSS (which is slower, but has the best
1426 # The default value is: HTML-CSS.
1427 # This tag requires that the tag USE_MATHJAX is set to YES.
1429 MATHJAX_FORMAT = HTML-CSS
1440 # This tag requires that the tag USE_MATHJAX is set to YES.
1447 # This tag requires that the tag USE_MATHJAX is set to YES.
1455 # This tag requires that the tag USE_MATHJAX is set to YES.
1475 # The default value is: YES.
1476 # This tag requires that the tag GENERATE_HTML is set to YES.
1488 # This tag requires that the tag SEARCHENGINE is set to YES.
1504 # This tag requires that the tag SEARCHENGINE is set to YES.
1515 # This tag requires that the tag SEARCHENGINE is set to YES.
1523 # This tag requires that the tag SEARCHENGINE is set to YES.
1531 # This tag requires that the tag SEARCHENGINE is set to YES.
1541 # This tag requires that the tag SEARCHENGINE is set to YES.
1545 #---------------------------------------------------------------------------
1547 #---------------------------------------------------------------------------
1549 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1550 # The default value is: YES.
1558 # This tag requires that the tag GENERATE_LATEX is set to YES.
1569 # This tag requires that the tag GENERATE_LATEX is set to YES.
1576 # This tag requires that the tag GENERATE_LATEX is set to YES.
1580 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1584 # This tag requires that the tag GENERATE_LATEX is set to YES.
1593 # This tag requires that the tag GENERATE_LATEX is set to YES.
1602 # This tag requires that the tag GENERATE_LATEX is set to YES.
1612 # Note: Only use a user-defined header if you know what you are doing! The
1618 # This tag requires that the tag GENERATE_LATEX is set to YES.
1626 # Note: Only use a user-defined footer if you know what you are doing!
1627 # This tag requires that the tag GENERATE_LATEX is set to YES.
1633 # directory. Note that the files will be copied as-is; there are no commands or
1635 # This tag requires that the tag GENERATE_LATEX is set to YES.
1639 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1643 # The default value is: YES.
1644 # This tag requires that the tag GENERATE_LATEX is set to YES.
1648 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1649 # the PDF file directly from the LaTeX files. Set this option to YES to get a
1651 # The default value is: YES.
1652 # This tag requires that the tag GENERATE_LATEX is set to YES.
1656 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1661 # This tag requires that the tag GENERATE_LATEX is set to YES.
1665 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1668 # This tag requires that the tag GENERATE_LATEX is set to YES.
1672 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1678 # This tag requires that the tag GENERATE_LATEX is set to YES.
1686 # This tag requires that the tag GENERATE_LATEX is set to YES.
1690 #---------------------------------------------------------------------------
1692 #---------------------------------------------------------------------------
1694 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1705 # This tag requires that the tag GENERATE_RTF is set to YES.
1709 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1713 # This tag requires that the tag GENERATE_RTF is set to YES.
1717 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1725 # This tag requires that the tag GENERATE_RTF is set to YES.
1735 # This tag requires that the tag GENERATE_RTF is set to YES.
1741 # using doxygen -e rtf extensionFile.
1742 # This tag requires that the tag GENERATE_RTF is set to YES.
1746 #---------------------------------------------------------------------------
1748 #---------------------------------------------------------------------------
1750 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1761 # This tag requires that the tag GENERATE_MAN is set to YES.
1770 # This tag requires that the tag GENERATE_MAN is set to YES.
1774 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1779 # This tag requires that the tag GENERATE_MAN is set to YES.
1783 #---------------------------------------------------------------------------
1785 #---------------------------------------------------------------------------
1787 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1797 # This tag requires that the tag GENERATE_XML is set to YES.
1803 # This tag requires that the tag GENERATE_XML is set to YES.
1809 # This tag requires that the tag GENERATE_XML is set to YES.
1813 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1814 # listings (including syntax highlighting and cross-referencing information) to
1817 # The default value is: YES.
1818 # This tag requires that the tag GENERATE_XML is set to YES.
1820 XML_PROGRAMLISTING = YES
1822 #---------------------------------------------------------------------------
1824 #---------------------------------------------------------------------------
1826 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1836 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1840 #---------------------------------------------------------------------------
1842 #---------------------------------------------------------------------------
1844 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1852 #---------------------------------------------------------------------------
1854 #---------------------------------------------------------------------------
1856 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1864 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1868 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1872 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1877 # The default value is: YES.
1878 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1880 PERLMOD_PRETTY = YES
1886 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1890 #---------------------------------------------------------------------------
1892 #---------------------------------------------------------------------------
1894 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1895 # C-preprocessor directives found in the sources and include files.
1896 # The default value is: YES.
1898 ENABLE_PREPROCESSING = YES
1900 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1903 # EXPAND_ONLY_PREDEF to YES.
1905 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1907 MACRO_EXPANSION = YES
1909 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1913 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1917 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1919 # The default value is: YES.
1920 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1922 SEARCH_INCLUDES = YES
1927 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1932 # patterns (like *.h and *.hpp) to filter out the header-files in the
1935 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1940 # defined before the preprocessor is started (similar to the -D option of e.g.
1945 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1952 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1957 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1961 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1962 # remove all references to function-like macros that are alone on a line, have an
1964 # typically used for boiler-plate code, and will confuse the parser if not
1966 # The default value is: YES.
1967 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1969 SKIP_FUNCTION_MACROS = YES
1971 #---------------------------------------------------------------------------
1973 #---------------------------------------------------------------------------
1996 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
2002 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
2005 # The default value is: YES.
2007 EXTERNAL_GROUPS = YES
2009 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
2012 # The default value is: YES.
2014 EXTERNAL_PAGES = YES
2022 #---------------------------------------------------------------------------
2024 #---------------------------------------------------------------------------
2026 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2031 # The default value is: YES.
2044 # If set to YES, the inheritance and collaboration graphs will hide inheritance
2046 # The default value is: YES.
2050 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2065 # This tag requires that the tag HAVE_DOT is set to YES.
2075 # This tag requires that the tag HAVE_DOT is set to YES.
2082 # This tag requires that the tag HAVE_DOT is set to YES.
2089 # This tag requires that the tag HAVE_DOT is set to YES.
2093 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2095 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2096 # The default value is: YES.
2097 # This tag requires that the tag HAVE_DOT is set to YES.
2099 CLASS_GRAPH = YES
2101 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2105 # The default value is: YES.
2106 # This tag requires that the tag HAVE_DOT is set to YES.
2108 COLLABORATION_GRAPH = YES
2110 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2112 # The default value is: YES.
2113 # This tag requires that the tag HAVE_DOT is set to YES.
2115 GROUP_GRAPHS = YES
2117 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2121 # This tag requires that the tag HAVE_DOT is set to YES.
2134 # This tag requires that the tag HAVE_DOT is set to YES.
2138 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2142 # This tag requires that the tag HAVE_DOT is set to YES.
2144 TEMPLATE_RELATIONS = YES
2147 # YES then doxygen will generate a graph for each documented file showing the
2150 # The default value is: YES.
2151 # This tag requires that the tag HAVE_DOT is set to YES.
2153 INCLUDE_GRAPH = YES
2156 # set to YES then doxygen will generate a graph for each documented file showing
2159 # The default value is: YES.
2160 # This tag requires that the tag HAVE_DOT is set to YES.
2162 INCLUDED_BY_GRAPH = YES
2164 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2171 # This tag requires that the tag HAVE_DOT is set to YES.
2175 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2182 # This tag requires that the tag HAVE_DOT is set to YES.
2184 CALLER_GRAPH = YES
2186 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2188 # The default value is: YES.
2189 # This tag requires that the tag HAVE_DOT is set to YES.
2191 GRAPHICAL_HIERARCHY = YES
2193 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2197 # The default value is: YES.
2198 # This tag requires that the tag HAVE_DOT is set to YES.
2200 DIRECTORY_GRAPH = YES
2209 # This tag requires that the tag HAVE_DOT is set to YES.
2213 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2221 # This tag requires that the tag HAVE_DOT is set to YES.
2227 # This tag requires that the tag HAVE_DOT is set to YES.
2234 # 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.
2264 # This tag requires that the tag HAVE_DOT is set to YES.
2268 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2273 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2276 # This tag requires that the tag HAVE_DOT is set to YES.
2280 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
2281 # files in one run (i.e. multiple -o and -T options on the command line). This
2285 # This tag requires that the tag HAVE_DOT is set to YES.
2287 DOT_MULTI_TARGETS = YES
2289 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2292 # The default value is: YES.
2293 # This tag requires that the tag HAVE_DOT is set to YES.
2295 GENERATE_LEGEND = YES
2297 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
2299 # The default value is: YES.
2300 # This tag requires that the tag HAVE_DOT is set to YES.
2302 DOT_CLEANUP = YES