Lines Matching full:is
14 # software distributed under the License is distributed on an
15 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
24 # All text after a double hash (##) is considered a comment and is placed in
25 # front of the TAG it is preceding.
27 # All text after a single hash (#) is considered a comment and will be ignored.
28 # The format is:
39 # that follow. The default is UTF-8 which is also the encoding used for all text
43 # The default value is: UTF-8.
47 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
49 # project for which the documentation is generated. This name is used in the
51 # The default value is: My Project.
57 # control system is used.
67 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
74 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
75 # into which the generated documentation will be written. If a relative path is
81 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
87 # The default value is: NO.
91 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
95 # The default value is: NO.
99 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
100 # documentation generated by doxygen is written. Doxygen will use this
110 # The default value is: English.
114 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
117 # The default value is: YES.
121 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
126 # The default value is: YES.
130 # This tag implements a quasi-intelligent brief description abbreviator that is
133 # and the result, after processing the whole list, is used as the annotated
134 # text. Otherwise, the brief description is used as-is. If left blank, the
135 # following values are used ($name is automatically replaced with the name of
136 # the entity):The $name class, The $name widget, The $name file, is, provides,
142 # doxygen will generate a detailed section even if there is only a brief
144 # The default value is: NO.
148 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
152 # The default value is: NO.
156 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
159 # The default value is: YES.
164 # Stripping is only done if one of the specified strings matches the left-hand
166 # If left blank the directory from which doxygen is run is used as the path to
170 # will be relative from the directory where doxygen is started.
171 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
178 # the header file containing the class definition is used. Otherwise one should
184 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
185 # less readable) file names. This can be useful is your file systems doesn't
187 # The default value is: NO.
191 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
196 # The default value is: NO.
200 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
204 # The default value is: NO.
210 # a brief description. This used to be the default behavior. The new default is
216 # The default value is: NO.
220 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
222 # The default value is: YES.
226 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
229 # The default value is: NO.
258 # only. Doxygen will then generate output that is more tailored for C. For
261 # The default value is: NO.
266 # Python sources only. Doxygen will then generate output that is more tailored
269 # The default value is: NO.
274 # sources. Doxygen will then generate output that is tailored for Fortran.
275 # The default value is: NO.
280 # sources. Doxygen will then generate output that is tailored for VHDL.
281 # The default value is: NO.
288 # using this tag. The format is ext=language, where ext is a file extension, and
289 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
292 # Fortran. In the later case the parser tries to guess whether the code is fixed
293 # or free formatted code, this is the default for Fortran type files), VHDL. For
294 # instance to make doxygen treat .inc files as Fortran files (default is PHP),
295 # and .f files as C (default is Fortran), use: inc=Fortran f=C.
304 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
307 # The output of markdown processing is further processed by doxygen, so you can
310 # The default value is: YES.
318 # The default value is: YES.
328 # The default value is: NO.
334 # The default value is: NO.
341 # of private inheritance when no explicit protection keyword is present.
342 # The default value is: NO.
350 # type. If this is not the case, or you want to show the methods anyway, you
352 # The default value is: YES.
356 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
357 # tag is set to YES then doxygen will reuse the documentation of the first
360 # The default value is: NO.
364 # If one adds a struct or class to a group and this option is enabled, then also
365 # any nested class or struct is added to the same group. By default this option
366 # is disabled and one has to add nested compounds explicitly via \ingroup.
367 # The default value is: NO.
376 # The default value is: YES.
380 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
387 # The default value is: NO.
391 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
394 # namespace, or group documentation), provided this scope is documented. If set
397 # The default value is: NO.
401 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
402 # enum is documented as struct, union, or enum with the name of the typedef. So
407 # types are typedef'ed and only the typedef is referenced, never the tag name.
408 # The default value is: NO.
413 # cache is used to resolve symbols given their name and scope. Since this can be
415 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
416 # doxygen will become slower. If the cache is too large, memory is wasted. The
417 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
418 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
429 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
434 # normally produced when WARNINGS is set to YES.
435 # The default value is: NO.
439 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
441 # The default value is: NO.
445 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
447 # The default value is: NO.
451 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
453 # The default value is: NO.
457 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
461 # The default value is: YES.
465 # This flag is only useful for Objective-C code. If set to YES, local methods,
469 # The default value is: NO.
473 # If this flag is set to YES, the members of anonymous namespaces will be
478 # The default value is: NO.
482 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
485 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
486 # The default value is: NO.
490 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
493 # has no effect if EXTRACT_ALL is enabled.
494 # The default value is: NO.
498 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
501 # The default value is: NO.
505 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
508 # The default value is: NO.
512 # The INTERNAL_DOCS tag determines if documentation that is typed after a
513 # \internal command is included. If the tag is set to NO then the documentation
515 # The default value is: NO.
519 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
521 # allowed. This is useful if you have classes or files whose names only differ
524 # The default value is: system dependent.
528 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
531 # The default value is: NO.
535 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
538 # The default value is: NO.
542 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
544 # The default value is: YES.
548 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
551 # The default value is: NO.
555 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
557 # The default value is: NO.
561 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
563 # The default value is: YES.
567 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
570 # The default value is: YES.
574 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
578 # The default value is: NO.
582 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
586 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
588 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
590 # The default value is: NO.
594 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
597 # The default value is: NO.
601 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
604 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
607 # The default value is: NO.
611 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
613 # the prototype and the implementation of a member function even if there is
614 # only one candidate or it is obvious which candidate to choose by doing a
617 # The default value is: NO.
622 # list. This list is created by putting \todo commands in the documentation.
623 # The default value is: YES.
628 # list. This list is created by putting \test commands in the documentation.
629 # The default value is: YES.
634 # list. This list is created by putting \bug commands in the documentation.
635 # The default value is: YES.
640 # the deprecated list. This list is created by putting \deprecated commands in
642 # The default value is: YES.
666 # The default value is: YES.
673 # The default value is: YES.
680 # The default value is: YES.
687 # popen()) the command command input-file, where command is the value of the
688 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
689 # by doxygen. Whatever the program writes to standard output is used as the file
703 # tag is left empty.
709 # extension is automatically appended if omitted. This requires the bibtex tool
722 # standard output by doxygen. If QUIET is set to YES this implies that the
724 # The default value is: NO.
729 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
733 # The default value is: YES.
737 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
738 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
740 # The default value is: YES.
744 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
748 # The default value is: YES.
756 # The default value is: NO.
760 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
761 # a warning is encountered.
762 # The default value is: NO.
772 # The default value is: $file:$line: $text.
777 # messages should be written. If left blank the output is written to standard
786 # The INPUT tag is used to specify the files and/or directories that contain
790 # Note: If this tag is empty the current directory is searched.
800 # The default value is: UTF-8.
822 # The default value is: NO.
828 # subdirectory from a directory tree whose root is specified with the INPUT tag.
830 # Note that relative paths are relative to the directory from which doxygen is
838 # The default value is: NO.
860 # wildcard * is used, a substring. Examples: ANamespace, AClass,
881 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
884 # The default value is: NO.
900 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
902 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
905 # Note that the filter must not add or remove lines; it is applied before the
906 # code is scanned, but not when the output code is generated. If lines are added
917 # filter if there is a match. The filters are a list of the form: pattern=filter
919 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
920 # patterns match the file name, INPUT_FILTER is applied.
928 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
930 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
931 # The default value is: NO.
937 # it is also possible to disable source filtering for a specific pattern using
939 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
944 # is part of the input, its contents will be placed on the main page
954 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
958 # also VERBATIM_HEADERS is set to NO.
959 # The default value is: NO.
965 # The default value is: NO.
972 # The default value is: YES.
976 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
978 # The default value is: NO.
982 # If the REFERENCES_RELATION tag is set to YES then for each documented function
984 # The default value is: NO.
988 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
992 # The default value is: YES.
996 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
1001 # The default value is: YES.
1002 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1006 # If the USE_HTAGS tag is set to YES then the references to source code will
1008 # source browser. The htags tool is part of GNU's global source tagging system
1023 # The default value is: NO.
1024 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1028 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1029 # verbatim copy of the header file for each class for which an include is
1032 # The default value is: YES.
1040 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1043 # The default value is: YES.
1050 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1058 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1066 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1067 # The default value is: YES.
1071 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1072 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1074 # The default directory is: html.
1075 # This tag requires that the tag GENERATE_HTML is set to YES.
1081 # The default value is: .html.
1082 # This tag requires that the tag GENERATE_HTML is set to YES.
1087 # each generated HTML page. If the tag is left blank doxygen will generate a
1091 # that doxygen needs, which is dependent on the configuration options used (e.g.
1092 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a
1099 # Note: The header is subject to change so you typically have to regenerate the
1102 # This tag requires that the tag GENERATE_HTML is set to YES.
1107 # generated HTML page. If the tag is left blank doxygen will generate a standard
1112 # This tag requires that the tag GENERATE_HTML is set to YES.
1117 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1121 # Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
1122 # it is more robust and this tag (HTML_STYLESHEET) will in the future become
1124 # This tag requires that the tag GENERATE_HTML is set to YES.
1131 # This is preferred over using HTML_STYLESHEET since it does not replace the
1132 # standard style sheet and is therefore more robust against future updates.
1134 # Note: The order of the extra style sheet files is of importance (e.g. the last
1137 # This tag requires that the tag GENERATE_HTML is set to YES.
1146 # files will be copied as-is; there are no commands or markers available.
1147 # This tag requires that the tag GENERATE_HTML is set to YES.
1153 # this color. Hue is specified as an angle on a colorwheel, see
1155 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
1156 # purple, and 360 is red again.
1158 # This tag requires that the tag GENERATE_HTML is set to YES.
1166 # This tag requires that the tag GENERATE_HTML is set to YES.
1173 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
1177 # This tag requires that the tag GENERATE_HTML is set to YES.
1181 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1184 # documentation is up to date.
1185 # The default value is: NO.
1186 # This tag requires that the tag GENERATE_HTML is set to YES.
1190 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1193 # The default value is: NO.
1194 # This tag requires that the tag GENERATE_HTML is set to YES.
1203 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1207 # This tag requires that the tag GENERATE_HTML is set to YES.
1211 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1220 # The default value is: NO.
1221 # This tag requires that the tag GENERATE_HTML is set to YES.
1228 # The default value is: Doxygen generated docs.
1229 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1236 # The default value is: org.doxygen.Project.
1237 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1244 # The default value is: org.doxygen.Publisher.
1245 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1250 # The default value is: Publisher.
1251 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1255 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1257 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
1268 # The default value is: NO.
1269 # This tag requires that the tag GENERATE_HTML is set to YES.
1276 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1284 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1288 # The GENERATE_CHI flag controls if a separate .chi index file is generated
1290 # The default value is: NO.
1291 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1295 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
1297 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1301 # The BINARY_TOC flag controls whether a binary table of contents is generated
1304 # The default value is: NO.
1305 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1311 # The default value is: NO.
1312 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1316 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1320 # The default value is: NO.
1321 # This tag requires that the tag GENERATE_HTML is set to YES.
1325 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
1326 # the file name of the resulting .qch file. The path specified is relative to
1328 # This tag requires that the tag GENERATE_QHP is set to YES.
1335 # The default value is: org.doxygen.Project.
1336 # This tag requires that the tag GENERATE_QHP is set to YES.
1344 # The default value is: doc.
1345 # This tag requires that the tag GENERATE_QHP is set to YES.
1349 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1353 # This tag requires that the tag GENERATE_QHP is set to YES.
1361 # This tag requires that the tag GENERATE_QHP is set to YES.
1368 # This tag requires that the tag GENERATE_QHP is set to YES.
1375 # This tag requires that the tag GENERATE_QHP is set to YES.
1379 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1386 # The default value is: NO.
1387 # This tag requires that the tag GENERATE_HTML is set to YES.
1394 # The default value is: org.doxygen.Project.
1395 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1405 # The default value is: NO.
1406 # This tag requires that the tag GENERATE_HTML is set to YES.
1410 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1412 # value is set to YES, a side panel will be generated containing a tree-like
1413 # index structure (just like the one that is generated for HTML Help). For this
1414 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
1422 # The default value is: NO.
1423 # This tag requires that the tag GENERATE_HTML is set to YES.
1433 # This tag requires that the tag GENERATE_HTML is set to YES.
1437 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
1438 # to set the initial width (in pixels) of the frame in which the tree is shown.
1440 # This tag requires that the tag GENERATE_HTML is set to YES.
1444 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1446 # The default value is: NO.
1447 # This tag requires that the tag GENERATE_HTML is set to YES.
1456 # This tag requires that the tag GENERATE_HTML is set to YES.
1466 # The default value is: YES.
1467 # This tag requires that the tag GENERATE_HTML is set to YES.
1477 # The default value is: NO.
1478 # This tag requires that the tag GENERATE_HTML is set to YES.
1482 # When MathJax is enabled you can set the default output format to be used for
1485 # Possible values are: HTML-CSS (which is slower, but has the best
1487 # The default value is: HTML-CSS.
1488 # This tag requires that the tag USE_MATHJAX is set to YES.
1492 # When MathJax is enabled you need to specify the location relative to the HTML
1495 # is located at the same level as the HTML output directory, then
1498 # MathJax. However, it is strongly recommended to install a local copy of
1500 # The default value is: http://cdn.mathjax.org/mathjax/latest.
1501 # This tag requires that the tag USE_MATHJAX is set to YES.
1508 # This tag requires that the tag USE_MATHJAX is set to YES.
1516 # This tag requires that the tag USE_MATHJAX is set to YES.
1520 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1524 # there is already a search function so this one should typically be disabled.
1526 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
1528 # (what the <access key> is depends on the OS and browser, but it is typically
1532 # the search. The filter options can be selected when the cursor is inside the
1536 # The default value is: YES.
1537 # This tag requires that the tag GENERATE_HTML is set to YES.
1541 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1545 # an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
1548 # The default value is: NO.
1549 # This tag requires that the tag SEARCHENGINE is set to YES.
1553 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1564 # The default value is: NO.
1565 # This tag requires that the tag SEARCHENGINE is set to YES.
1570 # which will return the search results when EXTERNAL_SEARCH is enabled.
1576 # This tag requires that the tag SEARCHENGINE is set to YES.
1581 # search data is written to a file for indexing by an external tool. With the
1583 # The default file is: searchdata.xml.
1584 # This tag requires that the tag SEARCHENGINE is set to YES.
1589 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
1592 # This tag requires that the tag SEARCHENGINE is set to YES.
1600 # to a relative location where the documentation can be found. The format is:
1602 # This tag requires that the tag SEARCHENGINE is set to YES.
1610 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1611 # The default value is: YES.
1615 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1616 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1618 # The default directory is: latex.
1619 # This tag requires that the tag GENERATE_LATEX is set to YES.
1626 # Note that when enabling USE_PDFLATEX this option is only used for generating
1627 # bitmaps for formulas in the HTML output, but not in the Makefile that is
1629 # The default file is: latex.
1630 # This tag requires that the tag GENERATE_LATEX is set to YES.
1636 # The default file is: makeindex.
1637 # This tag requires that the tag GENERATE_LATEX is set to YES.
1641 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1644 # The default value is: NO.
1645 # This tag requires that the tag GENERATE_LATEX is set to YES.
1649 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1653 # The default value is: a4.
1654 # This tag requires that the tag GENERATE_LATEX is set to YES.
1666 # This tag requires that the tag GENERATE_LATEX is set to YES.
1672 # chapter. If it is left blank doxygen will generate a standard header. See
1680 # string, for the replacement values of the other commands the user is referred
1682 # This tag requires that the tag GENERATE_LATEX is set to YES.
1688 # chapter. If it is left blank doxygen will generate a standard footer. See
1693 # This tag requires that the tag GENERATE_LATEX is set to YES.
1701 # Note: The order of the extra style sheet files is of importance (e.g. the last
1704 # This tag requires that the tag GENERATE_LATEX is set to YES.
1710 # directory. Note that the files will be copied as-is; there are no commands or
1712 # This tag requires that the tag GENERATE_LATEX is set to YES.
1716 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1720 # The default value is: YES.
1721 # This tag requires that the tag GENERATE_LATEX is set to YES.
1725 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1728 # The default value is: YES.
1729 # This tag requires that the tag GENERATE_LATEX is set to YES.
1733 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1735 # if errors occur, instead of asking the user for help. This option is also used
1737 # The default value is: NO.
1738 # This tag requires that the tag GENERATE_LATEX is set to YES.
1742 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1744 # The default value is: NO.
1745 # This tag requires that the tag GENERATE_LATEX is set to YES.
1749 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1754 # The default value is: NO.
1755 # This tag requires that the tag GENERATE_LATEX is set to YES.
1762 # The default value is: plain.
1763 # This tag requires that the tag GENERATE_LATEX is set to YES.
1767 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1770 # The default value is: NO.
1771 # This tag requires that the tag GENERATE_LATEX is set to YES.
1779 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1780 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
1782 # The default value is: NO.
1786 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
1787 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1789 # The default directory is: rtf.
1790 # This tag requires that the tag GENERATE_RTF is set to YES.
1794 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1797 # The default value is: NO.
1798 # This tag requires that the tag GENERATE_RTF is set to YES.
1802 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1809 # The default value is: NO.
1810 # This tag requires that the tag GENERATE_RTF is set to YES.
1814 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1820 # This tag requires that the tag GENERATE_RTF is set to YES.
1824 # Set optional variables used in the generation of an RTF document. Syntax is
1827 # This tag requires that the tag GENERATE_RTF is set to YES.
1831 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1836 # The default value is: NO.
1837 # This tag requires that the tag GENERATE_RTF is set to YES.
1845 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1847 # The default value is: NO.
1851 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1852 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1855 # The default directory is: man.
1856 # This tag requires that the tag GENERATE_MAN is set to YES.
1860 # The MAN_EXTENSION tag determines the extension that is added to the generated
1862 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
1864 # The default value is: .3.
1865 # This tag requires that the tag GENERATE_MAN is set to YES.
1872 # This tag requires that the tag GENERATE_MAN is set to YES.
1876 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1880 # The default value is: NO.
1881 # This tag requires that the tag GENERATE_MAN is set to YES.
1889 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1891 # The default value is: NO.
1895 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1896 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1898 # The default directory is: xml.
1899 # This tag requires that the tag GENERATE_XML is set to YES.
1903 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1907 # The default value is: YES.
1908 # This tag requires that the tag GENERATE_XML is set to YES.
1916 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1918 # The default value is: NO.
1922 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
1923 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
1925 # The default directory is: docbook.
1926 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1930 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1934 # The default value is: NO.
1935 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1943 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1945 # structure of the code including all documentation. Note that this feature is
1947 # The default value is: NO.
1955 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
1958 # Note that this feature is still experimental and incomplete at the moment.
1959 # The default value is: NO.
1963 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
1966 # The default value is: NO.
1967 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1971 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
1972 # formatted so it can be parsed by a human reader. This is useful if you want to
1973 # understand what is going on. On the other hand, if this tag is set to NO, the
1976 # The default value is: YES.
1977 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1982 # prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
1985 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1993 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
1995 # The default value is: YES.
1999 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2003 # The default value is: NO.
2004 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2009 # the macro expansion is limited to the macros specified with the PREDEFINED and
2011 # The default value is: NO.
2012 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2016 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2017 # INCLUDE_PATH will be searched if a #include is found.
2018 # The default value is: YES.
2019 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2026 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2034 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2039 # defined before the preprocessor is started (similar to the -D option of e.g.
2040 # gcc). The argument of the tag is a list of macros of the form: name or
2042 # is assumed. To prevent a macro definition from being undefined via #undef or
2044 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2052 # macro definition that is found in the sources will be used. Use the PREDEFINED
2055 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2059 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2064 # The default value is: YES.
2065 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2075 # a tag file without this location is as follows:
2077 # Adding location for the tag files is done as follows:
2083 # the path). If a tag file is not located in the directory in which doxygen is
2088 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
2089 # tag file that is based on the input files it reads. See section "Linking to
2094 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2097 # The default value is: NO.
2101 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2104 # The default value is: YES.
2108 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2111 # The default value is: YES.
2117 # The default file (with absolute path) is: /usr/bin/perl.
2125 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2128 # disabled, but it is recommended to install and use dot, since it yields more
2130 # The default value is: YES.
2138 # the mscgen tool resides. If left empty the tool is assumed to be found in the
2146 # If left empty dia is assumed to be found in the default search path.
2151 # and usage relations if the target is undocumented or is not a class.
2152 # The default value is: YES.
2156 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2157 # available from the path. This tool is part of Graphviz (see:
2159 # Bell Labs. The other options in this section have no effect if this option is
2161 # The default value is: NO.
2165 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2171 # This tag requires that the tag HAVE_DOT is set to YES.
2177 # sure dot is able to find the font, which can be done by putting it in a
2180 # The default value is: Helvetica.
2181 # This tag requires that the tag HAVE_DOT is set to YES.
2188 # This tag requires that the tag HAVE_DOT is set to YES.
2195 # This tag requires that the tag HAVE_DOT is set to YES.
2199 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2202 # The default value is: YES.
2203 # This tag requires that the tag HAVE_DOT is set to YES.
2207 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2211 # The default value is: YES.
2212 # This tag requires that the tag HAVE_DOT is set to YES.
2216 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2218 # The default value is: YES.
2219 # This tag requires that the tag HAVE_DOT is set to YES.
2223 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2226 # The default value is: NO.
2227 # This tag requires that the tag HAVE_DOT is set to YES.
2231 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
2236 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2237 # but if the number exceeds 15, the total amount of fields shown is limited to
2240 # This tag requires that the tag HAVE_DOT is set to YES.
2244 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2247 # The default value is: NO.
2248 # This tag requires that the tag HAVE_DOT is set to YES.
2256 # The default value is: YES.
2257 # This tag requires that the tag HAVE_DOT is set to YES.
2265 # The default value is: YES.
2266 # This tag requires that the tag HAVE_DOT is set to YES.
2270 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2277 # The default value is: NO.
2278 # This tag requires that the tag HAVE_DOT is set to YES.
2282 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2289 # The default value is: NO.
2290 # This tag requires that the tag HAVE_DOT is set to YES.
2294 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2296 # The default value is: YES.
2297 # This tag requires that the tag HAVE_DOT is set to YES.
2301 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2305 # The default value is: YES.
2306 # This tag requires that the tag HAVE_DOT is set to YES.
2320 # The default value is: png.
2321 # This tag requires that the tag HAVE_DOT is set to YES.
2325 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2332 # The default value is: NO.
2333 # This tag requires that the tag HAVE_DOT is set to YES.
2338 # found. If left blank, it is assumed the dot tool can be found in the path.
2339 # This tag requires that the tag HAVE_DOT is set to YES.
2346 # This tag requires that the tag HAVE_DOT is set to YES.
2363 # path where java can find the plantuml.jar file. If left blank, it is assumed
2364 # PlantUML is not used or called during a preprocessing step. Doxygen will
2377 # larger than this value, doxygen will truncate the graph, which is visualized
2379 # children of the root node in a graph is already larger than
2383 # This tag requires that the tag HAVE_DOT is set to YES.
2395 # This tag requires that the tag HAVE_DOT is set to YES.
2400 # background. This is disabled by default, because dot on Windows does not seem
2406 # The default value is: NO.
2407 # This tag requires that the tag HAVE_DOT is set to YES.
2414 # this, this feature is disabled by default.
2415 # The default value is: NO.
2416 # This tag requires that the tag HAVE_DOT is set to YES.
2420 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2423 # The default value is: YES.
2424 # This tag requires that the tag HAVE_DOT is set to YES.
2428 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2430 # The default value is: YES.
2431 # This tag requires that the tag HAVE_DOT is set to YES.