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
35 PROJECT_NAME = clang-tools
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
135 FULL_PATH_NAMES = NO
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.
516 FORCE_LOCAL_INCLUDES = 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 #---------------------------------------------------------------------------
747 @abs_srcdir@/../change-namespace \
748 @abs_srcdir@/../clang-apply-replacements \
749 @abs_srcdir@/../clang-doc \
750 @abs_srcdir@/../clang-move \
751 @abs_srcdir@/../clang-query \
752 @abs_srcdir@/../clang-reorder-fields \
753 @abs_srcdir@/../clang-tidy \
755 @abs_srcdir@/../clang-include-fixer \
757 @abs_srcdir@/../pp-trace \
758 @abs_srcdir@/../tool-template \
759 @abs_srcdir@/doxygen-mainpage.dox
762 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
766 # The default value is: UTF-8.
768 INPUT_ENCODING = UTF-8
772 # *.h) to filter out the source-files in the directories. If left blank the
783 # The default value is: NO.
791 # Note that relative paths are relative to the directory from which doxygen is
799 # The default value is: NO.
801 EXCLUDE_SYMLINKS = NO
831 # *.h) to filter out the source-files in the directories. If left blank all
839 # The default value is: NO.
849 # The INPUT_FILTER tag can be used to specify a program that doxygen should
850 # invoke to filter for each input file. Doxygen will invoke the filter program
853 # <filter> <input-file>
855 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
856 # name of an input file. Doxygen will then use the output that the filter
867 # basis. Doxygen will compare the file name with each pattern and apply the
878 # The default value is: NO.
880 FILTER_SOURCE_FILES = NO
893 # and want to reuse the introduction page also for the doxygen output.
897 #---------------------------------------------------------------------------
899 #---------------------------------------------------------------------------
902 # generated. Documented entities will be cross-referenced with these sources.
905 # also VERBATIM_HEADERS is set to NO.
906 # The default value is: NO.
912 # The default value is: NO.
914 INLINE_SOURCES = NO
916 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
921 STRIP_CODE_COMMENTS = NO
925 # The default value is: NO.
931 # The default value is: NO.
954 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
960 # - Install the latest version of global
961 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
962 # - Make sure the INPUT points to the root of the source tree
963 # - Run doxygen as normal
965 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
968 # The result: instead of the source browser generated by doxygen, the links to
970 # The default value is: NO.
973 USE_HTAGS = NO
975 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
977 # specified. Set to NO to disable this.
983 #---------------------------------------------------------------------------
985 #---------------------------------------------------------------------------
1009 #---------------------------------------------------------------------------
1011 #---------------------------------------------------------------------------
1013 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1033 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1034 # each generated HTML page. If the tag is left blank doxygen will generate a
1038 # that doxygen needs, which is dependent on the configuration options used (e.g.
1041 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1043 # and then modify the file new_header.html. See also section "Doxygen usage"
1044 # for information on how to generate the default header that doxygen normally
1047 # default header when upgrading to a newer version of doxygen. For a description
1053 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1054 # generated HTML page. If the tag is left blank doxygen will generate a standard
1057 # section "Doxygen usage" for information on how to generate the default footer
1058 # that doxygen normally uses.
1063 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1064 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1065 # the HTML output. If left blank doxygen will generate a default style sheet.
1066 # See also section "Doxygen usage" for information on how to generate the style
1067 # sheet that doxygen normally uses.
1075 # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
1077 # created by doxygen. Using this option one can overrule certain style aspects.
1080 # Doxygen will copy the style sheet file to the output directory. For an example
1091 # files will be copied as-is; there are no commands or markers available.
1096 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1128 # to NO can help when comparing the output of multiple runs.
1137 # The default value is: NO.
1140 HTML_DYNAMIC_SECTIONS = NO
1144 # and collapse entries dynamically later on. Doxygen will expand the tree to
1158 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1164 # The default value is: NO.
1167 GENERATE_DOCSET = NO
1172 # The default value is: Doxygen generated docs.
1175 DOCSET_FEEDNAME = "Doxygen generated docs"
1178 # set bundle. This should be a reverse domain-name style string, e.g.
1179 # com.mycompany.MyDocSet. Doxygen will append .docset to the name.
1180 # The default value is: org.doxygen.Project.
1183 DOCSET_BUNDLE_ID = org.doxygen.Project
1186 # the documentation publisher. This should be a reverse domain-name style
1188 # The default value is: org.doxygen.Publisher.
1191 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
1199 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1202 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1206 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
1212 # The default value is: NO.
1215 GENERATE_HTMLHELP = NO
1225 # including file name) of the HTML help compiler ( hhc.exe). If non-empty
1226 # doxygen will try to run the HTML help compiler on the generated index.hhp.
1233 # YES) or that it should be included in the main .chm file ( NO).
1234 # The default value is: NO.
1237 GENERATE_CHI = NO
1246 # YES) or a normal table of contents ( NO) in the .chm file.
1247 # The default value is: NO.
1250 BINARY_TOC = NO
1254 # The default value is: NO.
1257 TOC_EXPAND = NO
1263 # The default value is: NO.
1277 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1278 # The default value is: org.doxygen.Project.
1285 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1294 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1302 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1310 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1316 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1329 # The default value is: NO.
1332 GENERATE_ECLIPSEHELP = NO
1337 # The default value is: org.doxygen.Project.
1340 ECLIPSE_DOC_ID = org.doxygen.Project
1345 # of each HTML page. A value of NO enables the index and the value YES disables
1348 # The default value is: NO.
1351 DISABLE_INDEX = NO
1353 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1355 # value is set to YES, a side panel will be generated containing a tree-like
1360 # further fine-tune the look of the index. As an example, the default style
1361 # sheet generated by doxygen has an example that shows how to put an image at
1365 # The default value is: NO.
1368 GENERATE_TREEVIEW = NO
1371 # doxygen will group on one line in the generated HTML documentation.
1387 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1389 # The default value is: NO.
1392 EXT_LINKS_IN_WINDOW = NO
1396 # doxygen run you need to manually remove any form_*.png images from the HTML
1420 # The default value is: NO.
1423 USE_MATHJAX = NO
1428 # Possible values are: HTML-CSS (which is slower, but has the best
1430 # The default value is: HTML-CSS.
1433 MATHJAX_FORMAT = HTML-CSS
1463 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1487 # EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
1491 # The default value is: NO.
1496 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1498 # which needs to be processed by an external indexer. Doxygen will invoke an
1502 # Doxygen ships with an example indexer ( doxyindexer) and search engine
1507 # The default value is: NO.
1515 # Doxygen ships with an example indexer ( doxyindexer) and search engine
1537 EXTERNAL_SEARCH_ID = clang-tools
1539 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1549 #---------------------------------------------------------------------------
1551 #---------------------------------------------------------------------------
1553 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1556 GENERATE_LATEX = NO
1584 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1587 # The default value is: NO.
1590 COMPACT_LATEX = NO
1605 # If left blank no extra packages will be included.
1612 # chapter. If it is left blank doxygen will generate a standard header. See
1613 # section "Doxygen usage" for information on how to let doxygen write the
1616 # Note: Only use a user-defined header if you know what you are doing! The
1618 # $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will
1620 # only the current date, the version number of doxygen, the project name (see
1628 # chapter. If it is left blank doxygen will generate a standard footer.
1630 # Note: Only use a user-defined footer if you know what you are doing!
1637 # directory. Note that the files will be copied as-is; there are no commands or
1652 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1660 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1664 # The default value is: NO.
1667 LATEX_BATCHMODE = NO
1669 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1671 # The default value is: NO.
1674 LATEX_HIDE_INDICES = NO
1676 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1681 # The default value is: NO.
1684 LATEX_SOURCE_CODE = NO
1694 #---------------------------------------------------------------------------
1696 #---------------------------------------------------------------------------
1698 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1701 # The default value is: NO.
1703 GENERATE_RTF = NO
1713 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1716 # The default value is: NO.
1719 COMPACT_RTF = NO
1728 # The default value is: NO.
1731 RTF_HYPERLINKS = NO
1733 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1737 # See also section "Doxygen usage" for information on how to generate the
1738 # default style sheet that doxygen normally uses.
1744 # similar to doxygen's config file. A template extensions file can be generated
1745 # using doxygen -e rtf extensionFile.
1750 #---------------------------------------------------------------------------
1752 #---------------------------------------------------------------------------
1754 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1756 # The default value is: NO.
1758 GENERATE_MAN = NO
1778 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1782 # The default value is: NO.
1785 MAN_LINKS = NO
1787 #---------------------------------------------------------------------------
1789 #---------------------------------------------------------------------------
1791 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1793 # The default value is: NO.
1795 GENERATE_XML = NO
1805 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1806 # listings (including syntax highlighting and cross-referencing information) to
1814 #---------------------------------------------------------------------------
1816 #---------------------------------------------------------------------------
1818 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1820 # The default value is: NO.
1822 GENERATE_DOCBOOK = NO
1832 #---------------------------------------------------------------------------
1834 #---------------------------------------------------------------------------
1836 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1840 # The default value is: NO.
1842 GENERATE_AUTOGEN_DEF = NO
1844 #---------------------------------------------------------------------------
1846 #---------------------------------------------------------------------------
1848 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1852 # The default value is: NO.
1854 GENERATE_PERLMOD = NO
1856 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1859 # The default value is: NO.
1862 PERLMOD_LATEX = NO
1866 # understand what is going on. On the other hand, if this tag is set to NO the
1882 #---------------------------------------------------------------------------
1884 #---------------------------------------------------------------------------
1886 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1887 # C-preprocessor directives found in the sources and include files.
1892 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1893 # in the source code. If set to NO only conditional compilation will be
1896 # The default value is: NO.
1904 # The default value is: NO.
1925 # patterns (like *.h and *.hpp) to filter out the header-files in the
1933 # defined before the preprocessor is started (similar to the -D option of e.g.
1935 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
1951 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1952 # remove all references to function-like macros that are alone on a line, have an
1954 # typically used for boiler-plate code, and will confuse the parser if not
1961 #---------------------------------------------------------------------------
1963 #---------------------------------------------------------------------------
1975 # the path). If a tag file is not located in the directory in which doxygen is
1980 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
1987 # class index. If set to NO only the inherited external classes will be listed.
1988 # The default value is: NO.
1993 # the modules index. If set to NO, only the current project's groups will be
2000 # the related pages index. If set to NO, only the current project's pages will
2012 #---------------------------------------------------------------------------
2014 #---------------------------------------------------------------------------
2016 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2018 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
2025 # You can define message sequence charts within doxygen comments using the \msc
2026 # command. Doxygen will then run the mscgen tool (see:
2034 # You can include diagrams made with dia in doxygen documentation. Doxygen will
2045 HIDE_UNDOC_RELATIONS = NO
2047 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2050 # Bell Labs. The other options in this section have no effect if this option is
2051 # set to NO
2052 # The default value is: NO.
2056 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2057 # to run in parallel. When set to 0 doxygen will base this on the number of
2066 # When you want a differently looking font n the dot files that doxygen
2083 # By default doxygen will tell dot to use the default font as specified with
2090 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2092 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2098 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2105 COLLABORATION_GRAPH = NO
2107 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2114 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2117 # The default value is: NO.
2120 UML_LOOK = NO
2126 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2138 # The default value is: NO.
2144 # YES then doxygen will generate a graph for each documented file showing the
2150 INCLUDE_GRAPH = NO
2153 # set to YES then doxygen will generate a graph for each documented file showing
2159 INCLUDED_BY_GRAPH = NO
2161 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2167 # The default value is: NO.
2170 CALL_GRAPH = NO
2172 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2178 # The default value is: NO.
2181 CALLER_GRAPH = NO
2183 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2190 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2217 # The default value is: NO.
2220 INTERACTIVE_SVG = NO
2249 # larger than this value, doxygen will truncate the graph, which is visualized
2250 # by representing a node as a red box. Note that doxygen if the number of direct
2265 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
2276 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2278 # The default value is: NO.
2284 # files in one run (i.e. multiple -o and -T options on the command line). This
2287 # The default value is: NO.
2292 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2300 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot