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_top_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.
160 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
162 # support long names like on DOS, Mac, or CD-ROM.
163 # The default value is: NO.
165 SHORT_NAMES = NO
167 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
168 # first line (until the first dot) of a Javadoc-style comment as the brief
169 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
172 # The default value is: NO.
174 JAVADOC_AUTOBRIEF = NO
176 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
177 # line (until the first dot) of a Qt-style comment as the brief description. If
178 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
180 # The default value is: NO.
182 QT_AUTOBRIEF = NO
184 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
185 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
187 # to treat a multi-line C++ comment block as a detailed description. Set this
192 # The default value is: NO.
194 MULTILINE_CPP_IS_BRIEF = NO
197 # documentation from any documented member that it re-implements.
202 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
203 # new page for each member. If set to NO, the documentation of a member will be
205 # The default value is: NO.
207 SEPARATE_MEMBER_PAGES = NO
209 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
221 # documentation, which will result in a user-defined paragraph with heading
227 # This tag can be used to specify a number of word-keyword mappings (TCL only).
234 # only. Doxygen will then generate output that is more tailored for C. For
237 # The default value is: NO.
239 OPTIMIZE_OUTPUT_FOR_C = NO
242 # Python sources only. Doxygen will then generate output that is more tailored
245 # The default value is: NO.
247 OPTIMIZE_OUTPUT_JAVA = NO
250 # sources. Doxygen will then generate output that is tailored for Fortran.
251 # The default value is: NO.
253 OPTIMIZE_FOR_FORTRAN = NO
256 # sources. Doxygen will then generate output that is tailored for VHDL.
257 # The default value is: NO.
259 OPTIMIZE_OUTPUT_VHDL = NO
261 # Doxygen selects the parser to use depending on the extension of the files it
263 # extension. Doxygen has a built-in mapping, but you can override or extend it
265 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
266 # C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL. For instance to make
267 # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
273 # the files are not read by doxygen.
277 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
280 # The output of markdown processing is further processed by doxygen, so you can
281 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
287 # When enabled doxygen tries to link words that correspond to documented
290 # or globally by setting AUTOLINK_SUPPORT to NO.
297 # tag to YES in order to let doxygen match functions declarations and
301 # The default value is: NO.
303 BUILTIN_STL_SUPPORT = NO
307 # The default value is: NO.
309 CPP_CLI_SUPPORT = NO
312 # http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
314 # of private inheritance when no explicit protection keyword is present.
315 # The default value is: NO.
317 SIP_SUPPORT = NO
321 # doxygen to replace the get and set methods by a property in the documentation.
324 # should set this option to NO.
330 # tag is set to YES, then doxygen will reuse the documentation of the first
333 # The default value is: NO.
335 DISTRIBUTE_GROUP_DOC = NO
339 # type (e.g. under the Public Functions section). Set it to NO to prevent
353 # The default value is: NO.
355 INLINE_GROUPED_CLASSES = NO
361 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
363 # The default value is: NO.
365 INLINE_SIMPLE_STRUCTS = NO
374 # The default value is: NO.
376 TYPEDEF_HIDES_STRUCT = NO
381 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
382 # doxygen will become slower. If the cache is too large, memory is wasted. The
385 # symbols. At the end of a run doxygen will report the cache usage and suggest
391 #---------------------------------------------------------------------------
393 #---------------------------------------------------------------------------
395 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
396 # documentation are documented, even if no documentation was available. Private
401 # The default value is: NO.
403 EXTRACT_ALL = NO
407 # The default value is: NO.
409 EXTRACT_PRIVATE = NO
413 # The default value is: NO.
415 EXTRACT_PACKAGE = NO
419 # The default value is: NO.
421 EXTRACT_STATIC = NO
424 # locally in source files will be included in the documentation. If set to NO
431 # This flag is only useful for Objective-C code. When set to YES local methods,
433 # included in the documentation. If set to NO only methods in the interface are
435 # The default value is: NO.
437 EXTRACT_LOCAL_METHODS = NO
444 # The default value is: NO.
446 EXTRACT_ANON_NSPACES = NO
448 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
449 # undocumented members inside documented classes or files. If set to NO these
450 # members will be included in the various overviews, but no documentation
451 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
452 # The default value is: NO.
454 HIDE_UNDOC_MEMBERS = NO
456 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
458 # to NO these classes will be included in the various overviews. This option has
459 # no effect if EXTRACT_ALL is enabled.
460 # The default value is: NO.
462 HIDE_UNDOC_CLASSES = NO
464 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
465 # (class|struct|union) declarations. If set to NO these declarations will be
467 # The default value is: NO.
469 HIDE_FRIEND_COMPOUNDS = NO
471 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
472 # documentation blocks found inside the body of a function. If set to NO these
474 # The default value is: NO.
476 HIDE_IN_BODY_DOCS = NO
479 # \internal command is included. If the tag is set to NO then the documentation
481 # The default value is: NO.
483 INTERNAL_DOCS = NO
485 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
486 # names in lower-case letters. If set to YES upper-case letters are also
489 # and Mac users are advised to set this option to NO.
494 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
497 # The default value is: NO.
499 HIDE_SCOPE_NAMES = NO
501 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
507 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
510 # The default value is: NO.
512 SHOW_GROUPED_MEMB_INC = NO
514 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
516 # The default value is: NO.
518 FORCE_LOCAL_INCLUDES = NO
526 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
528 # name. If set to NO the members will appear in declaration order.
533 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
535 # name. If set to NO the members will appear in declaration order. Note that
537 # The default value is: NO.
539 SORT_BRIEF_DOCS = NO
541 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
543 # destructors are listed first. If set to NO the constructors will appear in the
545 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
547 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
549 # The default value is: NO.
551 SORT_MEMBERS_CTORS_1ST = NO
553 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
554 # of group names into alphabetical order. If set to NO the group names will
556 # The default value is: NO.
558 SORT_GROUP_NAMES = NO
561 # fully-qualified names, including namespaces. If set to NO, the class list will
566 # The default value is: NO.
568 SORT_BY_SCOPE_NAME = NO
570 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
574 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
576 # The default value is: NO.
578 STRICT_PROTO_MATCHING = NO
580 # The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the
587 # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the
594 # The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug
600 # The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO)
624 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
631 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
638 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
646 # doxygen should invoke to get the current version for each file (typically from
647 # the version control system). Doxygen will invoke the program by executing (via
648 # popen()) the command command input-file, where command is the value of the
649 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
650 # by doxygen. Whatever the program writes to standard output is used as the file
656 # by doxygen. The layout file controls the global structure of the generated
658 # that represents doxygen's defaults, run doxygen with the -l option. You can
662 # Note that if you run doxygen from a directory containing a file called
663 # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
679 #---------------------------------------------------------------------------
681 #---------------------------------------------------------------------------
684 # standard output by doxygen. If QUIET is set to YES this implies that the
686 # The default value is: NO.
688 QUIET = NO
691 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
699 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
706 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
715 # are documented, but have no documentation for their parameters or return
716 # value. If set to NO doxygen will only warn about wrong or incomplete parameter
718 # The default value is: NO.
720 WARN_NO_PARAMDOC = NO
722 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
738 #---------------------------------------------------------------------------
740 #---------------------------------------------------------------------------
751 @abs_top_srcdir@/doxygen-mainpage.dox
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
775 # The default value is: NO.
783 # Note that relative paths are relative to the directory from which doxygen is
791 # The default value is: NO.
793 EXCLUDE_SYMLINKS = NO
823 # *.h) to filter out the source-files in the directories. If left blank all
831 # The default value is: NO.
833 EXAMPLE_RECURSIVE = NO
841 # The INPUT_FILTER tag can be used to specify a program that doxygen should
842 # invoke to filter for each input file. Doxygen will invoke the filter program
845 # <filter> <input-file>
847 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
848 # name of an input file. Doxygen will then use the output that the filter
859 # basis. Doxygen will compare the file name with each pattern and apply the
870 # The default value is: NO.
872 FILTER_SOURCE_FILES = NO
885 # and want to reuse the introduction page also for the doxygen output.
889 #---------------------------------------------------------------------------
891 #---------------------------------------------------------------------------
894 # generated. Documented entities will be cross-referenced with these sources.
897 # also VERBATIM_HEADERS is set to NO.
898 # The default value is: NO.
900 SOURCE_BROWSER = NO
904 # The default value is: NO.
906 INLINE_SOURCES = NO
908 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
917 # The default value is: NO.
919 REFERENCED_BY_RELATION = NO
923 # The default value is: NO.
925 REFERENCES_RELATION = NO
946 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
952 # - Install the latest version of global
953 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
954 # - Make sure the INPUT points to the root of the source tree
955 # - Run doxygen as normal
957 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
960 # The result: instead of the source browser generated by doxygen, the links to
962 # The default value is: NO.
965 USE_HTAGS = NO
967 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
969 # specified. Set to NO to disable this.
975 #---------------------------------------------------------------------------
977 #---------------------------------------------------------------------------
1001 #---------------------------------------------------------------------------
1003 #---------------------------------------------------------------------------
1005 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1025 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1026 # each generated HTML page. If the tag is left blank doxygen will generate a
1030 # that doxygen needs, which is dependent on the configuration options used (e.g.
1033 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1035 # and then modify the file new_header.html. See also section "Doxygen usage"
1036 # for information on how to generate the default header that doxygen normally
1039 # default header when upgrading to a newer version of doxygen. For a description
1045 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1046 # generated HTML page. If the tag is left blank doxygen will generate a standard
1049 # section "Doxygen usage" for information on how to generate the default footer
1050 # that doxygen normally uses.
1055 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1056 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1057 # the HTML output. If left blank doxygen will generate a default style sheet.
1058 # See also section "Doxygen usage" for information on how to generate the style
1059 # sheet that doxygen normally uses.
1067 # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
1069 # created by doxygen. Using this option one can overrule certain style aspects.
1072 # Doxygen will copy the style sheet file to the output directory. For an example
1083 # files will be copied as-is; there are no commands or markers available.
1088 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1120 # to NO can help when comparing the output of multiple runs.
1129 # The default value is: NO.
1132 HTML_DYNAMIC_SECTIONS = NO
1136 # and collapse entries dynamically later on. Doxygen will expand the tree to
1150 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1156 # The default value is: NO.
1159 GENERATE_DOCSET = NO
1164 # The default value is: Doxygen generated docs.
1167 DOCSET_FEEDNAME = "Doxygen generated docs"
1170 # set bundle. This should be a reverse domain-name style string, e.g.
1171 # com.mycompany.MyDocSet. Doxygen will append .docset to the name.
1172 # The default value is: org.doxygen.Project.
1175 DOCSET_BUNDLE_ID = org.doxygen.Project
1178 # the documentation publisher. This should be a reverse domain-name style
1180 # The default value is: org.doxygen.Publisher.
1183 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
1191 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1194 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1198 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
1204 # The default value is: NO.
1207 GENERATE_HTMLHELP = NO
1217 # including file name) of the HTML help compiler ( hhc.exe). If non-empty
1218 # doxygen will try to run the HTML help compiler on the generated index.hhp.
1225 # YES) or that it should be included in the main .chm file ( NO).
1226 # The default value is: NO.
1229 GENERATE_CHI = NO
1238 # YES) or a normal table of contents ( NO) in the .chm file.
1239 # The default value is: NO.
1242 BINARY_TOC = NO
1246 # The default value is: NO.
1249 TOC_EXPAND = NO
1255 # The default value is: NO.
1269 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1270 # The default value is: org.doxygen.Project.
1277 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1286 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1294 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1302 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1308 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1321 # The default value is: NO.
1324 GENERATE_ECLIPSEHELP = NO
1329 # The default value is: org.doxygen.Project.
1332 ECLIPSE_DOC_ID = org.doxygen.Project
1337 # of each HTML page. A value of NO enables the index and the value YES disables
1340 # The default value is: NO.
1343 DISABLE_INDEX = NO
1345 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1347 # value is set to YES, a side panel will be generated containing a tree-like
1352 # further fine-tune the look of the index. As an example, the default style
1353 # sheet generated by doxygen has an example that shows how to put an image at
1357 # The default value is: NO.
1360 GENERATE_TREEVIEW = NO
1363 # doxygen will group on one line in the generated HTML documentation.
1379 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1381 # The default value is: NO.
1384 EXT_LINKS_IN_WINDOW = NO
1388 # doxygen run you need to manually remove any form_*.png images from the HTML
1412 # The default value is: NO.
1415 USE_MATHJAX = NO
1420 # Possible values are: HTML-CSS (which is slower, but has the best
1422 # The default value is: HTML-CSS.
1425 MATHJAX_FORMAT = HTML-CSS
1455 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1479 # EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
1483 # The default value is: NO.
1488 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1490 # which needs to be processed by an external indexer. Doxygen will invoke an
1494 # Doxygen ships with an example indexer ( doxyindexer) and search engine
1499 # The default value is: NO.
1507 # Doxygen ships with an example indexer ( doxyindexer) and search engine
1531 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1541 #---------------------------------------------------------------------------
1543 #---------------------------------------------------------------------------
1545 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1576 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1579 # The default value is: NO.
1582 COMPACT_LATEX = NO
1597 # If left blank no extra packages will be included.
1604 # chapter. If it is left blank doxygen will generate a standard header. See
1605 # section "Doxygen usage" for information on how to let doxygen write the
1608 # Note: Only use a user-defined header if you know what you are doing! The
1610 # $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will
1612 # only the current date, the version number of doxygen, the project name (see
1620 # chapter. If it is left blank doxygen will generate a standard footer.
1622 # Note: Only use a user-defined footer if you know what you are doing!
1629 # directory. Note that the files will be copied as-is; there are no commands or
1644 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1652 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1656 # The default value is: NO.
1659 LATEX_BATCHMODE = NO
1661 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1663 # The default value is: NO.
1666 LATEX_HIDE_INDICES = NO
1668 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1673 # The default value is: NO.
1676 LATEX_SOURCE_CODE = NO
1686 #---------------------------------------------------------------------------
1688 #---------------------------------------------------------------------------
1690 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1693 # The default value is: NO.
1695 GENERATE_RTF = NO
1705 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1708 # The default value is: NO.
1711 COMPACT_RTF = NO
1720 # The default value is: NO.
1723 RTF_HYPERLINKS = NO
1725 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1729 # See also section "Doxygen usage" for information on how to generate the
1730 # default style sheet that doxygen normally uses.
1736 # similar to doxygen's config file. A template extensions file can be generated
1737 # using doxygen -e rtf extensionFile.
1742 #---------------------------------------------------------------------------
1744 #---------------------------------------------------------------------------
1746 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1748 # The default value is: NO.
1750 GENERATE_MAN = NO
1770 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1774 # The default value is: NO.
1777 MAN_LINKS = NO
1779 #---------------------------------------------------------------------------
1781 #---------------------------------------------------------------------------
1783 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1785 # The default value is: NO.
1787 GENERATE_XML = NO
1809 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1810 # listings (including syntax highlighting and cross-referencing information) to
1818 #---------------------------------------------------------------------------
1820 #---------------------------------------------------------------------------
1822 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1824 # The default value is: NO.
1826 GENERATE_DOCBOOK = NO
1836 #---------------------------------------------------------------------------
1838 #---------------------------------------------------------------------------
1840 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1844 # The default value is: NO.
1846 GENERATE_AUTOGEN_DEF = NO
1848 #---------------------------------------------------------------------------
1850 #---------------------------------------------------------------------------
1852 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1856 # The default value is: NO.
1858 GENERATE_PERLMOD = NO
1860 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1863 # The default value is: NO.
1866 PERLMOD_LATEX = NO
1870 # understand what is going on. On the other hand, if this tag is set to NO the
1886 #---------------------------------------------------------------------------
1888 #---------------------------------------------------------------------------
1890 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1891 # C-preprocessor directives found in the sources and include files.
1896 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1897 # in the source code. If set to NO only conditional compilation will be
1900 # The default value is: NO.
1903 MACRO_EXPANSION = NO
1908 # The default value is: NO.
1911 EXPAND_ONLY_PREDEF = NO
1928 # patterns (like *.h and *.hpp) to filter out the header-files in the
1936 # defined before the preprocessor is started (similar to the -D option of e.g.
1938 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
1954 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1955 # remove all refrences to function-like macros that are alone on a line, have an
1957 # typically used for boiler-plate code, and will confuse the parser if not
1964 #---------------------------------------------------------------------------
1966 #---------------------------------------------------------------------------
1978 # the path). If a tag file is not located in the directory in which doxygen is
1983 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
1990 # class index. If set to NO only the inherited external classes will be listed.
1991 # The default value is: NO.
1993 ALLEXTERNALS = NO
1996 # the modules index. If set to NO, only the current project's groups will be
2003 # the related pages index. If set to NO, only the current project's pages will
2015 #---------------------------------------------------------------------------
2017 #---------------------------------------------------------------------------
2019 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2021 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
2028 # You can define message sequence charts within doxygen comments using the \msc
2029 # command. Doxygen will then run the mscgen tool (see:
2037 # You can include diagrams made with dia in doxygen documentation. Doxygen will
2050 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2053 # Bell Labs. The other options in this section have no effect if this option is
2054 # set to NO
2055 # The default value is: NO.
2057 HAVE_DOT = NO
2059 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2060 # to run in parallel. When set to 0 doxygen will base this on the number of
2069 # When you want a differently looking font n the dot files that doxygen
2086 # By default doxygen will tell dot to use the default font as specified with
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.
2101 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2108 COLLABORATION_GRAPH = NO
2110 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2117 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2120 # The default value is: NO.
2123 UML_LOOK = NO
2129 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2141 # The default value is: NO.
2144 TEMPLATE_RELATIONS = NO
2147 # YES then doxygen will generate a graph for each documented file showing the
2153 INCLUDE_GRAPH = NO
2156 # set to YES then doxygen will generate a graph for each documented file showing
2162 INCLUDED_BY_GRAPH = NO
2164 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2170 # The default value is: NO.
2173 CALL_GRAPH = NO
2175 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2181 # The default value is: NO.
2184 CALLER_GRAPH = NO
2186 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2193 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2220 # The default value is: NO.
2223 INTERACTIVE_SVG = NO
2252 # larger than this value, doxygen will truncate the graph, which is visualized
2253 # by representing a node as a red box. Note that doxygen if the number of direct
2268 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
2279 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2281 # The default value is: NO.
2284 DOT_TRANSPARENT = NO
2287 # files in one run (i.e. multiple -o and -T options on the command line). This
2290 # The default value is: NO.
2293 DOT_MULTI_TARGETS = NO
2295 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2303 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot