Lines Matching +full:set +full:- +full:output
15 #---------------------------------------------------------------------------
17 #---------------------------------------------------------------------------
20 # that follow. The default is UTF-8 which is also the encoding used for all
25 DOXYFILE_ENCODING = UTF-8
48 # Doxygen will copy the logo to the output directory.
59 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
60 # 4096 sub-directories (in 2 levels) under the output directory of each output
70 # information to generate all constant output in the proper language.
72 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
74 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
75 # messages), Korean, Korean-en, Latvian, Lithuanian, Norwegian, Macedonian,
76 # Persian, Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic,
81 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
84 # Set to NO to disable this.
88 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
90 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
95 # This tag implements a quasi-intelligent brief description abbreviator
99 # used as the annotated text. Otherwise, the brief description is used as-is.
117 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
123 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
130 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
131 # path before files name in the file list and in the header files. If set
136 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
137 # can be used to strip a user-defined part of the path. Stripping is
138 # only done if one of the specified strings matches the left-hand part of
147 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
152 # are normally passed to the compiler using the -I flag.
156 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
158 # doesn't support long names like on DOS, Mac, or CD-ROM.
162 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
163 # will interpret the first line (until the first dot) of a JavaDoc-style
164 # comment as the brief description. If set to NO, the JavaDoc
165 # comments will behave just like regular Qt-style comments
170 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
171 # interpret the first line (until the first dot) of a Qt-style
172 # comment as the brief description. If set to NO, the comments
173 # will behave just like regular Qt-style comments (thus requiring
178 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
179 # treat a multi-line C++ special comment block (i.e. a block of //! or ///
181 # The new default is to treat a multi-line C++ comment block as a detailed
182 # description. Set this tag to YES if you prefer the old behaviour instead.
186 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
188 # re-implements.
192 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
193 # a new page for each member. If set to NO, the documentation of a member will
198 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
207 # will result in a user-defined paragraph with heading "Side Effects:".
212 # This tag can be used to specify a number of word-keyword mappings (TCL only).
219 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
220 # sources only. Doxygen will then generate output that is more tailored for C.
226 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
227 # sources only. Doxygen will then generate output that is more tailored for
233 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
234 # sources only. Doxygen will then generate output that is more tailored for
239 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
240 # sources. Doxygen will then generate output that is tailored for
247 # extension. Doxygen has a built-in mapping, but you can override or extend it
250 # Javascript, CSharp, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL, C,
253 # that for custom extensions you also need to set FILE_PATTERNS otherwise the
258 # If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all
261 # The output of markdown processing is further processed by doxygen, so you
276 # set this tag to YES in order to let doxygen match functions declarations and
283 # If you use Microsoft's C++/CLI language, you should set this option to YES to
288 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
296 # default) will make doxygen replace the get and set methods by a property in
299 # methods anyway, you should set this option to NO.
304 # tag is set to YES, then doxygen will reuse the documentation of the first
310 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
312 # subgroup of that type (e.g. under the Public Functions section). Set it to
318 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and
325 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and
328 # namespace, or group documentation), provided this scope is documented. If set
344 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
347 # the code, doxygen keeps a cache of pre-resolved symbols. If the cache is too
355 #---------------------------------------------------------------------------
357 #---------------------------------------------------------------------------
359 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
362 # the EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES
366 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
371 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
376 # If the EXTRACT_STATIC tag is set to YES all static members of a file
381 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
383 # If set to NO only classes defined in header files are included.
387 # This flag is only useful for Objective-C code. When set to YES local
390 # If set to NO (the default) only methods in the interface are included.
394 # If this flag is set to YES, the members of anonymous namespaces will be
402 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
404 # If set to NO (the default) these members will be included in the
410 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
412 # If set to NO (the default) these classes will be included in the various
417 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
419 # If set to NO (the default) these declarations will be included in the
424 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
426 # If set to NO (the default) these blocks will be appended to the
432 # that is typed after a \internal command is included. If the tag is set
434 # Set it to YES to include the internal documentation.
438 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
439 # file names in lower-case letters. If set to YES upper-case letters are also
442 # and Mac users are advised to set this option to NO.
446 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
448 # documentation. If set to YES the scope will be hidden.
452 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
458 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
464 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
469 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
471 # alphabetically by member name. If set to NO the members will appear in
476 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
478 # by member name. If set to NO (the default) the members will appear in
483 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
485 # constructors and destructors are listed first. If set to NO (the default)
488 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
489 # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
493 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
494 # hierarchy of group names into alphabetical order. If set to NO (the default)
499 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
500 # sorted by fully-qualified names, including namespaces. If set to
503 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
543 # documentation sections, marked by \if section-label ... \endif
544 # and \cond section-label ... \endcond blocks.
558 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
559 # at the bottom of the documentation of classes and structs. If set to YES the
564 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
570 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
580 # popen()) the command <command> <input-file>, where <command> is the value of
581 # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
582 # provided by doxygen. Whatever the program writes to standard output
589 # output files in an output format independent way. To create the layout file
590 # that represents doxygen's defaults, run doxygen with the -l option.
607 #---------------------------------------------------------------------------
609 #---------------------------------------------------------------------------
622 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
623 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
628 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
637 # or return value. If set to NO (the default) doxygen will only warn about
653 # and error messages should be written. If left blank the output is written
658 #---------------------------------------------------------------------------
660 #---------------------------------------------------------------------------
670 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
675 INPUT_ENCODING = UTF-8
679 # and *.h) to filter out the source-files in the directories. If left
717 # output. The symbol name can be a fully qualified name, a word, or if the
731 # and *.h) to filter out the source-files in the directories. If left
736 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
751 # by executing (via popen()) the command <filter> <input-file>, where <filter>
752 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
753 # input file. Doxygen will then use the output that the filter program writes
754 # to standard output.
757 # code is scanned, but not when the output code is generated. If lines are added
773 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
775 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
790 # and want reuse the introduction page also for the doxygen output.
794 #---------------------------------------------------------------------------
796 #---------------------------------------------------------------------------
798 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
799 # be generated. Documented entities will be cross-referenced with these sources.
800 # Note: To get rid of all source code in the generated output, make sure also
801 # VERBATIM_HEADERS is set to NO.
816 # If the REFERENCED_BY_RELATION tag is set to YES
822 # If the REFERENCES_RELATION tag is set to YES
828 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
829 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
836 # If the USE_HTAGS tag is set to YES then the references to source code
838 # built-in source browser. The htags tool is part of GNU's global source
844 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
846 # which an include is specified. Set to NO to disable this.
850 #---------------------------------------------------------------------------
852 #---------------------------------------------------------------------------
854 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
873 #---------------------------------------------------------------------------
874 # configuration options related to the HTML output
875 #---------------------------------------------------------------------------
877 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
878 # generate HTML output.
899 # It is advised to generate a default header using "doxygen -w html
913 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
915 # fine-tune the look of the HTML output. If left blank doxygen will
923 # user-defined cascading style sheet that is included after the standard
928 # the output directory.
933 # other source files which should be copied to the HTML output directory. Note
934 # that these files will be copied to the base HTML output directory. Use the
937 # the files will be copied as-is; there are no commands or markers available.
941 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
952 # the colors in the HTML output. For a value of 0 the output will use
958 # the luminance component of the colors in the HTML output. Values below
959 # 100 gradually make the output lighter, whereas values above 100 make
960 # the output darker. The value divided by 100 is the actual gamma applied,
966 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
968 # this to NO can help when comparing the output of multiple runs.
972 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
989 # If the GENERATE_DOCSET tag is set to YES, additional index files
992 # To create a documentation set, doxygen will generate a Makefile in the
993 # HTML output directory. Running make will produce the docset in that
1002 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
1009 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
1010 # should uniquely identify the documentation set bundle. This should be a
1011 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
1017 # identify the documentation publisher. This should be a reverse domain-name
1026 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
1033 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
1036 # written to the html output directory.
1040 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
1042 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
1047 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
1053 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
1059 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
1065 # The TOC_EXPAND flag can be set to YES to add extra items for group members
1070 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1071 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
1079 # The path specified is relative to the HTML output folder.
1084 # Qt Help Project output. For more information please see
1090 # Qt Help Project output. For more information please see
1091 # http://doc.trolltech.com/qthelpproject.html#virtual-folders
1095 # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
1097 # http://doc.trolltech.com/qthelpproject.html#custom-filters
1103 # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
1111 # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
1116 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
1118 # If non-empty doxygen will try to run qhelpgenerator on the generated
1123 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
1143 # navigation tree you can set this option to NO if you already set
1148 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1150 # If the tag value is set to YES, a side panel will be generated
1151 # containing a tree-like index structure (just like the one that
1156 # could consider to set DISABLE_INDEX to NO when enabling this option.
1160 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
1168 # used to set the initial width (in pixels) of the frame in which the tree
1173 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1181 # to manually remove any form_*.png images from the HTML output directory
1190 # in the HTML output before the changes have effect.
1198 # output. When enabled you may also need to install MathJax separately and
1203 # When MathJax is enabled you can set the default output format to be used for
1204 # the MathJax output. Supported types are HTML-CSS, NativeMML (i.e. MathML) and
1205 # SVG. The default value is HTML-CSS, which is slower, but has the best
1208 MATHJAX_FORMAT = HTML-CSS
1211 # HTML output directory using the MATHJAX_RELPATH option. The destination
1213 # directory is located at the same level as the HTML output directory, then
1233 # for the HTML output. The underlying search engine uses javascript
1286 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
1292 #---------------------------------------------------------------------------
1293 # configuration options related to the LaTeX output
1294 #---------------------------------------------------------------------------
1296 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1297 # generate Latex output.
1310 # generating bitmaps for formulas in the HTML output, but not in the
1311 # Makefile that is written to the output directory.
1321 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1327 # The PAPER_TYPE tag can be used to set the paper type that is used
1334 # packages that should be included in the LaTeX output.
1353 # or other source files which should be copied to the LaTeX output directory.
1354 # Note that the files will be copied as-is; there are no commands or markers
1359 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1361 # contain links (just like the HTML output) instead of page references
1362 # This makes the output suitable for online browsing using a pdf viewer.
1366 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1367 # plain latex in the generated Makefile. Set this option to YES to get a
1372 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1379 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1381 # in the output.
1385 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1386 # source code with syntax highlighting in the LaTeX output.
1398 #---------------------------------------------------------------------------
1399 # configuration options related to the RTF output
1400 #---------------------------------------------------------------------------
1402 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1403 # The RTF output is optimized for Word 97 and may not look very pretty with
1414 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1420 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1422 # contain links (just like the HTML output) instead of page references.
1423 # This makes the output suitable for online browsing using WORD or other
1431 # replacements, missing definitions are set to their default value.
1435 # Set optional variables used in the generation of an rtf document.
1440 #---------------------------------------------------------------------------
1441 # configuration options related to the man page output
1442 #---------------------------------------------------------------------------
1444 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1460 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1468 #---------------------------------------------------------------------------
1469 # configuration options related to the XML output
1470 #---------------------------------------------------------------------------
1472 # If the GENERATE_XML tag is set to YES Doxygen will
1496 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1498 # and cross-referencing information) to the XML output. Note that
1499 # enabling this will significantly increase the size of the XML output.
1503 #---------------------------------------------------------------------------
1504 # configuration options related to the DOCBOOK output
1505 #---------------------------------------------------------------------------
1507 # If the GENERATE_DOCBOOK tag is set to YES Doxygen will generate DOCBOOK files
1518 #---------------------------------------------------------------------------
1519 # configuration options for the AutoGen Definitions output
1520 #---------------------------------------------------------------------------
1522 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1530 #---------------------------------------------------------------------------
1531 # configuration options related to the Perl module output
1532 #---------------------------------------------------------------------------
1534 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1542 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1544 # to generate PDF and DVI output from the Perl module output.
1548 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1553 # tag is set to NO the size of the Perl module output will be much smaller
1565 #---------------------------------------------------------------------------
1567 #---------------------------------------------------------------------------
1569 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1570 # evaluate all C-preprocessor directives found in the sources and include
1575 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1576 # names in the source code. If set to NO (the default) only conditional
1582 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1588 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1600 # patterns (like *.h and *.hpp) to filter out the header-files in the
1607 # are defined before the preprocessor is started (similar to the -D option of
1627 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1635 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1636 # doxygen's preprocessor will remove all references to function-like macros
1642 #---------------------------------------------------------------------------
1644 #---------------------------------------------------------------------------
1666 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1667 # in the class index. If set to NO only the inherited external classes
1672 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1673 # in the modules index. If set to NO, only the current project's groups will
1678 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed
1679 # in the related pages index. If set to NO, only the current project's
1689 #---------------------------------------------------------------------------
1691 #---------------------------------------------------------------------------
1693 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1710 # If set to YES, the inheritance and collaboration graphs will hide
1716 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1719 # have no effect if this option is set to NO (the default)
1724 # allowed to run in parallel. When set to 0 (the default) doxygen will
1725 # base this on the number of processors available in the system. You can set it
1740 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1747 # set the path where dot can find it.
1751 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1758 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1765 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1770 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1780 # manageable. Set this to 0 for no limit. Note that the threshold may be
1785 # If set to YES, the inheritance and collaboration graphs will show the
1791 # tags are set to YES then doxygen will generate a graph for each documented
1798 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1804 # If the CALL_GRAPH and HAVE_DOT options are set to YES then
1812 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1820 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1825 # If the DIRECTORY_GRAPH and HAVE_DOT tags are set to YES
1832 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1834 # If left blank png will be used. If you choose svg you need to set
1840 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
1844 # need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files
1866 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1876 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1886 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1889 # enabling this option may lead to badly anti-aliased labels on the edges of
1894 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1895 # files in one run (i.e. multiple -o and -T options on the command line). This
1901 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1907 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will