Lines Matching +full:no +full:- +full:output
16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
52 # the logo to the output directory.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64 # directories (in 2 levels) under the output directory of each output format and
69 # The default value is: NO.
71 CREATE_SUBDIRS = NO
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
77 # The default value is: NO.
79 ALLOW_UNICODE_NAMES = NO
83 # information to generate all constant output in the proper language.
85 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
87 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
88 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
90 # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
98 # documentation (similar to Javadoc). Set to NO to disable this.
106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
112 # This tag implements a quasi-intelligent brief description abbreviator that is
116 # text. Otherwise, the brief description is used as-is. If left blank, the
126 # The default value is: NO.
128 ALWAYS_DETAILED_SEC = NO
134 # The default value is: NO.
136 INLINE_INHERITED_MEMB = NO
139 # before files name in the file list and in the header files. If set to NO the
143 FULL_PATH_NAMES = NO
145 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
146 # Stripping is only done if one of the specified strings matches the left-hand
157 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
162 # using the -I flag.
168 # support long names like on DOS, Mac, or CD-ROM.
169 # The default value is: NO.
171 SHORT_NAMES = NO
174 # first line (until the first dot) of a Javadoc-style comment as the brief
175 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
178 # The default value is: NO.
180 JAVADOC_AUTOBRIEF = NO
183 # line (until the first dot) of a Qt-style comment as the brief description. If
184 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
186 # The default value is: NO.
188 QT_AUTOBRIEF = NO
191 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
193 # to treat a multi-line C++ comment block as a detailed description. Set this
198 # The default value is: NO.
200 MULTILINE_CPP_IS_BRIEF = NO
203 # documentation from any documented member that it re-implements.
209 # page for each member. If set to NO, the documentation of a member will be part
211 # The default value is: NO.
213 SEPARATE_MEMBER_PAGES = NO
227 # documentation, which will result in a user-defined paragraph with heading
233 # This tag can be used to specify a number of word-keyword mappings (TCL only).
240 # only. Doxygen will then generate output that is more tailored for C. For
243 # The default value is: NO.
248 # Python sources only. Doxygen will then generate output that is more tailored
251 # The default value is: NO.
253 OPTIMIZE_OUTPUT_JAVA = NO
256 # sources. Doxygen will then generate output that is tailored for Fortran.
257 # The default value is: NO.
259 OPTIMIZE_FOR_FORTRAN = NO
262 # sources. Doxygen will then generate output that is tailored for VHDL.
263 # The default value is: NO.
265 OPTIMIZE_OUTPUT_VHDL = NO
269 # extension. Doxygen has a built-in mapping, but you can override or extend it
272 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
286 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
289 # The output of markdown processing is further processed by doxygen, so you can
299 # globally by setting AUTOLINK_SUPPORT to NO.
310 # The default value is: NO.
312 BUILTIN_STL_SUPPORT = NO
316 # The default value is: NO.
318 CPP_CLI_SUPPORT = NO
323 # of private inheritance when no explicit protection keyword is present.
324 # The default value is: NO.
326 SIP_SUPPORT = NO
333 # should set this option to NO.
342 # The default value is: NO.
344 DISTRIBUTE_GROUP_DOC = NO
349 # The default value is: NO.
351 GROUP_NESTED_COMPOUNDS = NO
355 # type (e.g. under the Public Functions section). Set it to NO to prevent
369 # The default value is: NO.
371 INLINE_GROUPED_CLASSES = NO
377 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
379 # The default value is: NO.
381 INLINE_SIMPLE_STRUCTS = NO
390 # The default value is: NO.
397 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
407 #---------------------------------------------------------------------------
409 #---------------------------------------------------------------------------
412 # documentation are documented, even if no documentation was available. Private
417 # The default value is: NO.
423 # The default value is: NO.
425 EXTRACT_PRIVATE = NO
429 # The default value is: NO.
431 EXTRACT_PACKAGE = NO
435 # The default value is: NO.
440 # locally in source files will be included in the documentation. If set to NO,
447 # This flag is only useful for Objective-C code. If set to YES, local methods,
449 # included in the documentation. If set to NO, only methods in the interface are
451 # The default value is: NO.
453 EXTRACT_LOCAL_METHODS = NO
460 # The default value is: NO.
462 EXTRACT_ANON_NSPACES = NO
465 # undocumented members inside documented classes or files. If set to NO these
466 # members will be included in the various overviews, but no documentation
467 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
468 # The default value is: NO.
470 HIDE_UNDOC_MEMBERS = NO
474 # to NO, these classes will be included in the various overviews. This option
475 # has no effect if EXTRACT_ALL is enabled.
476 # The default value is: NO.
478 HIDE_UNDOC_CLASSES = NO
481 # (class|struct|union) declarations. If set to NO, these declarations will be
483 # The default value is: NO.
485 HIDE_FRIEND_COMPOUNDS = NO
488 # documentation blocks found inside the body of a function. If set to NO, these
490 # The default value is: NO.
492 HIDE_IN_BODY_DOCS = NO
495 # \internal command is included. If the tag is set to NO then the documentation
497 # The default value is: NO.
499 INTERNAL_DOCS = NO
501 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
502 # names in lower-case letters. If set to YES, upper-case letters are also
505 # and Mac users are advised to set this option to NO.
510 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
513 # The default value is: NO.
515 HIDE_SCOPE_NAMES = NO
517 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
520 # The default value is: NO.
522 HIDE_COMPOUND_REFERENCE= NO
528 SHOW_INCLUDE_FILES = NO
533 # The default value is: NO.
535 SHOW_GROUPED_MEMB_INC = NO
539 # The default value is: NO.
541 FORCE_LOCAL_INCLUDES = NO
551 # name. If set to NO, the members will appear in declaration order.
558 # name. If set to NO, the members will appear in declaration order. Note that
560 # The default value is: NO.
562 SORT_BRIEF_DOCS = NO
566 # destructors are listed first. If set to NO the constructors will appear in the
568 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
570 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
572 # The default value is: NO.
574 SORT_MEMBERS_CTORS_1ST = NO
577 # of group names into alphabetical order. If set to NO the group names will
579 # The default value is: NO.
581 SORT_GROUP_NAMES = NO
584 # fully-qualified names, including namespaces. If set to NO, the class list will
589 # The default value is: NO.
591 SORT_BY_SCOPE_NAME = NO
599 # The default value is: NO.
601 STRICT_PROTO_MATCHING = NO
603 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
609 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
615 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
621 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
645 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
652 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
659 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
669 # popen()) the command command input-file, where command is the value of the
670 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
671 # by doxygen. Whatever the program writes to standard output is used as the file
678 # output files in an output format independent way. To create the layout file
679 # that represents doxygen's defaults, run doxygen with the -l option. You can
699 #---------------------------------------------------------------------------
701 #---------------------------------------------------------------------------
704 # standard output by doxygen. If QUIET is set to YES this implies that the
706 # The default value is: NO.
708 QUIET = NO
735 # are documented, but have no documentation for their parameters or return
736 # value. If set to NO, doxygen will only warn about wrong or incomplete
738 # The default value is: NO.
740 WARN_NO_PARAMDOC = NO
744 # The default value is: NO.
746 WARN_AS_ERROR = NO
759 # messages should be written. If left blank the output is written to standard
764 #---------------------------------------------------------------------------
766 #---------------------------------------------------------------------------
777 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
781 # The default value is: UTF-8.
783 INPUT_ENCODING = UTF-8
787 # *.h) to filter out the source-files in the directories.
803 # The default value is: NO.
805 RECURSIVE = NO
819 # The default value is: NO.
821 EXCLUDE_SYMLINKS = NO
834 # output. The symbol name can be a fully qualified name, a word, or if the
851 # *.h) to filter out the source-files in the directories. If left blank all
859 # The default value is: NO.
861 EXAMPLE_RECURSIVE = NO
873 # <filter> <input-file>
875 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
876 # name of an input file. Doxygen will then use the output that the filter
877 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
881 # code is scanned, but not when the output code is generated. If lines are added
906 # The default value is: NO.
908 FILTER_SOURCE_FILES = NO
921 # and want to reuse the introduction page also for the doxygen output.
925 #---------------------------------------------------------------------------
927 #---------------------------------------------------------------------------
930 # generated. Documented entities will be cross-referenced with these sources.
932 # Note: To get rid of all source code in the generated output, make sure that
933 # also VERBATIM_HEADERS is set to NO.
934 # The default value is: NO.
936 SOURCE_BROWSER = NO
940 # The default value is: NO.
942 INLINE_SOURCES = NO
949 STRIP_CODE_COMMENTS = NO
953 # The default value is: NO.
955 REFERENCED_BY_RELATION = NO
959 # The default value is: NO.
961 REFERENCES_RELATION = NO
982 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
988 # - Install the latest version of global
989 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
990 # - Make sure the INPUT points to the root of the source tree
991 # - Run doxygen as normal
997 # source code will now point to the output of htags.
998 # The default value is: NO.
1001 USE_HTAGS = NO
1005 # specified. Set to NO to disable this.
1014 # rich C++ code for which doxygen's built-in parser lacks the necessary type
1017 # generated with the -Duse-libclang=ON option for CMake.
1018 # The default value is: NO.
1020 CLANG_ASSISTED_PARSING = NO
1030 #---------------------------------------------------------------------------
1032 #---------------------------------------------------------------------------
1056 #---------------------------------------------------------------------------
1057 # Configuration options related to the HTML output
1058 #---------------------------------------------------------------------------
1060 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1080 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1088 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1100 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1110 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1111 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1112 # the HTML output. If left blank doxygen will generate a default style sheet.
1122 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1127 # Doxygen will copy the style sheet files to the output directory.
1136 # other source files which should be copied to the HTML output directory. Note
1137 # that these files will be copied to the base HTML output directory. Use the
1140 # files will be copied as-is; there are no commands or markers available.
1145 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1157 # in the HTML output. For a value of 0 the output will use grayscales only. A
1165 # luminance component of the colors in the HTML output. Values below 100
1166 # gradually make the output lighter, whereas values above 100 make the output
1179 # The default value is: NO.
1182 HTML_TIMESTAMP = NO
1187 # The default value is: NO.
1190 HTML_DYNAMIC_SECTIONS = NO
1209 # Makefile in the HTML output directory. Running make will produce the docset in
1214 # The default value is: NO.
1217 GENERATE_DOCSET = NO
1228 # set bundle. This should be a reverse domain-name style string, e.g.
1236 # the documentation publisher. This should be a reverse domain-name style
1252 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1255 # The HTML Help Workshop contains a compiler that can convert all HTML output
1262 # The default value is: NO.
1265 GENERATE_HTMLHELP = NO
1269 # written to the html output directory.
1275 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1283 # (YES) or that it should be included in the master .chm file (NO).
1284 # The default value is: NO.
1287 GENERATE_CHI = NO
1296 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1298 # The default value is: NO.
1301 BINARY_TOC = NO
1305 # The default value is: NO.
1308 TOC_EXPAND = NO
1314 # The default value is: NO.
1317 GENERATE_QHP = NO
1321 # the HTML output folder.
1327 # Project output. For more information please see Qt Help Project / Namespace
1328 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1335 # Help Project output. For more information please see Qt Help Project / Virtual
1336 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1345 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1353 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1361 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1367 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1380 # The default value is: NO.
1383 GENERATE_ECLIPSEHELP = NO
1396 # of each HTML page. A value of NO enables the index and the value YES disables
1399 # The default value is: NO.
1402 DISABLE_INDEX = NO
1404 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1406 # value is set to YES, a side panel will be generated containing a tree-like
1411 # further fine-tune the look of the index. As an example, the default style
1416 # The default value is: NO.
1419 GENERATE_TREEVIEW = NO
1440 # The default value is: NO.
1443 EXT_LINKS_IN_WINDOW = NO
1448 # output directory to force them to be regenerated.
1459 # the HTML output directory before the changes have effect.
1467 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1468 # installed or if you want to formulas look prettier in the HTML output. When
1471 # The default value is: NO.
1474 USE_MATHJAX = NO
1476 # When MathJax is enabled you can set the default output format to be used for
1477 # the MathJax output. See the MathJax site (see:
1478 # http://docs.mathjax.org/en/latest/output.html) for more details.
1479 # Possible values are: HTML-CSS (which is slower, but has the best
1481 # The default value is: HTML-CSS.
1484 MATHJAX_FORMAT = HTML-CSS
1487 # output directory using the MATHJAX_RELPATH option. The destination directory
1489 # is located at the same level as the HTML output directory, then
1508 # (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
1515 # the HTML output. The underlying search engine uses javascript and DHTML and
1542 # The default value is: NO.
1545 SERVER_BASED_SEARCH = NO
1547 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1558 # The default value is: NO.
1561 EXTERNAL_SEARCH = NO
1600 #---------------------------------------------------------------------------
1601 # Configuration options related to the LaTeX output
1602 #---------------------------------------------------------------------------
1604 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1607 GENERATE_LATEX = NO
1621 # bitmaps for formulas in the HTML output, but not in the Makefile that is
1622 # written to the output directory.
1638 # The default value is: NO.
1641 COMPACT_LATEX = NO
1653 # that should be included in the LaTeX output. The package can be specified just
1659 # If left blank no extra packages will be included.
1670 # Note: Only use a user-defined header if you know what you are doing! The
1686 # Note: Only use a user-defined footer if you know what you are doing!
1691 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1694 # will copy the style sheet files to the output directory.
1703 # other source files which should be copied to the LATEX_OUTPUT output
1704 # directory. Note that the files will be copied as-is; there are no commands or
1712 # contain links (just like the HTML output) instead of page references. This
1713 # makes the output suitable for online browsing using a PDF viewer.
1731 # The default value is: NO.
1734 LATEX_BATCHMODE = NO
1737 # index chapters (such as File Index, Compound Index, etc.) in the output.
1738 # The default value is: NO.
1741 LATEX_HIDE_INDICES = NO
1744 # code with syntax highlighting in the LaTeX output.
1748 # The default value is: NO.
1751 LATEX_SOURCE_CODE = NO
1763 # to NO can help when comparing the output of multiple runs.
1764 # The default value is: NO.
1767 LATEX_TIMESTAMP = NO
1769 #---------------------------------------------------------------------------
1770 # Configuration options related to the RTF output
1771 #---------------------------------------------------------------------------
1773 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1774 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
1776 # The default value is: NO.
1778 GENERATE_RTF = NO
1791 # The default value is: NO.
1794 COMPACT_RTF = NO
1798 # output) instead of page references. This makes the output suitable for online
1803 # The default value is: NO.
1806 RTF_HYPERLINKS = NO
1820 # using doxygen -e rtf extensionFile.
1826 # with syntax highlighting in the RTF output.
1830 # The default value is: NO.
1833 RTF_SOURCE_CODE = NO
1835 #---------------------------------------------------------------------------
1836 # Configuration options related to the man page output
1837 #---------------------------------------------------------------------------
1841 # The default value is: NO.
1843 GENERATE_MAN = NO
1870 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1874 # The default value is: NO.
1877 MAN_LINKS = NO
1879 #---------------------------------------------------------------------------
1880 # Configuration options related to the XML output
1881 #---------------------------------------------------------------------------
1885 # The default value is: NO.
1887 GENERATE_XML = NO
1898 # listings (including syntax highlighting and cross-referencing information) to
1899 # the XML output. Note that enabling this will significantly increase the size
1900 # of the XML output.
1906 #---------------------------------------------------------------------------
1907 # Configuration options related to the DOCBOOK output
1908 #---------------------------------------------------------------------------
1912 # The default value is: NO.
1914 GENERATE_DOCBOOK = NO
1925 # program listings (including syntax highlighting and cross-referencing
1926 # information) to the DOCBOOK output. Note that enabling this will significantly
1927 # increase the size of the DOCBOOK output.
1928 # The default value is: NO.
1931 DOCBOOK_PROGRAMLISTING = NO
1933 #---------------------------------------------------------------------------
1934 # Configuration options for the AutoGen Definitions output
1935 #---------------------------------------------------------------------------
1941 # The default value is: NO.
1943 GENERATE_AUTOGEN_DEF = NO
1945 #---------------------------------------------------------------------------
1946 # Configuration options related to the Perl module output
1947 #---------------------------------------------------------------------------
1953 # The default value is: NO.
1955 GENERATE_PERLMOD = NO
1959 # output from the Perl module output.
1960 # The default value is: NO.
1963 PERLMOD_LATEX = NO
1965 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
1967 # understand what is going on. On the other hand, if this tag is set to NO, the
1968 # size of the Perl module output will be much smaller and Perl will parse it
1983 #---------------------------------------------------------------------------
1985 #---------------------------------------------------------------------------
1988 # C-preprocessor directives found in the sources and include files.
1994 # in the source code. If set to NO, only conditional compilation will be
1997 # The default value is: NO.
2000 MACRO_EXPANSION = NO
2005 # The default value is: NO.
2008 EXPAND_ONLY_PREDEF = NO
2025 # patterns (like *.h and *.hpp) to filter out the header-files in the
2033 # defined before the preprocessor is started (similar to the -D option of e.g.
2035 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
2052 # remove all references to function-like macros that are alone on a line, have
2054 # are typically used for boiler-plate code, and will confuse the parser if not
2061 #---------------------------------------------------------------------------
2063 #---------------------------------------------------------------------------
2087 # the class index. If set to NO, only the inherited external classes will be
2089 # The default value is: NO.
2091 ALLEXTERNALS = NO
2094 # in the modules index. If set to NO, only the current project's groups will be
2101 # the related pages index. If set to NO, only the current project's pages will
2113 #---------------------------------------------------------------------------
2115 #---------------------------------------------------------------------------
2119 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
2124 CLASS_DIAGRAMS = NO
2151 # Bell Labs. The other options in this section have no effect if this option is
2152 # set to NO
2193 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2197 CLASS_GRAPH = NO
2206 COLLABORATION_GRAPH = NO
2213 GROUP_GRAPHS = NO
2218 # The default value is: NO.
2221 UML_LOOK = NO
2227 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2239 # The default value is: NO.
2242 TEMPLATE_RELATIONS = NO
2269 # The default value is: NO.
2272 CALL_GRAPH = NO
2281 # The default value is: NO.
2284 CALLER_GRAPH = NO
2304 # output formats in the documentation of the dot tool (Graphviz (see:
2326 # The default value is: NO.
2329 INTERACTIVE_SVG = NO
2360 # will not generate output for the diagram.
2387 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
2398 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2400 # The default value is: NO.
2403 DOT_TRANSPARENT = NO
2405 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2406 # files in one run (i.e. multiple -o and -T options on the command line). This
2409 # The default value is: NO.
2412 DOT_MULTI_TARGETS = NO