Lines Matching +full:- +full:no +full:- +full:doxygen

4 # doxygen (www.doxygen.org) for a project.
16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
21 # that follow. The default is UTF-8 which is also the encoding used for all text
22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
58 # entered, it will be relative to the location where doxygen was started. If
61 OUTPUT_DIRECTORY = @abs_builddir@/doxygen
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
66 # option can be useful when feeding doxygen a huge amount of source files, where
69 # The default value is: NO.
71 CREATE_SUBDIRS = NO
74 # documentation generated by doxygen is written. Doxygen will use this
77 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
79 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
80 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
82 # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
90 # documentation (similar to Javadoc). Set to NO to disable this.
95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
98 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
104 # This tag implements a quasi-intelligent brief description abbreviator that is
108 # text. Otherwise, the brief description is used as-is. If left blank, the
116 # doxygen will generate a detailed section even if there is only a brief
118 # The default value is: NO.
120 ALWAYS_DETAILED_SEC = NO
122 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
126 # The default value is: NO.
128 INLINE_INHERITED_MEMB = NO
130 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
131 # before files name in the file list and in the header files. If set to NO the
137 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
138 # Stripping is only done if one of the specified strings matches the left-hand
140 # If left blank the directory from which doxygen is run is used as the path to
144 # will be relative from the directory where doxygen is started.
149 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
154 # using the -I flag.
158 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
160 # support long names like on DOS, Mac, or CD-ROM.
161 # The default value is: NO.
163 SHORT_NAMES = NO
165 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
166 # first line (until the first dot) of a Javadoc-style comment as the brief
167 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
170 # The default value is: NO.
174 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
175 # line (until the first dot) of a Qt-style comment as the brief description. If
176 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
178 # The default value is: NO.
182 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
183 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
185 # to treat a multi-line C++ comment block as a detailed description. Set this
190 # The default value is: NO.
192 MULTILINE_CPP_IS_BRIEF = NO
195 # documentation from any documented member that it re-implements.
200 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
201 # new page for each member. If set to NO, the documentation of a member will be
203 # The default value is: NO.
205 SEPARATE_MEMBER_PAGES = NO
207 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
219 # documentation, which will result in a user-defined paragraph with heading
225 # This tag can be used to specify a number of word-keyword mappings (TCL only).
232 # only. Doxygen will then generate output that is more tailored for C. For
235 # The default value is: NO.
237 OPTIMIZE_OUTPUT_FOR_C = NO
240 # Python sources only. Doxygen will then generate output that is more tailored
243 # The default value is: NO.
245 OPTIMIZE_OUTPUT_JAVA = NO
248 # sources. Doxygen will then generate output that is tailored for Fortran.
249 # The default value is: NO.
251 OPTIMIZE_FOR_FORTRAN = NO
254 # sources. Doxygen will then generate output that is tailored for VHDL.
255 # The default value is: NO.
257 OPTIMIZE_OUTPUT_VHDL = NO
259 # Doxygen selects the parser to use depending on the extension of the files it
261 # extension. Doxygen has a built-in mapping, but you can override or extend it
263 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
264 # C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL. For instance to make
265 # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
271 # the files are not read by doxygen.
275 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
278 # The output of markdown processing is further processed by doxygen, so you can
279 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
285 # When enabled doxygen tries to link words that correspond to documented
288 # or globally by setting AUTOLINK_SUPPORT to NO.
295 # tag to YES in order to let doxygen match functions declarations and
299 # The default value is: NO.
301 BUILTIN_STL_SUPPORT = NO
305 # The default value is: NO.
307 CPP_CLI_SUPPORT = NO
310 # http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
312 # of private inheritance when no explicit protection keyword is present.
313 # The default value is: NO.
315 SIP_SUPPORT = NO
319 # doxygen to replace the get and set methods by a property in the documentation.
322 # should set this option to NO.
328 # tag is set to YES, then doxygen will reuse the documentation of the first
331 # The default value is: NO.
333 DISTRIBUTE_GROUP_DOC = NO
337 # type (e.g. under the Public Functions section). Set it to NO to prevent
351 # The default value is: NO.
353 INLINE_GROUPED_CLASSES = NO
359 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
361 # The default value is: NO.
363 INLINE_SIMPLE_STRUCTS = NO
372 # The default value is: NO.
374 TYPEDEF_HIDES_STRUCT = NO
379 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
380 # doxygen will become slower. If the cache is too large, memory is wasted. The
383 # symbols. At the end of a run doxygen will report the cache usage and suggest
389 #---------------------------------------------------------------------------
391 #---------------------------------------------------------------------------
393 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
394 # documentation are documented, even if no documentation was available. Private
399 # The default value is: NO.
405 # The default value is: NO.
407 EXTRACT_PRIVATE = NO
411 # The default value is: NO.
413 EXTRACT_PACKAGE = NO
417 # The default value is: NO.
422 # locally in source files will be included in the documentation. If set to NO
429 # This flag is only useful for Objective-C code. When set to YES local methods,
431 # included in the documentation. If set to NO only methods in the interface are
433 # The default value is: NO.
435 EXTRACT_LOCAL_METHODS = NO
442 # The default value is: NO.
444 EXTRACT_ANON_NSPACES = NO
446 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
447 # undocumented members inside documented classes or files. If set to NO these
448 # members will be included in the various overviews, but no documentation
449 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
450 # The default value is: NO.
452 HIDE_UNDOC_MEMBERS = NO
454 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
456 # to NO these classes will be included in the various overviews. This option has
457 # no effect if EXTRACT_ALL is enabled.
458 # The default value is: NO.
460 HIDE_UNDOC_CLASSES = NO
462 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
463 # (class|struct|union) declarations. If set to NO these declarations will be
465 # The default value is: NO.
467 HIDE_FRIEND_COMPOUNDS = NO
469 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
470 # documentation blocks found inside the body of a function. If set to NO these
472 # The default value is: NO.
474 HIDE_IN_BODY_DOCS = NO
477 # \internal command is included. If the tag is set to NO then the documentation
479 # The default value is: NO.
481 INTERNAL_DOCS = NO
483 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
484 # names in lower-case letters. If set to YES upper-case letters are also
487 # and Mac users are advised to set this option to NO.
492 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
495 # The default value is: NO.
497 HIDE_SCOPE_NAMES = NO
499 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
505 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
508 # The default value is: NO.
510 SHOW_GROUPED_MEMB_INC = NO
512 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
514 # The default value is: NO.
524 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
526 # name. If set to NO the members will appear in declaration order.
531 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
533 # name. If set to NO the members will appear in declaration order. Note that
535 # The default value is: NO.
537 SORT_BRIEF_DOCS = NO
539 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
541 # destructors are listed first. If set to NO the constructors will appear in the
543 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
545 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
547 # The default value is: NO.
549 SORT_MEMBERS_CTORS_1ST = NO
551 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
552 # of group names into alphabetical order. If set to NO the group names will
554 # The default value is: NO.
556 SORT_GROUP_NAMES = NO
559 # fully-qualified names, including namespaces. If set to NO, the class list will
564 # The default value is: NO.
566 SORT_BY_SCOPE_NAME = NO
568 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
572 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
574 # The default value is: NO.
576 STRICT_PROTO_MATCHING = NO
578 # The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the
585 # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the
592 # The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug
598 # The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO)
622 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
629 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
636 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
644 # doxygen should invoke to get the current version for each file (typically from
645 # the version control system). Doxygen will invoke the program by executing (via
646 # popen()) the command command input-file, where command is the value of the
647 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
648 # by doxygen. Whatever the program writes to standard output is used as the file
654 # by doxygen. The layout file controls the global structure of the generated
656 # that represents doxygen's defaults, run doxygen with the -l option. You can
660 # Note that if you run doxygen from a directory containing a file called
661 # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
677 #---------------------------------------------------------------------------
679 #---------------------------------------------------------------------------
682 # standard output by doxygen. If QUIET is set to YES this implies that the
684 # The default value is: NO.
686 QUIET = NO
689 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
695 WARNINGS = NO
697 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
702 WARN_IF_UNDOCUMENTED = NO
704 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
713 # are documented, but have no documentation for their parameters or return
714 # value. If set to NO doxygen will only warn about wrong or incomplete parameter
716 # The default value is: NO.
718 WARN_NO_PARAMDOC = NO
720 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
736 #---------------------------------------------------------------------------
738 #---------------------------------------------------------------------------
748 @abs_srcdir@/doxygen-mainpage.dox
751 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
755 # The default value is: UTF-8.
757 INPUT_ENCODING = UTF-8
761 # *.h) to filter out the source-files in the directories. If left blank the
772 # The default value is: NO.
780 # Note that relative paths are relative to the directory from which doxygen is
788 # The default value is: NO.
790 EXCLUDE_SYMLINKS = NO
820 # *.h) to filter out the source-files in the directories. If left blank all
828 # The default value is: NO.
838 # The INPUT_FILTER tag can be used to specify a program that doxygen should
839 # invoke to filter for each input file. Doxygen will invoke the filter program
842 # <filter> <input-file>
844 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
845 # name of an input file. Doxygen will then use the output that the filter
856 # basis. Doxygen will compare the file name with each pattern and apply the
867 # The default value is: NO.
869 FILTER_SOURCE_FILES = NO
882 # and want to reuse the introduction page also for the doxygen output.
886 #---------------------------------------------------------------------------
888 #---------------------------------------------------------------------------
891 # generated. Documented entities will be cross-referenced with these sources.
894 # also VERBATIM_HEADERS is set to NO.
895 # The default value is: NO.
901 # The default value is: NO.
903 INLINE_SOURCES = NO
905 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
910 STRIP_CODE_COMMENTS = NO
914 # The default value is: NO.
920 # The default value is: NO.
943 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
949 # - Install the latest version of global
950 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
951 # - Make sure the INPUT points to the root of the source tree
952 # - Run doxygen as normal
954 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
957 # The result: instead of the source browser generated by doxygen, the links to
959 # The default value is: NO.
962 USE_HTAGS = NO
964 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
966 # specified. Set to NO to disable this.
972 #---------------------------------------------------------------------------
974 #---------------------------------------------------------------------------
998 #---------------------------------------------------------------------------
1000 #---------------------------------------------------------------------------
1002 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1022 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1023 # each generated HTML page. If the tag is left blank doxygen will generate a
1027 # that doxygen needs, which is dependent on the configuration options used (e.g.
1030 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1032 # and then modify the file new_header.html. See also section "Doxygen usage"
1033 # for information on how to generate the default header that doxygen normally
1036 # default header when upgrading to a newer version of doxygen. For a description
1042 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1043 # generated HTML page. If the tag is left blank doxygen will generate a standard
1046 # section "Doxygen usage" for information on how to generate the default footer
1047 # that doxygen normally uses.
1052 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1053 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1054 # the HTML output. If left blank doxygen will generate a default style sheet.
1055 # See also section "Doxygen usage" for information on how to generate the style
1056 # sheet that doxygen normally uses.
1064 # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
1066 # created by doxygen. Using this option one can overrule certain style aspects.
1069 # Doxygen will copy the style sheet file to the output directory. For an example
1080 # files will be copied as-is; there are no commands or markers available.
1085 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1117 # to NO can help when comparing the output of multiple runs.
1126 # The default value is: NO.
1129 HTML_DYNAMIC_SECTIONS = NO
1133 # and collapse entries dynamically later on. Doxygen will expand the tree to
1147 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1153 # The default value is: NO.
1156 GENERATE_DOCSET = NO
1161 # The default value is: Doxygen generated docs.
1164 DOCSET_FEEDNAME = "Doxygen generated docs"
1167 # set bundle. This should be a reverse domain-name style string, e.g.
1168 # com.mycompany.MyDocSet. Doxygen will append .docset to the name.
1169 # The default value is: org.doxygen.Project.
1172 DOCSET_BUNDLE_ID = org.doxygen.Project
1175 # the documentation publisher. This should be a reverse domain-name style
1177 # The default value is: org.doxygen.Publisher.
1180 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
1188 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1191 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1195 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
1201 # The default value is: NO.
1204 GENERATE_HTMLHELP = NO
1214 # including file name) of the HTML help compiler ( hhc.exe). If non-empty
1215 # doxygen will try to run the HTML help compiler on the generated index.hhp.
1222 # YES) or that it should be included in the main .chm file ( NO).
1223 # The default value is: NO.
1226 GENERATE_CHI = NO
1235 # YES) or a normal table of contents ( NO) in the .chm file.
1236 # The default value is: NO.
1239 BINARY_TOC = NO
1243 # The default value is: NO.
1246 TOC_EXPAND = NO
1252 # The default value is: NO.
1266 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1267 # The default value is: org.doxygen.Project.
1274 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1283 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1291 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1299 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1305 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1318 # The default value is: NO.
1321 GENERATE_ECLIPSEHELP = NO
1326 # The default value is: org.doxygen.Project.
1329 ECLIPSE_DOC_ID = org.doxygen.Project
1334 # of each HTML page. A value of NO enables the index and the value YES disables
1337 # The default value is: NO.
1340 DISABLE_INDEX = NO
1342 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1344 # value is set to YES, a side panel will be generated containing a tree-like
1349 # further fine-tune the look of the index. As an example, the default style
1350 # sheet generated by doxygen has an example that shows how to put an image at
1354 # The default value is: NO.
1357 GENERATE_TREEVIEW = NO
1360 # doxygen will group on one line in the generated HTML documentation.
1376 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1378 # The default value is: NO.
1381 EXT_LINKS_IN_WINDOW = NO
1385 # doxygen run you need to manually remove any form_*.png images from the HTML
1409 # The default value is: NO.
1412 USE_MATHJAX = NO
1417 # Possible values are: HTML-CSS (which is slower, but has the best
1419 # The default value is: HTML-CSS.
1422 MATHJAX_FORMAT = HTML-CSS
1452 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1476 # EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
1480 # The default value is: NO.
1485 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1487 # which needs to be processed by an external indexer. Doxygen will invoke an
1491 # Doxygen ships with an example indexer ( doxyindexer) and search engine
1496 # The default value is: NO.
1504 # Doxygen ships with an example indexer ( doxyindexer) and search engine
1528 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1538 #---------------------------------------------------------------------------
1540 #---------------------------------------------------------------------------
1542 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1545 GENERATE_LATEX = NO
1573 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1576 # The default value is: NO.
1579 COMPACT_LATEX = NO
1594 # If left blank no extra packages will be included.
1601 # chapter. If it is left blank doxygen will generate a standard header. See
1602 # section "Doxygen usage" for information on how to let doxygen write the
1605 # Note: Only use a user-defined header if you know what you are doing! The
1607 # $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will
1609 # only the current date, the version number of doxygen, the project name (see
1617 # chapter. If it is left blank doxygen will generate a standard footer.
1619 # Note: Only use a user-defined footer if you know what you are doing!
1626 # directory. Note that the files will be copied as-is; there are no commands or
1641 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1649 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1653 # The default value is: NO.
1656 LATEX_BATCHMODE = NO
1658 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1660 # The default value is: NO.
1663 LATEX_HIDE_INDICES = NO
1665 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1670 # The default value is: NO.
1673 LATEX_SOURCE_CODE = NO
1683 #---------------------------------------------------------------------------
1685 #---------------------------------------------------------------------------
1687 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1690 # The default value is: NO.
1692 GENERATE_RTF = NO
1702 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1705 # The default value is: NO.
1708 COMPACT_RTF = NO
1717 # The default value is: NO.
1720 RTF_HYPERLINKS = NO
1722 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1726 # See also section "Doxygen usage" for information on how to generate the
1727 # default style sheet that doxygen normally uses.
1733 # similar to doxygen's config file. A template extensions file can be generated
1734 # using doxygen -e rtf extensionFile.
1739 #---------------------------------------------------------------------------
1741 #---------------------------------------------------------------------------
1743 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1745 # The default value is: NO.
1747 GENERATE_MAN = NO
1767 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1771 # The default value is: NO.
1774 MAN_LINKS = NO
1776 #---------------------------------------------------------------------------
1778 #---------------------------------------------------------------------------
1780 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1782 # The default value is: NO.
1784 GENERATE_XML = NO
1794 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1795 # listings (including syntax highlighting and cross-referencing information) to
1803 #---------------------------------------------------------------------------
1805 #---------------------------------------------------------------------------
1807 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1809 # The default value is: NO.
1811 GENERATE_DOCBOOK = NO
1821 #---------------------------------------------------------------------------
1823 #---------------------------------------------------------------------------
1825 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1829 # The default value is: NO.
1831 GENERATE_AUTOGEN_DEF = NO
1833 #---------------------------------------------------------------------------
1835 #---------------------------------------------------------------------------
1837 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1841 # The default value is: NO.
1843 GENERATE_PERLMOD = NO
1845 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1848 # The default value is: NO.
1851 PERLMOD_LATEX = NO
1855 # understand what is going on. On the other hand, if this tag is set to NO the
1871 #---------------------------------------------------------------------------
1873 #---------------------------------------------------------------------------
1875 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1876 # C-preprocessor directives found in the sources and include files.
1881 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1882 # in the source code. If set to NO only conditional compilation will be
1885 # The default value is: NO.
1893 # The default value is: NO.
1913 # patterns (like *.h and *.hpp) to filter out the header-files in the
1921 # defined before the preprocessor is started (similar to the -D option of e.g.
1923 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
1939 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1940 # remove all references to function-like macros that are alone on a line, have an
1942 # typically used for boiler-plate code, and will confuse the parser if not
1949 #---------------------------------------------------------------------------
1951 #---------------------------------------------------------------------------
1963 # the path). If a tag file is not located in the directory in which doxygen is
1968 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
1975 # class index. If set to NO only the inherited external classes will be listed.
1976 # The default value is: NO.
1981 # the modules index. If set to NO, only the current project's groups will be
1988 # the related pages index. If set to NO, only the current project's pages will
2000 #---------------------------------------------------------------------------
2002 #---------------------------------------------------------------------------
2004 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2006 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
2013 # You can define message sequence charts within doxygen comments using the \msc
2014 # command. Doxygen will then run the mscgen tool (see:
2022 # You can include diagrams made with dia in doxygen documentation. Doxygen will
2033 HIDE_UNDOC_RELATIONS = NO
2035 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2038 # Bell Labs. The other options in this section have no effect if this option is
2039 # set to NO
2040 # The default value is: NO.
2044 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2045 # to run in parallel. When set to 0 doxygen will base this on the number of
2054 # When you want a differently looking font n the dot files that doxygen
2071 # By default doxygen will tell dot to use the default font as specified with
2078 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2080 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2086 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2093 COLLABORATION_GRAPH = NO
2095 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2102 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2105 # The default value is: NO.
2108 UML_LOOK = NO
2114 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2126 # The default value is: NO.
2132 # YES then doxygen will generate a graph for each documented file showing the
2138 INCLUDE_GRAPH = NO
2141 # set to YES then doxygen will generate a graph for each documented file showing
2147 INCLUDED_BY_GRAPH = NO
2149 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2155 # The default value is: NO.
2158 CALL_GRAPH = NO
2160 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2166 # The default value is: NO.
2169 CALLER_GRAPH = NO
2171 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2178 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2205 # The default value is: NO.
2208 INTERACTIVE_SVG = NO
2237 # larger than this value, doxygen will truncate the graph, which is visualized
2238 # by representing a node as a red box. Note that doxygen if the number of direct
2253 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
2264 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2266 # The default value is: NO.
2272 # files in one run (i.e. multiple -o and -T options on the command line). This
2275 # The default value is: NO.
2280 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2288 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot