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 #---------------------------------------------------------------------------
749 @abs_srcdir@/doxygen-mainpage.dox
752 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
756 # The default value is: UTF-8.
758 INPUT_ENCODING = UTF-8
762 # *.h) to filter out the source-files in the directories. If left blank the
773 # The default value is: NO.
781 # Note that relative paths are relative to the directory from which doxygen is
789 # The default value is: NO.
791 EXCLUDE_SYMLINKS = NO
821 # *.h) to filter out the source-files in the directories. If left blank all
829 # The default value is: NO.
839 # The INPUT_FILTER tag can be used to specify a program that doxygen should
840 # invoke to filter for each input file. Doxygen will invoke the filter program
843 # <filter> <input-file>
845 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
846 # name of an input file. Doxygen will then use the output that the filter
857 # basis. Doxygen will compare the file name with each pattern and apply the
868 # The default value is: NO.
870 FILTER_SOURCE_FILES = NO
883 # and want to reuse the introduction page also for the doxygen output.
887 #---------------------------------------------------------------------------
889 #---------------------------------------------------------------------------
892 # generated. Documented entities will be cross-referenced with these sources.
895 # also VERBATIM_HEADERS is set to NO.
896 # The default value is: NO.
902 # The default value is: NO.
904 INLINE_SOURCES = NO
906 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
911 STRIP_CODE_COMMENTS = NO
915 # The default value is: NO.
921 # The default value is: NO.
944 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
950 # - Install the latest version of global
951 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
952 # - Make sure the INPUT points to the root of the source tree
953 # - Run doxygen as normal
955 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
958 # The result: instead of the source browser generated by doxygen, the links to
960 # The default value is: NO.
963 USE_HTAGS = NO
965 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
967 # specified. Set to NO to disable this.
973 #---------------------------------------------------------------------------
975 #---------------------------------------------------------------------------
999 #---------------------------------------------------------------------------
1001 #---------------------------------------------------------------------------
1003 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1023 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1024 # each generated HTML page. If the tag is left blank doxygen will generate a
1028 # that doxygen needs, which is dependent on the configuration options used (e.g.
1031 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1033 # and then modify the file new_header.html. See also section "Doxygen usage"
1034 # for information on how to generate the default header that doxygen normally
1037 # default header when upgrading to a newer version of doxygen. For a description
1043 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1044 # generated HTML page. If the tag is left blank doxygen will generate a standard
1047 # section "Doxygen usage" for information on how to generate the default footer
1048 # that doxygen normally uses.
1053 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1054 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1055 # the HTML output. If left blank doxygen will generate a default style sheet.
1056 # See also section "Doxygen usage" for information on how to generate the style
1057 # sheet that doxygen normally uses.
1065 # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
1067 # created by doxygen. Using this option one can overrule certain style aspects.
1070 # Doxygen will copy the style sheet file to the output directory. For an example
1081 # files will be copied as-is; there are no commands or markers available.
1086 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1118 # to NO can help when comparing the output of multiple runs.
1127 # The default value is: NO.
1130 HTML_DYNAMIC_SECTIONS = NO
1134 # and collapse entries dynamically later on. Doxygen will expand the tree to
1148 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1154 # The default value is: NO.
1157 GENERATE_DOCSET = NO
1162 # The default value is: Doxygen generated docs.
1165 DOCSET_FEEDNAME = "Doxygen generated docs"
1168 # set bundle. This should be a reverse domain-name style string, e.g.
1169 # com.mycompany.MyDocSet. Doxygen will append .docset to the name.
1170 # The default value is: org.doxygen.Project.
1173 DOCSET_BUNDLE_ID = org.doxygen.Project
1176 # the documentation publisher. This should be a reverse domain-name style
1178 # The default value is: org.doxygen.Publisher.
1181 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
1189 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1192 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1196 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
1202 # The default value is: NO.
1205 GENERATE_HTMLHELP = NO
1215 # including file name) of the HTML help compiler ( hhc.exe). If non-empty
1216 # doxygen will try to run the HTML help compiler on the generated index.hhp.
1223 # YES) or that it should be included in the main .chm file ( NO).
1224 # The default value is: NO.
1227 GENERATE_CHI = NO
1236 # YES) or a normal table of contents ( NO) in the .chm file.
1237 # The default value is: NO.
1240 BINARY_TOC = NO
1244 # The default value is: NO.
1247 TOC_EXPAND = NO
1253 # The default value is: NO.
1267 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1268 # The default value is: org.doxygen.Project.
1275 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1284 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1292 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1300 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1306 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1319 # The default value is: NO.
1322 GENERATE_ECLIPSEHELP = NO
1327 # The default value is: org.doxygen.Project.
1330 ECLIPSE_DOC_ID = org.doxygen.Project
1335 # of each HTML page. A value of NO enables the index and the value YES disables
1338 # The default value is: NO.
1341 DISABLE_INDEX = NO
1343 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1345 # value is set to YES, a side panel will be generated containing a tree-like
1350 # further fine-tune the look of the index. As an example, the default style
1351 # sheet generated by doxygen has an example that shows how to put an image at
1355 # The default value is: NO.
1358 GENERATE_TREEVIEW = NO
1361 # doxygen will group on one line in the generated HTML documentation.
1377 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1379 # The default value is: NO.
1382 EXT_LINKS_IN_WINDOW = NO
1386 # doxygen run you need to manually remove any form_*.png images from the HTML
1410 # The default value is: NO.
1413 USE_MATHJAX = NO
1418 # Possible values are: HTML-CSS (which is slower, but has the best
1420 # The default value is: HTML-CSS.
1423 MATHJAX_FORMAT = HTML-CSS
1453 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1477 # EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
1481 # The default value is: NO.
1486 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1488 # which needs to be processed by an external indexer. Doxygen will invoke an
1492 # Doxygen ships with an example indexer ( doxyindexer) and search engine
1497 # The default value is: NO.
1505 # Doxygen ships with an example indexer ( doxyindexer) and search engine
1529 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1539 #---------------------------------------------------------------------------
1541 #---------------------------------------------------------------------------
1543 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1546 GENERATE_LATEX = NO
1574 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1577 # The default value is: NO.
1580 COMPACT_LATEX = NO
1595 # If left blank no extra packages will be included.
1602 # chapter. If it is left blank doxygen will generate a standard header. See
1603 # section "Doxygen usage" for information on how to let doxygen write the
1606 # Note: Only use a user-defined header if you know what you are doing! The
1608 # $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will
1610 # only the current date, the version number of doxygen, the project name (see
1618 # chapter. If it is left blank doxygen will generate a standard footer.
1620 # Note: Only use a user-defined footer if you know what you are doing!
1627 # directory. Note that the files will be copied as-is; there are no commands or
1642 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1650 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1654 # The default value is: NO.
1657 LATEX_BATCHMODE = NO
1659 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1661 # The default value is: NO.
1664 LATEX_HIDE_INDICES = NO
1666 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1671 # The default value is: NO.
1674 LATEX_SOURCE_CODE = NO
1684 #---------------------------------------------------------------------------
1686 #---------------------------------------------------------------------------
1688 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1691 # The default value is: NO.
1693 GENERATE_RTF = NO
1703 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1706 # The default value is: NO.
1709 COMPACT_RTF = NO
1718 # The default value is: NO.
1721 RTF_HYPERLINKS = NO
1723 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1727 # See also section "Doxygen usage" for information on how to generate the
1728 # default style sheet that doxygen normally uses.
1734 # similar to doxygen's config file. A template extensions file can be generated
1735 # using doxygen -e rtf extensionFile.
1740 #---------------------------------------------------------------------------
1742 #---------------------------------------------------------------------------
1744 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1746 # The default value is: NO.
1748 GENERATE_MAN = NO
1768 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1772 # The default value is: NO.
1775 MAN_LINKS = NO
1777 #---------------------------------------------------------------------------
1779 #---------------------------------------------------------------------------
1781 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1783 # The default value is: NO.
1785 GENERATE_XML = NO
1795 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1796 # listings (including syntax highlighting and cross-referencing information) to
1804 #---------------------------------------------------------------------------
1806 #---------------------------------------------------------------------------
1808 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1810 # The default value is: NO.
1812 GENERATE_DOCBOOK = NO
1822 #---------------------------------------------------------------------------
1824 #---------------------------------------------------------------------------
1826 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1830 # The default value is: NO.
1832 GENERATE_AUTOGEN_DEF = NO
1834 #---------------------------------------------------------------------------
1836 #---------------------------------------------------------------------------
1838 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1842 # The default value is: NO.
1844 GENERATE_PERLMOD = NO
1846 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1849 # The default value is: NO.
1852 PERLMOD_LATEX = NO
1856 # understand what is going on. On the other hand, if this tag is set to NO the
1872 #---------------------------------------------------------------------------
1874 #---------------------------------------------------------------------------
1876 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1877 # C-preprocessor directives found in the sources and include files.
1882 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1883 # in the source code. If set to NO only conditional compilation will be
1886 # The default value is: NO.
1894 # The default value is: NO.
1914 # patterns (like *.h and *.hpp) to filter out the header-files in the
1922 # defined before the preprocessor is started (similar to the -D option of e.g.
1924 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
1940 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1941 # remove all references to function-like macros that are alone on a line, have an
1943 # typically used for boiler-plate code, and will confuse the parser if not
1950 #---------------------------------------------------------------------------
1952 #---------------------------------------------------------------------------
1964 # the path). If a tag file is not located in the directory in which doxygen is
1969 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
1976 # class index. If set to NO only the inherited external classes will be listed.
1977 # The default value is: NO.
1982 # the modules index. If set to NO, only the current project's groups will be
1989 # the related pages index. If set to NO, only the current project's pages will
2001 #---------------------------------------------------------------------------
2003 #---------------------------------------------------------------------------
2005 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2007 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
2014 # You can define message sequence charts within doxygen comments using the \msc
2015 # command. Doxygen will then run the mscgen tool (see:
2023 # You can include diagrams made with dia in doxygen documentation. Doxygen will
2034 HIDE_UNDOC_RELATIONS = NO
2036 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2039 # Bell Labs. The other options in this section have no effect if this option is
2040 # set to NO
2041 # The default value is: NO.
2045 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2046 # to run in parallel. When set to 0 doxygen will base this on the number of
2055 # When you want a differently looking font n the dot files that doxygen
2072 # By default doxygen will tell dot to use the default font as specified with
2079 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2081 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2087 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2094 COLLABORATION_GRAPH = NO
2096 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2103 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2106 # The default value is: NO.
2109 UML_LOOK = NO
2115 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2127 # The default value is: NO.
2133 # YES then doxygen will generate a graph for each documented file showing the
2139 INCLUDE_GRAPH = NO
2142 # set to YES then doxygen will generate a graph for each documented file showing
2148 INCLUDED_BY_GRAPH = NO
2150 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2156 # The default value is: NO.
2159 CALL_GRAPH = NO
2161 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2167 # The default value is: NO.
2170 CALLER_GRAPH = NO
2172 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2179 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2206 # The default value is: NO.
2209 INTERACTIVE_SVG = NO
2238 # larger than this value, doxygen will truncate the graph, which is visualized
2239 # by representing a node as a red box. Note that doxygen if the number of direct
2254 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
2265 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2267 # The default value is: NO.
2273 # files in one run (i.e. multiple -o and -T options on the command line). This
2276 # The default value is: NO.
2281 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2289 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot