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 #---------------------------------------------------------------------------
753 @abs_top_srcdir@/doxygen-mainpage.dox
756 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
760 # The default value is: UTF-8.
762 INPUT_ENCODING = UTF-8
766 # *.h) to filter out the source-files in the directories. If left blank the
777 # The default value is: NO.
785 # Note that relative paths are relative to the directory from which doxygen is
793 # The default value is: NO.
795 EXCLUDE_SYMLINKS = NO
825 # *.h) to filter out the source-files in the directories. If left blank all
833 # The default value is: NO.
835 EXAMPLE_RECURSIVE = NO
843 # The INPUT_FILTER tag can be used to specify a program that doxygen should
844 # invoke to filter for each input file. Doxygen will invoke the filter program
847 # <filter> <input-file>
849 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
850 # name of an input file. Doxygen will then use the output that the filter
861 # basis. Doxygen will compare the file name with each pattern and apply the
872 # The default value is: NO.
874 FILTER_SOURCE_FILES = NO
887 # and want to reuse the introduction page also for the doxygen output.
891 #---------------------------------------------------------------------------
893 #---------------------------------------------------------------------------
896 # generated. Documented entities will be cross-referenced with these sources.
899 # also VERBATIM_HEADERS is set to NO.
900 # The default value is: NO.
902 SOURCE_BROWSER = NO
906 # The default value is: NO.
908 INLINE_SOURCES = NO
910 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
919 # The default value is: NO.
921 REFERENCED_BY_RELATION = NO
925 # The default value is: NO.
927 REFERENCES_RELATION = NO
948 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
954 # - Install the latest version of global
955 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
956 # - Make sure the INPUT points to the root of the source tree
957 # - Run doxygen as normal
959 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
962 # The result: instead of the source browser generated by doxygen, the links to
964 # The default value is: NO.
967 USE_HTAGS = NO
969 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
971 # specified. Set to NO to disable this.
977 #---------------------------------------------------------------------------
979 #---------------------------------------------------------------------------
1003 #---------------------------------------------------------------------------
1005 #---------------------------------------------------------------------------
1007 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1027 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1028 # each generated HTML page. If the tag is left blank doxygen will generate a
1032 # that doxygen needs, which is dependent on the configuration options used (e.g.
1035 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1037 # and then modify the file new_header.html. See also section "Doxygen usage"
1038 # for information on how to generate the default header that doxygen normally
1041 # default header when upgrading to a newer version of doxygen. For a description
1047 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1048 # generated HTML page. If the tag is left blank doxygen will generate a standard
1051 # section "Doxygen usage" for information on how to generate the default footer
1052 # that doxygen normally uses.
1057 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1058 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1059 # the HTML output. If left blank doxygen will generate a default style sheet.
1060 # See also section "Doxygen usage" for information on how to generate the style
1061 # sheet that doxygen normally uses.
1069 # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
1071 # created by doxygen. Using this option one can overrule certain style aspects.
1074 # Doxygen will copy the style sheet file to the output directory. For an example
1085 # files will be copied as-is; there are no commands or markers available.
1090 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1122 # to NO can help when comparing the output of multiple runs.
1131 # The default value is: NO.
1134 HTML_DYNAMIC_SECTIONS = NO
1138 # and collapse entries dynamically later on. Doxygen will expand the tree to
1152 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1158 # The default value is: NO.
1161 GENERATE_DOCSET = NO
1166 # The default value is: Doxygen generated docs.
1169 DOCSET_FEEDNAME = "Doxygen generated docs"
1172 # set bundle. This should be a reverse domain-name style string, e.g.
1173 # com.mycompany.MyDocSet. Doxygen will append .docset to the name.
1174 # The default value is: org.doxygen.Project.
1177 DOCSET_BUNDLE_ID = org.doxygen.Project
1180 # the documentation publisher. This should be a reverse domain-name style
1182 # The default value is: org.doxygen.Publisher.
1185 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
1193 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1196 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1200 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
1206 # The default value is: NO.
1209 GENERATE_HTMLHELP = NO
1219 # including file name) of the HTML help compiler ( hhc.exe). If non-empty
1220 # doxygen will try to run the HTML help compiler on the generated index.hhp.
1227 # YES) or that it should be included in the main .chm file ( NO).
1228 # The default value is: NO.
1231 GENERATE_CHI = NO
1240 # YES) or a normal table of contents ( NO) in the .chm file.
1241 # The default value is: NO.
1244 BINARY_TOC = NO
1248 # The default value is: NO.
1251 TOC_EXPAND = NO
1257 # The default value is: NO.
1271 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1272 # The default value is: org.doxygen.Project.
1279 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1288 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1296 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1304 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1310 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1323 # The default value is: NO.
1326 GENERATE_ECLIPSEHELP = NO
1331 # The default value is: org.doxygen.Project.
1334 ECLIPSE_DOC_ID = org.doxygen.Project
1339 # of each HTML page. A value of NO enables the index and the value YES disables
1342 # The default value is: NO.
1345 DISABLE_INDEX = NO
1347 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1349 # value is set to YES, a side panel will be generated containing a tree-like
1354 # further fine-tune the look of the index. As an example, the default style
1355 # sheet generated by doxygen has an example that shows how to put an image at
1359 # The default value is: NO.
1362 GENERATE_TREEVIEW = NO
1365 # doxygen will group on one line in the generated HTML documentation.
1381 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1383 # The default value is: NO.
1386 EXT_LINKS_IN_WINDOW = NO
1390 # doxygen run you need to manually remove any form_*.png images from the HTML
1414 # The default value is: NO.
1417 USE_MATHJAX = NO
1422 # Possible values are: HTML-CSS (which is slower, but has the best
1424 # The default value is: HTML-CSS.
1427 MATHJAX_FORMAT = HTML-CSS
1457 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1481 # EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
1485 # The default value is: NO.
1490 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1492 # which needs to be processed by an external indexer. Doxygen will invoke an
1496 # Doxygen ships with an example indexer ( doxyindexer) and search engine
1501 # The default value is: NO.
1509 # Doxygen ships with an example indexer ( doxyindexer) and search engine
1533 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1543 #---------------------------------------------------------------------------
1545 #---------------------------------------------------------------------------
1547 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1578 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1581 # The default value is: NO.
1584 COMPACT_LATEX = NO
1599 # If left blank no extra packages will be included.
1606 # chapter. If it is left blank doxygen will generate a standard header. See
1607 # section "Doxygen usage" for information on how to let doxygen write the
1610 # Note: Only use a user-defined header if you know what you are doing! The
1612 # $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will
1614 # only the current date, the version number of doxygen, the project name (see
1622 # chapter. If it is left blank doxygen will generate a standard footer.
1624 # Note: Only use a user-defined footer if you know what you are doing!
1631 # directory. Note that the files will be copied as-is; there are no commands or
1646 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1654 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1658 # The default value is: NO.
1661 LATEX_BATCHMODE = NO
1663 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1665 # The default value is: NO.
1668 LATEX_HIDE_INDICES = NO
1670 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1675 # The default value is: NO.
1678 LATEX_SOURCE_CODE = NO
1688 #---------------------------------------------------------------------------
1690 #---------------------------------------------------------------------------
1692 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1695 # The default value is: NO.
1697 GENERATE_RTF = NO
1707 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1710 # The default value is: NO.
1713 COMPACT_RTF = NO
1722 # The default value is: NO.
1725 RTF_HYPERLINKS = NO
1727 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1731 # See also section "Doxygen usage" for information on how to generate the
1732 # default style sheet that doxygen normally uses.
1738 # similar to doxygen's config file. A template extensions file can be generated
1739 # using doxygen -e rtf extensionFile.
1744 #---------------------------------------------------------------------------
1746 #---------------------------------------------------------------------------
1748 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1750 # The default value is: NO.
1752 GENERATE_MAN = NO
1772 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1776 # The default value is: NO.
1779 MAN_LINKS = NO
1781 #---------------------------------------------------------------------------
1783 #---------------------------------------------------------------------------
1785 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1787 # The default value is: NO.
1789 GENERATE_XML = NO
1811 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1812 # listings (including syntax highlighting and cross-referencing information) to
1820 #---------------------------------------------------------------------------
1822 #---------------------------------------------------------------------------
1824 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1826 # The default value is: NO.
1828 GENERATE_DOCBOOK = NO
1838 #---------------------------------------------------------------------------
1840 #---------------------------------------------------------------------------
1842 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1846 # The default value is: NO.
1848 GENERATE_AUTOGEN_DEF = NO
1850 #---------------------------------------------------------------------------
1852 #---------------------------------------------------------------------------
1854 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1858 # The default value is: NO.
1860 GENERATE_PERLMOD = NO
1862 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1865 # The default value is: NO.
1868 PERLMOD_LATEX = NO
1872 # understand what is going on. On the other hand, if this tag is set to NO the
1888 #---------------------------------------------------------------------------
1890 #---------------------------------------------------------------------------
1892 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1893 # C-preprocessor directives found in the sources and include files.
1898 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1899 # in the source code. If set to NO only conditional compilation will be
1902 # The default value is: NO.
1905 MACRO_EXPANSION = NO
1910 # The default value is: NO.
1913 EXPAND_ONLY_PREDEF = NO
1930 # patterns (like *.h and *.hpp) to filter out the header-files in the
1938 # defined before the preprocessor is started (similar to the -D option of e.g.
1940 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
1956 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1957 # remove all references to function-like macros that are alone on a line, have an
1959 # typically used for boiler-plate code, and will confuse the parser if not
1966 #---------------------------------------------------------------------------
1968 #---------------------------------------------------------------------------
1980 # the path). If a tag file is not located in the directory in which doxygen is
1985 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
1992 # class index. If set to NO only the inherited external classes will be listed.
1993 # The default value is: NO.
1995 ALLEXTERNALS = NO
1998 # the modules index. If set to NO, only the current project's groups will be
2005 # the related pages index. If set to NO, only the current project's pages will
2017 #---------------------------------------------------------------------------
2019 #---------------------------------------------------------------------------
2021 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2023 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
2030 # You can define message sequence charts within doxygen comments using the \msc
2031 # command. Doxygen will then run the mscgen tool (see:
2039 # You can include diagrams made with dia in doxygen documentation. Doxygen will
2052 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2055 # Bell Labs. The other options in this section have no effect if this option is
2056 # set to NO
2057 # The default value is: NO.
2059 HAVE_DOT = NO
2061 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2062 # to run in parallel. When set to 0 doxygen will base this on the number of
2071 # When you want a differently looking font n the dot files that doxygen
2088 # By default doxygen will tell dot to use the default font as specified with
2095 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2097 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2103 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2110 COLLABORATION_GRAPH = NO
2112 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2119 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2122 # The default value is: NO.
2125 UML_LOOK = NO
2131 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2143 # The default value is: NO.
2146 TEMPLATE_RELATIONS = NO
2149 # YES then doxygen will generate a graph for each documented file showing the
2155 INCLUDE_GRAPH = NO
2158 # set to YES then doxygen will generate a graph for each documented file showing
2164 INCLUDED_BY_GRAPH = NO
2166 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2172 # The default value is: NO.
2175 CALL_GRAPH = NO
2177 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2183 # The default value is: NO.
2186 CALLER_GRAPH = NO
2188 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2195 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2222 # The default value is: NO.
2225 INTERACTIVE_SVG = NO
2254 # larger than this value, doxygen will truncate the graph, which is visualized
2255 # by representing a node as a red box. Note that doxygen if the number of direct
2270 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
2281 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2283 # The default value is: NO.
2286 DOT_TRANSPARENT = NO
2289 # files in one run (i.e. multiple -o and -T options on the command line). This
2292 # The default value is: NO.
2295 DOT_MULTI_TARGETS = NO
2297 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2305 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot