Lines Matching +full:set +full:- +full:value
11 # TAG = value [value, ...]
13 # TAG += value [value, ...]
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
33 # The default value is: My Project.
35 PROJECT_NAME = "OpenCSD - CoreSight Trace Decode Library"
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
69 # The default value is: 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.
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,
92 # The default value is: English.
96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
98 # documentation (similar to Javadoc). Set to NO to disable this.
99 # The default value is: YES.
103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
108 # The default value is: YES.
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
133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
136 # The default value is: NO.
140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
144 # The default value is: NO.
148 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
149 # before files name in the file list and in the header files. If set to NO the
151 # The default value is: YES.
155 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
156 # Stripping is only done if one of the specified strings matches the left-hand
163 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
167 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
172 # using the -I flag.
176 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
178 # support long names like on DOS, Mac, or CD-ROM.
179 # The default value is: NO.
183 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
184 # first line (until the first dot) of a Javadoc-style comment as the brief
185 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
188 # The default value is: NO.
192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
193 # line (until the first dot) of a Qt-style comment as the brief description. If
194 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
196 # The default value is: NO.
200 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
201 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
203 # to treat a multi-line C++ comment block as a detailed description. Set this
208 # The default value is: NO.
212 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
213 # documentation from any documented member that it re-implements.
214 # The default value is: YES.
218 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
219 # page for each member. If set to NO, the documentation of a member will be part
221 # The default value is: NO.
225 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
226 # uses this value to replace tabs by spaces in code fragments.
227 # Minimum value: 1, maximum value: 16, default value: 4.
233 # name=value
237 # documentation, which will result in a user-defined paragraph with heading
238 # "Side Effects:". You can put \n's in the value part of an alias to insert
243 # This tag can be used to specify a number of word-keyword mappings (TCL only).
244 # A mapping has the form "name=value". For example adding "class=itcl::class"
249 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
253 # The default value is: NO.
257 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
261 # The default value is: NO.
265 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
267 # The default value is: NO.
271 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
273 # The default value is: NO.
279 # extension. Doxygen has a built-in mapping, but you can override or extend it
282 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
296 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
302 # The default value is: YES.
306 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
310 # Minimum value: 0, maximum value: 99, default value: 0.
311 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
319 # The default value is: YES.
324 # to include (a tag file for) the STL sources as input, then you should set this
329 # The default value is: NO.
333 # If you use Microsoft's C++/CLI language, you should set this option to YES to
335 # The default value is: NO.
339 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
343 # The default value is: NO.
349 # doxygen to replace the get and set methods by a property in the documentation.
352 # should set this option to NO.
353 # The default value is: YES.
358 # tag is set to YES then doxygen will reuse the documentation of the first
361 # The default value is: NO.
368 # The default value is: NO.
372 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
374 # type (e.g. under the Public Functions section). Set it to NO to prevent
377 # The default value is: YES.
381 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
388 # The default value is: NO.
392 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
395 # namespace, or group documentation), provided this scope is documented. If set
398 # The default value is: NO.
409 # The default value is: NO.
413 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
416 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
422 # Minimum value: 0, maximum value: 9, default value: 0.
426 #---------------------------------------------------------------------------
428 #---------------------------------------------------------------------------
430 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
433 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
435 # normally produced when WARNINGS is set to YES.
436 # The default value is: NO.
440 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
442 # The default value is: NO.
446 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
448 # The default value is: NO.
452 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
454 # The default value is: NO.
458 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
459 # locally in source files will be included in the documentation. If set to NO,
462 # The default value is: YES.
466 # This flag is only useful for Objective-C code. If set to YES, local methods,
468 # included in the documentation. If set to NO, only methods in the interface are
470 # The default value is: NO.
474 # If this flag is set to YES, the members of anonymous namespaces will be
479 # The default value is: NO.
483 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
484 # undocumented members inside documented classes or files. If set to NO these
487 # The default value is: NO.
491 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
492 # undocumented classes that are normally visible in the class hierarchy. If set
495 # The default value is: NO.
499 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
500 # (class|struct|union) declarations. If set to NO, these declarations will be
502 # The default value is: NO.
506 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
507 # documentation blocks found inside the body of a function. If set to NO, these
509 # The default value is: NO.
514 # \internal command is included. If the tag is set to NO then the documentation
515 # will be excluded. Set it to YES to include the internal documentation.
516 # The default value is: NO.
520 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
521 # names in lower-case letters. If set to YES, upper-case letters are also
524 # and Mac users are advised to set this option to NO.
525 # The default value is: system dependent.
529 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
530 # their full class and namespace scopes in the documentation. If set to YES, the
532 # The default value is: NO.
536 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
537 # append additional text to a page's title, such as Class Reference. If set to
539 # The default value is: NO.
543 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
545 # The default value is: YES.
549 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
552 # The default value is: NO.
556 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
558 # The default value is: NO.
562 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
564 # The default value is: YES.
568 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
570 # name. If set to NO, the members will appear in declaration order.
571 # The default value is: YES.
575 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
577 # name. If set to NO, the members will appear in declaration order. Note that
579 # The default value is: NO.
583 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
585 # destructors are listed first. If set to NO the constructors will appear in the
587 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
589 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
591 # The default value is: NO.
595 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
596 # of group names into alphabetical order. If set to NO the group names will
598 # The default value is: NO.
602 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
603 # fully-qualified names, including namespaces. If set to NO, the class list will
605 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
608 # The default value is: NO.
618 # The default value is: NO.
624 # The default value is: YES.
630 # The default value is: YES.
636 # The default value is: YES.
643 # The default value is: YES.
654 # initial value of a variable or macro / define can have for it to appear in the
656 # it will be hidden. Use a value of 0 to hide initializers completely. The
657 # appearance of the value of individual variables and macros / defines can be
660 # Minimum value: 0, maximum value: 10000, default value: 30.
664 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
665 # the bottom of the documentation of classes and structs. If set to YES, the
667 # The default value is: YES.
671 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
674 # The default value is: YES.
678 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
681 # The default value is: YES.
688 # popen()) the command command input-file, where command is the value of the
689 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
698 # that represents doxygen's defaults, run doxygen with the -l option. You can
718 #---------------------------------------------------------------------------
720 #---------------------------------------------------------------------------
723 # standard output by doxygen. If QUIET is set to YES this implies that the
725 # The default value is: NO.
730 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
734 # The default value is: YES.
738 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
739 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
741 # The default value is: YES.
745 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
749 # The default value is: YES.
755 # value. If set to NO, doxygen will only warn about wrong or incomplete
757 # The default value is: NO.
761 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
763 # The default value is: NO.
773 # The default value is: $file:$line: $text.
783 #---------------------------------------------------------------------------
785 #---------------------------------------------------------------------------
808 ../tests/auto-fdo/autofdo.md \
812 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
816 # The default value is: UTF-8.
818 INPUT_ENCODING = UTF-8
820 # If the value of the INPUT tag contains directories, you can use the
822 # *.h) to filter out the source-files in the directories.
825 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
879 # The default value is: NO.
895 # The default value is: NO.
899 # If the value of the INPUT tag contains directories, you can use the
925 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
927 # *.h) to filter out the source-files in the directories. If left blank all
932 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
934 # irrespective of the value of the RECURSIVE tag.
935 # The default value is: NO.
949 # <filter> <input-file>
951 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
961 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
974 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
979 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
981 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
982 # The default value is: NO.
990 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
1001 #---------------------------------------------------------------------------
1003 #---------------------------------------------------------------------------
1005 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
1006 # generated. Documented entities will be cross-referenced with these sources.
1009 # also VERBATIM_HEADERS is set to NO.
1010 # The default value is: NO.
1016 # The default value is: NO.
1023 # The default value is: YES.
1027 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1029 # The default value is: NO.
1033 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1035 # The default value is: NO.
1039 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1043 # The default value is: YES.
1052 # The default value is: YES.
1053 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1057 # If the USE_HTAGS tag is set to YES then the references to source code will
1058 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1064 # - Install the latest version of global
1065 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
1066 # - Make sure the INPUT points to the root of the source tree
1067 # - Run doxygen as normal
1074 # The default value is: NO.
1075 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1079 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1081 # specified. Set to NO to disable this.
1083 # The default value is: YES.
1087 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1090 # rich C++ code for which doxygen's built-in parser lacks the necessary type
1093 # generated with the -Duse-libclang=ON option for CMake.
1094 # The default value is: NO.
1100 # the include paths will already be set by doxygen for the files and directories
1102 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1106 #---------------------------------------------------------------------------
1108 #---------------------------------------------------------------------------
1110 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1113 # The default value is: YES.
1119 # Minimum value: 1, maximum value: 20, default value: 5.
1120 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1128 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1132 #---------------------------------------------------------------------------
1134 #---------------------------------------------------------------------------
1136 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1137 # The default value is: YES.
1142 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1145 # This tag requires that the tag GENERATE_HTML is set to YES.
1151 # The default value is: .html.
1152 # This tag requires that the tag GENERATE_HTML is set to YES.
1156 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1164 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1172 # This tag requires that the tag GENERATE_HTML is set to YES.
1176 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1182 # This tag requires that the tag GENERATE_HTML is set to YES.
1186 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1187 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1194 # This tag requires that the tag GENERATE_HTML is set to YES.
1198 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1207 # This tag requires that the tag GENERATE_HTML is set to YES.
1216 # files will be copied as-is; there are no commands or markers available.
1217 # This tag requires that the tag GENERATE_HTML is set to YES.
1224 # http://en.wikipedia.org/wiki/Hue for more information. For instance the value
1227 # Minimum value: 0, maximum value: 359, default value: 220.
1228 # This tag requires that the tag GENERATE_HTML is set to YES.
1233 # in the HTML output. For a value of 0 the output will use grayscales only. A
1234 # value of 255 will produce the most vivid colors.
1235 # Minimum value: 0, maximum value: 255, default value: 100.
1236 # This tag requires that the tag GENERATE_HTML is set to YES.
1243 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
1244 # a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
1246 # Minimum value: 40, maximum value: 240, default value: 80.
1247 # This tag requires that the tag GENERATE_HTML is set to YES.
1251 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1255 # The default value is: NO.
1256 # This tag requires that the tag GENERATE_HTML is set to YES.
1260 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1263 # The default value is: NO.
1264 # This tag requires that the tag GENERATE_HTML is set to YES.
1273 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1276 # Minimum value: 0, maximum value: 9999, default value: 100.
1277 # This tag requires that the tag GENERATE_HTML is set to YES.
1281 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1284 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1290 # The default value is: NO.
1291 # This tag requires that the tag GENERATE_HTML is set to YES.
1298 # The default value is: Doxygen generated docs.
1299 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1304 # set bundle. This should be a reverse domain-name style string, e.g.
1306 # The default value is: org.doxygen.Project.
1307 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1312 # the documentation publisher. This should be a reverse domain-name style
1314 # The default value is: org.doxygen.Publisher.
1315 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1320 # The default value is: Publisher.
1321 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1325 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1328 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1338 # The default value is: NO.
1339 # This tag requires that the tag GENERATE_HTML is set to YES.
1346 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1351 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1354 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1360 # The default value is: NO.
1361 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1367 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1374 # The default value is: NO.
1375 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1379 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1381 # The default value is: NO.
1382 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1386 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1387 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
1390 # The default value is: NO.
1391 # This tag requires that the tag GENERATE_HTML is set to YES.
1398 # This tag requires that the tag GENERATE_QHP is set to YES.
1404 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1405 # The default value is: org.doxygen.Project.
1406 # This tag requires that the tag GENERATE_QHP is set to YES.
1412 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1414 # The default value is: doc.
1415 # This tag requires that the tag GENERATE_QHP is set to YES.
1419 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1421 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1423 # This tag requires that the tag GENERATE_QHP is set to YES.
1429 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1431 # This tag requires that the tag GENERATE_QHP is set to YES.
1437 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1438 # This tag requires that the tag GENERATE_QHP is set to YES.
1443 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1445 # This tag requires that the tag GENERATE_QHP is set to YES.
1449 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1454 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
1456 # The default value is: NO.
1457 # This tag requires that the tag GENERATE_HTML is set to YES.
1463 # name. Each documentation set should have its own identifier.
1464 # The default value is: org.doxygen.Project.
1465 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1472 # of each HTML page. A value of NO enables the index and the value YES disables
1474 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1475 # The default value is: NO.
1476 # This tag requires that the tag GENERATE_HTML is set to YES.
1480 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1482 # value is set to YES, a side panel will be generated containing a tree-like
1487 # further fine-tune the look of the index. As an example, the default style
1492 # The default value is: NO.
1493 # This tag requires that the tag GENERATE_HTML is set to YES.
1497 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1500 # Note that a value of 0 will completely suppress the enum values from appearing
1502 # Minimum value: 0, maximum value: 20, default value: 4.
1503 # This tag requires that the tag GENERATE_HTML is set to YES.
1508 # to set the initial width (in pixels) of the frame in which the tree is shown.
1509 # Minimum value: 0, maximum value: 1500, default value: 250.
1510 # This tag requires that the tag GENERATE_HTML is set to YES.
1514 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1516 # The default value is: NO.
1517 # This tag requires that the tag GENERATE_HTML is set to YES.
1525 # Minimum value: 8, maximum value: 50, default value: 10.
1526 # This tag requires that the tag GENERATE_HTML is set to YES.
1536 # The default value is: YES.
1537 # This tag requires that the tag GENERATE_HTML is set to YES.
1543 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1547 # The default value is: NO.
1548 # This tag requires that the tag GENERATE_HTML is set to YES.
1552 # When MathJax is enabled you can set the default output format to be used for
1555 # Possible values are: HTML-CSS (which is slower, but has the best
1557 # The default value is: HTML-CSS.
1558 # This tag requires that the tag USE_MATHJAX is set to YES.
1560 MATHJAX_FORMAT = HTML-CSS
1566 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
1570 # The default value is: http://cdn.mathjax.org/mathjax/latest.
1571 # This tag requires that the tag USE_MATHJAX is set to YES.
1578 # This tag requires that the tag USE_MATHJAX is set to YES.
1586 # This tag requires that the tag USE_MATHJAX is set to YES.
1606 # The default value is: YES.
1607 # This tag requires that the tag GENERATE_HTML is set to YES.
1618 # The default value is: NO.
1619 # This tag requires that the tag SEARCHENGINE is set to YES.
1634 # The default value is: NO.
1635 # This tag requires that the tag SEARCHENGINE is set to YES.
1646 # This tag requires that the tag SEARCHENGINE is set to YES.
1654 # This tag requires that the tag SEARCHENGINE is set to YES.
1662 # This tag requires that the tag SEARCHENGINE is set to YES.
1669 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
1672 # This tag requires that the tag SEARCHENGINE is set to YES.
1676 #---------------------------------------------------------------------------
1678 #---------------------------------------------------------------------------
1680 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1681 # The default value is: YES.
1686 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1689 # This tag requires that the tag GENERATE_LATEX is set to YES.
1700 # This tag requires that the tag GENERATE_LATEX is set to YES.
1707 # This tag requires that the tag GENERATE_LATEX is set to YES.
1711 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1714 # The default value is: NO.
1715 # This tag requires that the tag GENERATE_LATEX is set to YES.
1719 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1723 # The default value is: a4.
1724 # This tag requires that the tag GENERATE_LATEX is set to YES.
1736 # This tag requires that the tag GENERATE_LATEX is set to YES.
1746 # Note: Only use a user-defined header if you know what you are doing! The
1752 # This tag requires that the tag GENERATE_LATEX is set to YES.
1762 # Note: Only use a user-defined footer if you know what you are doing!
1763 # This tag requires that the tag GENERATE_LATEX is set to YES.
1767 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1774 # This tag requires that the tag GENERATE_LATEX is set to YES.
1780 # directory. Note that the files will be copied as-is; there are no commands or
1782 # This tag requires that the tag GENERATE_LATEX is set to YES.
1786 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1790 # The default value is: YES.
1791 # This tag requires that the tag GENERATE_LATEX is set to YES.
1795 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1796 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1798 # The default value is: YES.
1799 # This tag requires that the tag GENERATE_LATEX is set to YES.
1803 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1807 # The default value is: NO.
1808 # This tag requires that the tag GENERATE_LATEX is set to YES.
1812 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1814 # The default value is: NO.
1815 # This tag requires that the tag GENERATE_LATEX is set to YES.
1819 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1824 # The default value is: NO.
1825 # This tag requires that the tag GENERATE_LATEX is set to YES.
1832 # The default value is: plain.
1833 # This tag requires that the tag GENERATE_LATEX is set to YES.
1837 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1840 # The default value is: NO.
1841 # This tag requires that the tag GENERATE_LATEX is set to YES.
1845 #---------------------------------------------------------------------------
1847 #---------------------------------------------------------------------------
1849 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1852 # The default value is: NO.
1857 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1860 # This tag requires that the tag GENERATE_RTF is set to YES.
1864 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1867 # The default value is: NO.
1868 # This tag requires that the tag GENERATE_RTF is set to YES.
1872 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1879 # The default value is: NO.
1880 # This tag requires that the tag GENERATE_RTF is set to YES.
1886 # missing definitions are set to their default value.
1890 # This tag requires that the tag GENERATE_RTF is set to YES.
1894 # Set optional variables used in the generation of an RTF document. Syntax is
1896 # using doxygen -e rtf extensionFile.
1897 # This tag requires that the tag GENERATE_RTF is set to YES.
1901 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1906 # The default value is: NO.
1907 # This tag requires that the tag GENERATE_RTF is set to YES.
1911 #---------------------------------------------------------------------------
1913 #---------------------------------------------------------------------------
1915 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1917 # The default value is: NO.
1922 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1926 # This tag requires that the tag GENERATE_MAN is set to YES.
1934 # The default value is: .3.
1935 # This tag requires that the tag GENERATE_MAN is set to YES.
1942 # This tag requires that the tag GENERATE_MAN is set to YES.
1946 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1950 # The default value is: NO.
1951 # This tag requires that the tag GENERATE_MAN is set to YES.
1955 #---------------------------------------------------------------------------
1957 #---------------------------------------------------------------------------
1959 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1961 # The default value is: NO.
1966 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1969 # This tag requires that the tag GENERATE_XML is set to YES.
1973 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1974 # listings (including syntax highlighting and cross-referencing information) to
1977 # The default value is: YES.
1978 # This tag requires that the tag GENERATE_XML is set to YES.
1982 #---------------------------------------------------------------------------
1984 #---------------------------------------------------------------------------
1986 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1988 # The default value is: NO.
1993 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
1996 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2000 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
2001 # program listings (including syntax highlighting and cross-referencing
2004 # The default value is: NO.
2005 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2009 #---------------------------------------------------------------------------
2011 #---------------------------------------------------------------------------
2013 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2017 # The default value is: NO.
2021 #---------------------------------------------------------------------------
2023 #---------------------------------------------------------------------------
2025 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2029 # The default value is: NO.
2033 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2036 # The default value is: NO.
2037 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2041 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2043 # understand what is going on. On the other hand, if this tag is set to NO, the
2046 # The default value is: YES.
2047 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2055 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2059 #---------------------------------------------------------------------------
2061 #---------------------------------------------------------------------------
2063 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2064 # C-preprocessor directives found in the sources and include files.
2065 # The default value is: YES.
2069 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2070 # in the source code. If set to NO, only conditional compilation will be
2073 # The default value is: NO.
2074 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2078 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2081 # The default value is: NO.
2082 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2086 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2088 # The default value is: YES.
2089 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2096 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2101 # patterns (like *.h and *.hpp) to filter out the header-files in the
2104 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2109 # defined before the preprocessor is started (similar to the -D option of e.g.
2114 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2118 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2123 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2127 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2128 # remove all references to function-like macros that are alone on a line, have
2130 # are typically used for boiler-plate code, and will confuse the parser if not
2132 # The default value is: YES.
2133 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2137 #---------------------------------------------------------------------------
2139 #---------------------------------------------------------------------------
2162 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2163 # the class index. If set to NO, only the inherited external classes will be
2165 # The default value is: NO.
2169 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2170 # in the modules index. If set to NO, only the current project's groups will be
2172 # The default value is: YES.
2176 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2177 # the related pages index. If set to NO, only the current project's pages will
2179 # The default value is: YES.
2189 #---------------------------------------------------------------------------
2191 #---------------------------------------------------------------------------
2193 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2198 # The default value is: YES.
2218 # If set to YES the inheritance and collaboration graphs will hide inheritance
2220 # The default value is: YES.
2224 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2228 # set to NO
2229 # The default value is: NO.
2234 # to run in parallel. When set to 0 doxygen will base this on the number of
2235 # processors available in the system. You can set it explicitly to a value
2238 # Minimum value: 0, maximum value: 32, default value: 0.
2239 # This tag requires that the tag HAVE_DOT is set to YES.
2248 # The default value is: Helvetica.
2249 # This tag requires that the tag HAVE_DOT is set to YES.
2253 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2255 # Minimum value: 4, maximum value: 24, default value: 10.
2256 # This tag requires that the tag HAVE_DOT is set to YES.
2261 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
2263 # This tag requires that the tag HAVE_DOT is set to YES.
2267 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2270 # The default value is: YES.
2271 # This tag requires that the tag HAVE_DOT is set to YES.
2275 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2279 # The default value is: YES.
2280 # This tag requires that the tag HAVE_DOT is set to YES.
2284 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2286 # The default value is: YES.
2287 # This tag requires that the tag HAVE_DOT is set to YES.
2291 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2294 # The default value is: NO.
2295 # This tag requires that the tag HAVE_DOT is set to YES.
2302 # number of items for each type to make the size more manageable. Set this to 0
2304 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2307 # Minimum value: 0, maximum value: 100, default value: 10.
2308 # This tag requires that the tag HAVE_DOT is set to YES.
2312 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2315 # The default value is: NO.
2316 # This tag requires that the tag HAVE_DOT is set to YES.
2320 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2324 # The default value is: YES.
2325 # This tag requires that the tag HAVE_DOT is set to YES.
2330 # set to YES then doxygen will generate a graph for each documented file showing
2333 # The default value is: YES.
2334 # This tag requires that the tag HAVE_DOT is set to YES.
2338 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2345 # The default value is: NO.
2346 # This tag requires that the tag HAVE_DOT is set to YES.
2350 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2357 # The default value is: NO.
2358 # This tag requires that the tag HAVE_DOT is set to YES.
2362 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2364 # The default value is: YES.
2365 # This tag requires that the tag HAVE_DOT is set to YES.
2369 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2373 # The default value is: YES.
2374 # This tag requires that the tag HAVE_DOT is set to YES.
2378 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2382 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2388 # The default value is: png.
2389 # This tag requires that the tag HAVE_DOT is set to YES.
2393 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2398 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
2400 # The default value is: NO.
2401 # This tag requires that the tag HAVE_DOT is set to YES.
2407 # This tag requires that the tag HAVE_DOT is set to YES.
2414 # This tag requires that the tag HAVE_DOT is set to YES.
2443 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2445 # larger than this value, doxygen will truncate the graph, which is visualized
2450 # Minimum value: 0, maximum value: 10000, default value: 50.
2451 # This tag requires that the tag HAVE_DOT is set to YES.
2455 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2456 # generated by dot. A depth value of 3 means that only nodes reachable from the
2462 # Minimum value: 0, maximum value: 1000, default value: 0.
2463 # This tag requires that the tag HAVE_DOT is set to YES.
2467 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2472 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2474 # The default value is: NO.
2475 # This tag requires that the tag HAVE_DOT is set to YES.
2479 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2480 # files in one run (i.e. multiple -o and -T options on the command line). This
2483 # The default value is: NO.
2484 # This tag requires that the tag HAVE_DOT is set to YES.
2488 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2491 # The default value is: YES.
2492 # This tag requires that the tag HAVE_DOT is set to YES.
2496 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2498 # The default value is: YES.
2499 # This tag requires that the tag HAVE_DOT is set to YES.