• Home
  • Raw
  • Download

Lines Matching +full:set +full:- +full:output

16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
21 # file that follow. The default is UTF-8 which is also the encoding used for all
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
47 PROJECT_BRIEF = "A cross-platform user library to access USB devices"
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
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
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 # information to generate all generated output in the proper direction.
104 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
106 # documentation (similar to Javadoc). Set to NO to disable this.
111 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
114 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
120 # This tag implements a quasi-intelligent brief description abbreviator that is
124 # text. Otherwise, the brief description is used as-is. If left blank, the
131 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
138 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
146 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
147 # before files name in the file list and in the header files. If set to NO the
153 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
154 # Stripping is only done if one of the specified strings matches the left-hand
161 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
165 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
170 # using the -I flag.
174 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
176 # support long names like on DOS, Mac, or CD-ROM.
181 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
182 # first line (until the first dot) of a Javadoc-style comment as the brief
183 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
190 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
193 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the
194 # Javadoc-style will behave just like regular comments and it will not be
200 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
201 # line (until the first dot) of a Qt-style comment as the brief description. If
202 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
208 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
209 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
211 # to treat a multi-line C++ comment block as a detailed description. Set this
220 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
221 # documentation from any documented member that it re-implements.
226 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
227 # page for each member. If set to NO, the documentation of a member will be part
233 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
245 # documentation, which will result in a user-defined paragraph with heading
247 # newlines (in the resulting output). You can put ^^ in the value part of an
256 # This tag can be used to specify a number of word-keyword mappings (TCL only).
262 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
263 # only. Doxygen will then generate output that is more tailored for C. For
270 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
271 # Python sources only. Doxygen will then generate output that is more tailored
278 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
279 # sources. Doxygen will then generate output that is tailored for Fortran.
284 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
285 # sources. Doxygen will then generate output that is tailored for VHDL.
290 # Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice
291 # sources only. Doxygen will then generate output that is more tailored for that
300 # extension. Doxygen has a built-in mapping, but you can override or extend it
303 # Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice,
313 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
318 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
321 # The output of markdown processing is further processed by doxygen, so you can
328 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
333 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
346 # to include (a tag file for) the STL sources as input, then you should set this
355 # If you use Microsoft's C++/CLI language, you should set this option to YES to
361 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
371 # doxygen to replace the get and set methods by a property in the documentation.
374 # should set this option to NO.
380 # tag is set to YES then doxygen will reuse the documentation of the first
394 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
396 # type (e.g. under the Public Functions section). Set it to NO to prevent
403 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
414 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
417 # namespace, or group documentation), provided this scope is documented. If set
435 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
438 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
448 #---------------------------------------------------------------------------
450 #---------------------------------------------------------------------------
452 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
455 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
457 # normally produced when WARNINGS is set to YES.
462 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
468 # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
474 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
480 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
486 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
487 # locally in source files will be included in the documentation. If set to NO,
494 # This flag is only useful for Objective-C code. If set to YES, local methods,
496 # included in the documentation. If set to NO, only methods in the interface are
502 # If this flag is set to YES, the members of anonymous namespaces will be
511 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
512 # undocumented members inside documented classes or files. If set to NO these
519 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
520 # undocumented classes that are normally visible in the class hierarchy. If set
527 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
528 # (class|struct|union) declarations. If set to NO, these declarations will be
534 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
535 # documentation blocks found inside the body of a function. If set to NO, these
542 # \internal command is included. If the tag is set to NO then the documentation
543 # will be excluded. Set it to YES to include the internal documentation.
548 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
549 # names in lower-case letters. If set to YES, upper-case letters are also
552 # (including Cygwin) ands Mac users are advised to set this option to NO.
557 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
558 # their full class and namespace scopes in the documentation. If set to YES, the
564 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
565 # append additional text to a page's title, such as Class Reference. If set to
571 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
577 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
584 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
590 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
596 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
598 # name. If set to NO, the members will appear in declaration order.
603 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
605 # name. If set to NO, the members will appear in declaration order. Note that
611 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
613 # destructors are listed first. If set to NO the constructors will appear in the
615 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
617 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
623 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
624 # of group names into alphabetical order. If set to NO the group names will
630 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
631 # fully-qualified names, including namespaces. If set to NO, the class list will
633 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
692 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
693 # the bottom of the documentation of classes and structs. If set to YES, the
699 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
706 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
716 # popen()) the command command input-file, where command is the value of the
717 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
718 # by doxygen. Whatever the program writes to standard output is used as the file
725 # output files in an output format independent way. To create the layout file
726 # that represents doxygen's defaults, run doxygen with the -l option. You can
746 #---------------------------------------------------------------------------
748 #---------------------------------------------------------------------------
751 # standard output by doxygen. If QUIET is set to YES this implies that the
758 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
766 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
767 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
773 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
783 # value. If set to NO, doxygen will only warn about wrong or incomplete
785 # EXTRACT_ALL is set to YES then this flag will automatically be disabled.
790 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
807 # messages should be written. If left blank the output is written to standard
812 #---------------------------------------------------------------------------
814 #---------------------------------------------------------------------------
825 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
829 # The default value is: UTF-8.
831 INPUT_ENCODING = UTF-8
835 # *.h) to filter out the source-files in the directories.
838 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
887 # output. The symbol name can be a fully qualified name, a word, or if the
904 # *.h) to filter out the source-files in the directories. If left blank all
909 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
926 # <filter> <input-file>
928 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
929 # name of an input file. Doxygen will then use the output that the filter
930 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
934 # code is scanned, but not when the output code is generated. If lines are added
938 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
951 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
956 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
958 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
967 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
974 # and want to reuse the introduction page also for the doxygen output.
978 #---------------------------------------------------------------------------
980 #---------------------------------------------------------------------------
982 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
983 # generated. Documented entities will be cross-referenced with these sources.
985 # Note: To get rid of all source code in the generated output, make sure that
986 # also VERBATIM_HEADERS is set to NO.
1004 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1010 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1016 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1030 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1034 # If the USE_HTAGS tag is set to YES then the references to source code will
1035 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1041 # - Install the latest version of global
1042 # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
1043 # - Make sure the INPUT points to the root of the source tree
1044 # - Run doxygen as normal
1050 # source code will now point to the output of htags.
1052 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1056 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1058 # specified. Set to NO to disable this.
1064 #---------------------------------------------------------------------------
1066 #---------------------------------------------------------------------------
1068 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1078 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1086 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1090 #---------------------------------------------------------------------------
1091 # Configuration options related to the HTML output
1092 #---------------------------------------------------------------------------
1094 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1103 # This tag requires that the tag GENERATE_HTML is set to YES.
1110 # This tag requires that the tag GENERATE_HTML is set to YES.
1114 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1122 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1130 # This tag requires that the tag GENERATE_HTML is set to YES.
1134 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1140 # This tag requires that the tag GENERATE_HTML is set to YES.
1144 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1145 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1146 # the HTML output. If left blank doxygen will generate a default style sheet.
1152 # This tag requires that the tag GENERATE_HTML is set to YES.
1156 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1161 # Doxygen will copy the style sheet files to the output directory.
1165 # This tag requires that the tag GENERATE_HTML is set to YES.
1170 # other source files which should be copied to the HTML output directory. Note
1171 # that these files will be copied to the base HTML output directory. Use the
1174 # files will be copied as-is; there are no commands or markers available.
1175 # This tag requires that the tag GENERATE_HTML is set to YES.
1179 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1186 # This tag requires that the tag GENERATE_HTML is set to YES.
1191 # in the HTML output. For a value of 0 the output will use grayscales only. A
1194 # This tag requires that the tag GENERATE_HTML is set to YES.
1199 # luminance component of the colors in the HTML output. Values below 100
1200 # gradually make the output lighter, whereas values above 100 make the output
1205 # This tag requires that the tag GENERATE_HTML is set to YES.
1209 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1214 # This tag requires that the tag GENERATE_HTML is set to YES.
1218 # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
1225 # This tag requires that the tag GENERATE_HTML is set to YES.
1229 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1233 # This tag requires that the tag GENERATE_HTML is set to YES.
1246 # This tag requires that the tag GENERATE_HTML is set to YES.
1250 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1253 # 10.5 (Leopard). To create a documentation set, doxygen will generate a
1254 # Makefile in the HTML output directory. Running make will produce the docset in
1260 # This tag requires that the tag GENERATE_HTML is set to YES.
1268 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1273 # set bundle. This should be a reverse domain-name style string, e.g.
1276 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1281 # the documentation publisher. This should be a reverse domain-name style
1284 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1290 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1294 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1297 # (see: https://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1300 # The HTML Help Workshop contains a compiler that can convert all HTML output
1308 # This tag requires that the tag GENERATE_HTML is set to YES.
1314 # written to the html output directory.
1315 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1320 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1323 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1330 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1336 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1344 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1348 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1351 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1355 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1356 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
1360 # This tag requires that the tag GENERATE_HTML is set to YES.
1366 # the HTML output folder.
1367 # This tag requires that the tag GENERATE_QHP is set to YES.
1372 # Project output. For more information please see Qt Help Project / Namespace
1373 # (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
1375 # This tag requires that the tag GENERATE_QHP is set to YES.
1380 # Help Project output. For more information please see Qt Help Project / Virtual
1381 # Folders (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-
1384 # This tag requires that the tag GENERATE_QHP is set to YES.
1388 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1390 # Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-
1392 # This tag requires that the tag GENERATE_QHP is set to YES.
1398 # Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-
1400 # This tag requires that the tag GENERATE_QHP is set to YES.
1406 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
1407 # This tag requires that the tag GENERATE_QHP is set to YES.
1412 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1414 # This tag requires that the tag GENERATE_QHP is set to YES.
1418 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1426 # This tag requires that the tag GENERATE_HTML is set to YES.
1432 # name. Each documentation set should have its own identifier.
1434 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1443 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1445 # This tag requires that the tag GENERATE_HTML is set to YES.
1449 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1451 # value is set to YES, a side panel will be generated containing a tree-like
1456 # further fine-tune the look of the index. As an example, the default style
1462 # This tag requires that the tag GENERATE_HTML is set to YES.
1466 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1472 # This tag requires that the tag GENERATE_HTML is set to YES.
1477 # to set the initial width (in pixels) of the frame in which the tree is shown.
1479 # This tag requires that the tag GENERATE_HTML is set to YES.
1483 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1486 # This tag requires that the tag GENERATE_HTML is set to YES.
1493 # output directory to force them to be regenerated.
1495 # This tag requires that the tag GENERATE_HTML is set to YES.
1504 # the HTML output directory before the changes have effect.
1506 # This tag requires that the tag GENERATE_HTML is set to YES.
1512 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1513 # installed or if you want to formulas look prettier in the HTML output. When
1517 # This tag requires that the tag GENERATE_HTML is set to YES.
1521 # When MathJax is enabled you can set the default output format to be used for
1522 # the MathJax output. See the MathJax site (see:
1523 # http://docs.mathjax.org/en/latest/output.html) for more details.
1524 # Possible values are: HTML-CSS (which is slower, but has the best
1526 # The default value is: HTML-CSS.
1527 # This tag requires that the tag USE_MATHJAX is set to YES.
1529 MATHJAX_FORMAT = HTML-CSS
1532 # output directory using the MATHJAX_RELPATH option. The destination directory
1534 # is located at the same level as the HTML output directory, then
1540 # This tag requires that the tag USE_MATHJAX is set to YES.
1547 # This tag requires that the tag USE_MATHJAX is set to YES.
1553 # (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
1555 # This tag requires that the tag USE_MATHJAX is set to YES.
1560 # the HTML output. The underlying search engine uses javascript and DHTML and
1576 # This tag requires that the tag GENERATE_HTML is set to YES.
1588 # This tag requires that the tag SEARCHENGINE is set to YES.
1604 # This tag requires that the tag SEARCHENGINE is set to YES.
1615 # This tag requires that the tag SEARCHENGINE is set to YES.
1623 # This tag requires that the tag SEARCHENGINE is set to YES.
1631 # This tag requires that the tag SEARCHENGINE is set to YES.
1638 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
1641 # This tag requires that the tag SEARCHENGINE is set to YES.
1645 #---------------------------------------------------------------------------
1646 # Configuration options related to the LaTeX output
1647 #---------------------------------------------------------------------------
1649 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1658 # This tag requires that the tag GENERATE_LATEX is set to YES.
1667 # chosen this is overwritten by pdflatex. For specific output languages the
1668 # default can have been set differently, this depends on the implementation of
1669 # the output language.
1670 # This tag requires that the tag GENERATE_LATEX is set to YES.
1677 # See also: LATEX_MAKEINDEX_CMD for the part in the generated output file
1680 # This tag requires that the tag GENERATE_LATEX is set to YES.
1687 # Note: This tag is used in the generated output file (.tex).
1690 # This tag requires that the tag GENERATE_LATEX is set to YES.
1694 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1698 # This tag requires that the tag GENERATE_LATEX is set to YES.
1702 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1707 # This tag requires that the tag GENERATE_LATEX is set to YES.
1712 # that should be included in the LaTeX output. The package can be specified just
1719 # This tag requires that the tag GENERATE_LATEX is set to YES.
1729 # Note: Only use a user-defined header if you know what you are doing! The
1735 # This tag requires that the tag GENERATE_LATEX is set to YES.
1745 # Note: Only use a user-defined footer if you know what you are doing!
1746 # This tag requires that the tag GENERATE_LATEX is set to YES.
1750 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1753 # will copy the style sheet files to the output directory.
1757 # This tag requires that the tag GENERATE_LATEX is set to YES.
1762 # other source files which should be copied to the LATEX_OUTPUT output
1763 # directory. Note that the files will be copied as-is; there are no commands or
1765 # This tag requires that the tag GENERATE_LATEX is set to YES.
1769 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1771 # contain links (just like the HTML output) instead of page references. This
1772 # makes the output suitable for online browsing using a PDF viewer.
1774 # This tag requires that the tag GENERATE_LATEX is set to YES.
1778 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1779 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1782 # This tag requires that the tag GENERATE_LATEX is set to YES.
1786 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1791 # This tag requires that the tag GENERATE_LATEX is set to YES.
1795 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1796 # index chapters (such as File Index, Compound Index, etc.) in the output.
1798 # This tag requires that the tag GENERATE_LATEX is set to YES.
1802 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1803 # code with syntax highlighting in the LaTeX output.
1808 # This tag requires that the tag GENERATE_LATEX is set to YES.
1816 # This tag requires that the tag GENERATE_LATEX is set to YES.
1820 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1822 # to NO can help when comparing the output of multiple runs.
1824 # This tag requires that the tag GENERATE_LATEX is set to YES.
1832 # This tag requires that the tag GENERATE_LATEX is set to YES.
1836 #---------------------------------------------------------------------------
1837 # Configuration options related to the RTF output
1838 #---------------------------------------------------------------------------
1840 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1841 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
1851 # This tag requires that the tag GENERATE_RTF is set to YES.
1855 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1859 # This tag requires that the tag GENERATE_RTF is set to YES.
1863 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1865 # output) instead of page references. This makes the output suitable for online
1871 # This tag requires that the tag GENERATE_RTF is set to YES.
1877 # replacements, missing definitions are set to their default value.
1881 # This tag requires that the tag GENERATE_RTF is set to YES.
1885 # Set optional variables used in the generation of an RTF document. Syntax is
1887 # generated using doxygen -e rtf extensionFile.
1888 # This tag requires that the tag GENERATE_RTF is set to YES.
1892 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1893 # with syntax highlighting in the RTF output.
1898 # This tag requires that the tag GENERATE_RTF is set to YES.
1902 #---------------------------------------------------------------------------
1903 # Configuration options related to the man page output
1904 #---------------------------------------------------------------------------
1906 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1917 # This tag requires that the tag GENERATE_MAN is set to YES.
1926 # This tag requires that the tag GENERATE_MAN is set to YES.
1933 # This tag requires that the tag GENERATE_MAN is set to YES.
1937 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1942 # This tag requires that the tag GENERATE_MAN is set to YES.
1946 #---------------------------------------------------------------------------
1947 # Configuration options related to the XML output
1948 #---------------------------------------------------------------------------
1950 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1960 # This tag requires that the tag GENERATE_XML is set to YES.
1964 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1965 # listings (including syntax highlighting and cross-referencing information) to
1966 # the XML output. Note that enabling this will significantly increase the size
1967 # of the XML output.
1969 # This tag requires that the tag GENERATE_XML is set to YES.
1973 # If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
1974 # namespace members in file scope as well, matching the HTML output.
1976 # This tag requires that the tag GENERATE_XML is set to YES.
1980 #---------------------------------------------------------------------------
1981 # Configuration options related to the DOCBOOK output
1982 #---------------------------------------------------------------------------
1984 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1994 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1998 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1999 # program listings (including syntax highlighting and cross-referencing
2000 # information) to the DOCBOOK output. Note that enabling this will significantly
2001 # increase the size of the DOCBOOK output.
2003 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2007 #---------------------------------------------------------------------------
2008 # Configuration options for the AutoGen Definitions output
2009 #---------------------------------------------------------------------------
2011 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2019 #---------------------------------------------------------------------------
2020 # Configuration options related to the Perl module output
2021 #---------------------------------------------------------------------------
2023 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2031 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2033 # output from the Perl module output.
2035 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2039 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2041 # understand what is going on. On the other hand, if this tag is set to NO, the
2042 # size of the Perl module output will be much smaller and Perl will parse it
2045 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2053 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2057 #---------------------------------------------------------------------------
2059 #---------------------------------------------------------------------------
2061 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2062 # C-preprocessor directives found in the sources and include files.
2067 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2068 # in the source code. If set to NO, only conditional compilation will be
2072 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2076 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2080 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2084 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2087 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2094 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2099 # patterns (like *.h and *.hpp) to filter out the header-files in the
2102 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2107 # defined before the preprocessor is started (similar to the -D option of e.g.
2112 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2119 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2124 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2128 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2129 # remove all references to function-like macros that are alone on a line, have
2131 # are typically used for boiler-plate code, and will confuse the parser if not
2134 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2138 #---------------------------------------------------------------------------
2140 #---------------------------------------------------------------------------
2163 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2164 # the class index. If set to NO, only the inherited external classes will be
2170 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2171 # in the modules index. If set to NO, only the current project's groups will be
2177 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2178 # the related pages index. If set to NO, only the current project's pages will
2184 #---------------------------------------------------------------------------
2186 #---------------------------------------------------------------------------
2188 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2204 # If set to YES the inheritance and collaboration graphs will hide inheritance
2210 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2214 # set to NO
2220 # to run in parallel. When set to 0 doxygen will base this on the number of
2221 # processors available in the system. You can set it explicitly to a value
2225 # This tag requires that the tag HAVE_DOT is set to YES.
2235 # This tag requires that the tag HAVE_DOT is set to YES.
2239 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2242 # This tag requires that the tag HAVE_DOT is set to YES.
2247 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
2249 # This tag requires that the tag HAVE_DOT is set to YES.
2253 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2257 # This tag requires that the tag HAVE_DOT is set to YES.
2261 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2266 # This tag requires that the tag HAVE_DOT is set to YES.
2270 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2273 # This tag requires that the tag HAVE_DOT is set to YES.
2277 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2281 # This tag requires that the tag HAVE_DOT is set to YES.
2288 # number of items for each type to make the size more manageable. Set this to 0
2290 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2294 # This tag requires that the tag HAVE_DOT is set to YES.
2298 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2302 # This tag requires that the tag HAVE_DOT is set to YES.
2306 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2311 # This tag requires that the tag HAVE_DOT is set to YES.
2316 # set to YES then doxygen will generate a graph for each documented file showing
2320 # This tag requires that the tag HAVE_DOT is set to YES.
2324 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2332 # This tag requires that the tag HAVE_DOT is set to YES.
2336 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2344 # This tag requires that the tag HAVE_DOT is set to YES.
2348 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2351 # This tag requires that the tag HAVE_DOT is set to YES.
2355 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2360 # This tag requires that the tag HAVE_DOT is set to YES.
2364 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2366 # output formats in the documentation of the dot tool (Graphviz (see:
2368 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2375 # This tag requires that the tag HAVE_DOT is set to YES.
2379 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2384 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
2387 # This tag requires that the tag HAVE_DOT is set to YES.
2393 # This tag requires that the tag HAVE_DOT is set to YES.
2400 # This tag requires that the tag HAVE_DOT is set to YES.
2420 # will not generate output for the diagram.
2434 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2442 # This tag requires that the tag HAVE_DOT is set to YES.
2446 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2454 # This tag requires that the tag HAVE_DOT is set to YES.
2458 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2463 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2466 # This tag requires that the tag HAVE_DOT is set to YES.
2470 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2471 # files in one run (i.e. multiple -o and -T options on the command line). This
2475 # This tag requires that the tag HAVE_DOT is set to YES.
2479 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2483 # This tag requires that the tag HAVE_DOT is set to YES.
2487 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2490 # This tag requires that the tag HAVE_DOT is set to YES.