Lines Matching refs:is

6 # All text after a double hash (##) is considered a comment and is placed in
7 # front of the TAG it is preceding.
9 # All text after a single hash (#) is considered a comment and will be ignored.
10 # The format is:
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
31 # project for which the documentation is generated. This name is used in the
33 # The default value is: My Project.
39 # control system is used.
49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57 # into which the generated documentation will be written. If a relative path is
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
69 # The default value is: NO.
73 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
74 # documentation generated by doxygen is written. Doxygen will use this
84 # The default value is: English.
88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
91 # The default value is: YES.
95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
100 # The default value is: YES.
104 # This tag implements a quasi-intelligent brief description abbreviator that is
107 # and the result, after processing the whole list, is used as the annotated
108 # text. Otherwise, the brief description is used as-is. If left blank, the
109 # following values are used ($name is automatically replaced with the name of
110 # the entity):The $name class, The $name widget, The $name file, is, provides,
116 # doxygen will generate a detailed section even if there is only a brief
118 # The default value is: NO.
122 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
126 # The default value is: NO.
130 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
133 # The default value is: YES.
138 # Stripping is only done if one of the specified strings matches the left-hand
140 # If left blank the directory from which doxygen is run is used as the path to
144 # will be relative from the directory where doxygen is started.
145 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
152 # the header file containing the class definition is used. Otherwise one should
158 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
159 # less readable) file names. This can be useful is your file systems doesn't
161 # The default value is: NO.
165 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
170 # The default value is: NO.
174 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
178 # The default value is: NO.
184 # a brief description. This used to be the default behavior. The new default is
190 # The default value is: NO.
194 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
196 # The default value is: YES.
200 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
203 # The default value is: NO.
232 # only. Doxygen will then generate output that is more tailored for C. For
235 # The default value is: NO.
240 # Python sources only. Doxygen will then generate output that is more tailored
243 # The default value is: NO.
248 # sources. Doxygen will then generate output that is tailored for Fortran.
249 # The default value is: NO.
254 # sources. Doxygen will then generate output that is tailored for VHDL.
255 # The default value is: NO.
262 # using this tag. The format is ext=language, where ext is a file extension, and
263 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
265 # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
266 # (default is Fortran), use: inc=Fortran f=C.
275 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
278 # The output of markdown processing is further processed by doxygen, so you can
281 # The default value is: YES.
289 # The default value is: YES.
299 # The default value is: NO.
305 # The default value is: NO.
312 # of private inheritance when no explicit protection keyword is present.
313 # The default value is: NO.
321 # type. If this is not the case, or you want to show the methods anyway, you
323 # The default value is: YES.
327 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
328 # tag is set to YES, then doxygen will reuse the documentation of the first
331 # The default value is: NO.
340 # The default value is: YES.
344 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
351 # The default value is: NO.
355 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
358 # namespace, or group documentation), provided this scope is documented. If set
361 # The default value is: NO.
365 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
366 # enum is documented as struct, union, or enum with the name of the typedef. So
371 # types are typedef'ed and only the typedef is referenced, never the tag name.
372 # The default value is: NO.
377 # cache is used to resolve symbols given their name and scope. Since this can be
379 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
380 # doxygen will become slower. If the cache is too large, memory is wasted. The
381 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
382 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
393 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
398 # normally produced when WARNINGS is set to YES.
399 # The default value is: NO.
403 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
405 # The default value is: NO.
409 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
411 # The default value is: NO.
415 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be
417 # The default value is: NO.
421 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
425 # The default value is: YES.
429 # This flag is only useful for Objective-C code. When set to YES local methods,
433 # The default value is: NO.
437 # If this flag is set to YES, the members of anonymous namespaces will be
442 # The default value is: NO.
446 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
449 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
450 # The default value is: NO.
454 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
457 # no effect if EXTRACT_ALL is enabled.
458 # The default value is: NO.
462 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
465 # The default value is: NO.
469 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
472 # The default value is: NO.
476 # The INTERNAL_DOCS tag determines if documentation that is typed after a
477 # \internal command is included. If the tag is set to NO then the documentation
479 # The default value is: NO.
483 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
485 # allowed. This is useful if you have classes or files whose names only differ
488 # The default value is: system dependent.
492 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
495 # The default value is: NO.
499 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
501 # The default value is: YES.
505 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
508 # The default value is: NO.
512 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
514 # The default value is: NO.
518 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
520 # The default value is: YES.
524 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
527 # The default value is: YES.
531 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
535 # The default value is: NO.
539 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
543 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
545 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
547 # The default value is: NO.
551 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
554 # The default value is: NO.
558 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
561 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
564 # The default value is: NO.
568 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
570 # the prototype and the implementation of a member function even if there is
571 # only one candidate or it is obvious which candidate to choose by doing a
574 # The default value is: NO.
579 # todo list. This list is created by putting \todo commands in the
581 # The default value is: YES.
586 # test list. This list is created by putting \test commands in the
588 # The default value is: YES.
593 # list. This list is created by putting \bug commands in the documentation.
594 # The default value is: YES.
599 # the deprecated list. This list is created by putting \deprecated commands in
601 # The default value is: YES.
625 # The default value is: YES.
632 # The default value is: YES.
639 # The default value is: YES.
646 # popen()) the command command input-file, where command is the value of the
647 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
648 # by doxygen. Whatever the program writes to standard output is used as the file
662 # tag is left empty.
668 # extension is automatically appended if omitted. This requires the bibtex tool
682 # standard output by doxygen. If QUIET is set to YES this implies that the
684 # The default value is: NO.
689 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
693 # The default value is: YES.
697 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
698 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
700 # The default value is: YES.
704 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
708 # The default value is: YES.
716 # The default value is: NO.
726 # The default value is: $file:$line: $text.
731 # messages should be written. If left blank the output is written to standard
740 # The INPUT tag is used to specify the files and/or directories that contain
744 # Note: If this tag is empty the current directory is searched.
753 # The default value is: UTF-8.
770 # The default value is: NO.
776 # subdirectory from a directory tree whose root is specified with the INPUT tag.
778 # Note that relative paths are relative to the directory from which doxygen is
786 # The default value is: NO.
802 # wildcard * is used, a substring. Examples: ANamespace, AClass,
823 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
826 # The default value is: NO.
842 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
844 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
847 # Note that the filter must not add or remove lines; it is applied before the
848 # code is scanned, but not when the output code is generated. If lines are added
855 # filter if there is a match. The filters are a list of the form: pattern=filter
857 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
858 # patterns match the file name, INPUT_FILTER is applied.
862 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
864 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
865 # The default value is: NO.
871 # it is also possible to disable source filtering for a specific pattern using
873 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
878 # is part of the input, its contents will be placed on the main page
888 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
892 # also VERBATIM_HEADERS is set to NO.
893 # The default value is: NO.
899 # The default value is: NO.
906 # The default value is: YES.
910 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
912 # The default value is: NO.
916 # If the REFERENCES_RELATION tag is set to YES then for each documented function
918 # The default value is: NO.
922 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
926 # The default value is: YES.
930 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
935 # The default value is: YES.
936 # This tag requires that the tag SOURCE_BROWSER is set to YES.
940 # If the USE_HTAGS tag is set to YES then the references to source code will
942 # source browser. The htags tool is part of GNU's global source tagging system
957 # The default value is: NO.
958 # This tag requires that the tag SOURCE_BROWSER is set to YES.
962 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
963 # verbatim copy of the header file for each class for which an include is
966 # The default value is: YES.
974 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
977 # The default value is: YES.
984 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
992 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1000 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1001 # The default value is: YES.
1005 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1006 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1008 # The default directory is: html.
1009 # This tag requires that the tag GENERATE_HTML is set to YES.
1015 # The default value is: .html.
1016 # This tag requires that the tag GENERATE_HTML is set to YES.
1021 # each generated HTML page. If the tag is left blank doxygen will generate a
1025 # that doxygen needs, which is dependent on the configuration options used (e.g.
1026 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a
1033 # Note: The header is subject to change so you typically have to regenerate the
1036 # This tag requires that the tag GENERATE_HTML is set to YES.
1041 # generated HTML page. If the tag is left blank doxygen will generate a standard
1046 # This tag requires that the tag GENERATE_HTML is set to YES.
1051 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1055 # Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
1056 # it is more robust and this tag (HTML_STYLESHEET) will in the future become
1058 # This tag requires that the tag GENERATE_HTML is set to YES.
1063 # defined cascading style sheet that is included after the standard style sheets
1065 # This is preferred over using HTML_STYLESHEET since it does not replace the
1066 # standard style sheet and is therefor more robust against future updates.
1069 # This tag requires that the tag GENERATE_HTML is set to YES.
1078 # files will be copied as-is; there are no commands or markers available.
1079 # This tag requires that the tag GENERATE_HTML is set to YES.
1085 # this color. Hue is specified as an angle on a colorwheel, see
1087 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
1088 # purple, and 360 is red again.
1090 # This tag requires that the tag GENERATE_HTML is set to YES.
1098 # This tag requires that the tag GENERATE_HTML is set to YES.
1105 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
1109 # This tag requires that the tag GENERATE_HTML is set to YES.
1113 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1116 # The default value is: YES.
1117 # This tag requires that the tag GENERATE_HTML is set to YES.
1121 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1124 # The default value is: NO.
1125 # This tag requires that the tag GENERATE_HTML is set to YES.
1134 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1138 # This tag requires that the tag GENERATE_HTML is set to YES.
1142 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1151 # The default value is: NO.
1152 # This tag requires that the tag GENERATE_HTML is set to YES.
1159 # The default value is: Doxygen generated docs.
1160 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1167 # The default value is: org.doxygen.Project.
1168 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1175 # The default value is: org.doxygen.Publisher.
1176 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1181 # The default value is: Publisher.
1182 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1186 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1188 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
1199 # The default value is: NO.
1200 # This tag requires that the tag GENERATE_HTML is set to YES.
1207 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1215 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1219 # The GENERATE_CHI flag controls if a separate .chi index file is generated (
1221 # The default value is: NO.
1222 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1226 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index ( hhk), content ( hhc)
1228 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1232 # The BINARY_TOC flag controls whether a binary table of contents is generated (
1234 # The default value is: NO.
1235 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1241 # The default value is: NO.
1242 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1246 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1250 # The default value is: NO.
1251 # This tag requires that the tag GENERATE_HTML is set to YES.
1255 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
1256 # the file name of the resulting .qch file. The path specified is relative to
1258 # This tag requires that the tag GENERATE_QHP is set to YES.
1265 # The default value is: org.doxygen.Project.
1266 # This tag requires that the tag GENERATE_QHP is set to YES.
1274 # The default value is: doc.
1275 # This tag requires that the tag GENERATE_QHP is set to YES.
1279 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1283 # This tag requires that the tag GENERATE_QHP is set to YES.
1291 # This tag requires that the tag GENERATE_QHP is set to YES.
1298 # This tag requires that the tag GENERATE_QHP is set to YES.
1305 # This tag requires that the tag GENERATE_QHP is set to YES.
1309 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1316 # The default value is: NO.
1317 # This tag requires that the tag GENERATE_HTML is set to YES.
1324 # The default value is: org.doxygen.Project.
1325 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1335 # The default value is: NO.
1336 # This tag requires that the tag GENERATE_HTML is set to YES.
1340 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1342 # value is set to YES, a side panel will be generated containing a tree-like
1343 # index structure (just like the one that is generated for HTML Help). For this
1344 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
1352 # The default value is: NO.
1353 # This tag requires that the tag GENERATE_HTML is set to YES.
1363 # This tag requires that the tag GENERATE_HTML is set to YES.
1367 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
1368 # to set the initial width (in pixels) of the frame in which the tree is shown.
1370 # This tag requires that the tag GENERATE_HTML is set to YES.
1374 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1376 # The default value is: NO.
1377 # This tag requires that the tag GENERATE_HTML is set to YES.
1386 # This tag requires that the tag GENERATE_HTML is set to YES.
1396 # The default value is: YES.
1397 # This tag requires that the tag GENERATE_HTML is set to YES.
1407 # The default value is: NO.
1408 # This tag requires that the tag GENERATE_HTML is set to YES.
1412 # When MathJax is enabled you can set the default output format to be used for
1415 # Possible values are: HTML-CSS (which is slower, but has the best
1417 # The default value is: HTML-CSS.
1418 # This tag requires that the tag USE_MATHJAX is set to YES.
1422 # When MathJax is enabled you need to specify the location relative to the HTML
1425 # is located at the same level as the HTML output directory, then
1428 # MathJax. However, it is strongly recommended to install a local copy of
1430 # The default value is: http://cdn.mathjax.org/mathjax/latest.
1431 # This tag requires that the tag USE_MATHJAX is set to YES.
1438 # This tag requires that the tag USE_MATHJAX is set to YES.
1446 # This tag requires that the tag USE_MATHJAX is set to YES.
1450 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1454 # there is already a search function so this one should typically be disabled.
1456 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
1458 # (what the <access key> is depends on the OS and browser, but it is typically
1462 # the search. The filter options can be selected when the cursor is inside the
1466 # The default value is: YES.
1467 # This tag requires that the tag GENERATE_HTML is set to YES.
1471 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1475 # searching and an index file used by the script. When EXTERNAL_SEARCH is
1478 # The default value is: NO.
1479 # This tag requires that the tag SEARCHENGINE is set to YES.
1483 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1494 # The default value is: NO.
1495 # This tag requires that the tag SEARCHENGINE is set to YES.
1500 # which will return the search results when EXTERNAL_SEARCH is enabled.
1506 # This tag requires that the tag SEARCHENGINE is set to YES.
1511 # search data is written to a file for indexing by an external tool. With the
1513 # The default file is: searchdata.xml.
1514 # This tag requires that the tag SEARCHENGINE is set to YES.
1519 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
1522 # This tag requires that the tag SEARCHENGINE is set to YES.
1530 # to a relative location where the documentation can be found. The format is:
1532 # This tag requires that the tag SEARCHENGINE is set to YES.
1540 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1541 # The default value is: YES.
1545 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1546 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1548 # The default directory is: latex.
1549 # This tag requires that the tag GENERATE_LATEX is set to YES.
1556 # Note that when enabling USE_PDFLATEX this option is only used for generating
1557 # bitmaps for formulas in the HTML output, but not in the Makefile that is
1559 # The default file is: latex.
1560 # This tag requires that the tag GENERATE_LATEX is set to YES.
1566 # The default file is: makeindex.
1567 # This tag requires that the tag GENERATE_LATEX is set to YES.
1571 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1574 # The default value is: NO.
1575 # This tag requires that the tag GENERATE_LATEX is set to YES.
1579 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1583 # The default value is: a4.
1584 # This tag requires that the tag GENERATE_LATEX is set to YES.
1593 # This tag requires that the tag GENERATE_LATEX is set to YES.
1599 # chapter. If it is left blank doxygen will generate a standard header. See
1609 # This tag requires that the tag GENERATE_LATEX is set to YES.
1615 # chapter. If it is left blank doxygen will generate a standard footer.
1618 # This tag requires that the tag GENERATE_LATEX is set to YES.
1624 # directory. Note that the files will be copied as-is; there are no commands or
1626 # This tag requires that the tag GENERATE_LATEX is set to YES.
1630 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1634 # The default value is: YES.
1635 # This tag requires that the tag GENERATE_LATEX is set to YES.
1639 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1642 # The default value is: YES.
1643 # This tag requires that the tag GENERATE_LATEX is set to YES.
1647 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1649 # if errors occur, instead of asking the user for help. This option is also used
1651 # The default value is: NO.
1652 # This tag requires that the tag GENERATE_LATEX is set to YES.
1656 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1658 # The default value is: NO.
1659 # This tag requires that the tag GENERATE_LATEX is set to YES.
1663 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1668 # The default value is: NO.
1669 # This tag requires that the tag GENERATE_LATEX is set to YES.
1676 # The default value is: plain.
1677 # This tag requires that the tag GENERATE_LATEX is set to YES.
1685 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1686 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
1688 # The default value is: NO.
1692 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
1693 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1695 # The default directory is: rtf.
1696 # This tag requires that the tag GENERATE_RTF is set to YES.
1700 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1703 # The default value is: NO.
1704 # This tag requires that the tag GENERATE_RTF is set to YES.
1708 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1715 # The default value is: NO.
1716 # This tag requires that the tag GENERATE_RTF is set to YES.
1720 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1726 # This tag requires that the tag GENERATE_RTF is set to YES.
1730 # Set optional variables used in the generation of an RTF document. Syntax is
1733 # This tag requires that the tag GENERATE_RTF is set to YES.
1741 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1743 # The default value is: NO.
1747 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1748 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1751 # The default directory is: man.
1752 # This tag requires that the tag GENERATE_MAN is set to YES.
1756 # The MAN_EXTENSION tag determines the extension that is added to the generated
1758 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
1760 # The default value is: .3.
1761 # This tag requires that the tag GENERATE_MAN is set to YES.
1765 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1769 # The default value is: NO.
1770 # This tag requires that the tag GENERATE_MAN is set to YES.
1778 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1780 # The default value is: NO.
1784 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1785 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1787 # The default directory is: xml.
1788 # This tag requires that the tag GENERATE_XML is set to YES.
1794 # This tag requires that the tag GENERATE_XML is set to YES.
1800 # This tag requires that the tag GENERATE_XML is set to YES.
1804 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1808 # The default value is: YES.
1809 # This tag requires that the tag GENERATE_XML is set to YES.
1817 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1819 # The default value is: NO.
1823 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
1824 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
1826 # The default directory is: docbook.
1827 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1835 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1837 # the code including all documentation. Note that this feature is still
1839 # The default value is: NO.
1847 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1850 # Note that this feature is still experimental and incomplete at the moment.
1851 # The default value is: NO.
1855 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1858 # The default value is: NO.
1859 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1863 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1864 # formatted so it can be parsed by a human reader. This is useful if you want to
1865 # understand what is going on. On the other hand, if this tag is set to NO the
1868 # The default value is: YES.
1869 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1874 # prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
1877 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1885 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1887 # The default value is: YES.
1891 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1895 # The default value is: NO.
1896 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1901 # the macro expansion is limited to the macros specified with the PREDEFINED and
1903 # The default value is: NO.
1904 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1908 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1909 # INCLUDE_PATH will be searched if a #include is found.
1910 # The default value is: YES.
1911 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1918 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1926 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1931 # defined before the preprocessor is started (similar to the -D option of e.g.
1932 # gcc). The argument of the tag is a list of macros of the form: name or
1934 # is assumed. To prevent a macro definition from being undefined via #undef or
1936 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1942 # macro definition that is found in the sources will be used. Use the PREDEFINED
1945 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1949 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1954 # The default value is: YES.
1955 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1965 # a tag file without this location is as follows:
1967 # Adding location for the tag files is done as follows:
1973 # the path). If a tag file is not located in the directory in which doxygen is
1978 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
1979 # tag file that is based on the input files it reads. See section "Linking to
1984 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
1986 # The default value is: NO.
1990 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
1993 # The default value is: YES.
1997 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
2000 # The default value is: YES.
2006 # The default file (with absolute path) is: /usr/bin/perl.
2014 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2017 # disabled, but it is recommended to install and use dot, since it yields more
2019 # The default value is: YES.
2027 # the mscgen tool resides. If left empty the tool is assumed to be found in the
2035 # If left empty dia is assumed to be found in the default search path.
2040 # and usage relations if the target is undocumented or is not a class.
2041 # The default value is: YES.
2045 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2046 # available from the path. This tool is part of Graphviz (see:
2048 # Bell Labs. The other options in this section have no effect if this option is
2050 # The default value is: NO.
2054 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2060 # This tag requires that the tag HAVE_DOT is set to YES.
2066 # sure dot is able to find the font, which can be done by putting it in a
2069 # The default value is: Helvetica.
2070 # This tag requires that the tag HAVE_DOT is set to YES.
2077 # This tag requires that the tag HAVE_DOT is set to YES.
2084 # This tag requires that the tag HAVE_DOT is set to YES.
2088 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2091 # The default value is: YES.
2092 # This tag requires that the tag HAVE_DOT is set to YES.
2096 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2100 # The default value is: YES.
2101 # This tag requires that the tag HAVE_DOT is set to YES.
2105 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2107 # The default value is: YES.
2108 # This tag requires that the tag HAVE_DOT is set to YES.
2112 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2115 # The default value is: NO.
2116 # This tag requires that the tag HAVE_DOT is set to YES.
2120 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
2125 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2126 # but if the number exceeds 15, the total amount of fields shown is limited to
2129 # This tag requires that the tag HAVE_DOT is set to YES.
2133 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2136 # The default value is: NO.
2137 # This tag requires that the tag HAVE_DOT is set to YES.
2145 # The default value is: YES.
2146 # This tag requires that the tag HAVE_DOT is set to YES.
2154 # The default value is: YES.
2155 # This tag requires that the tag HAVE_DOT is set to YES.
2159 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2165 # The default value is: NO.
2166 # This tag requires that the tag HAVE_DOT is set to YES.
2170 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2176 # The default value is: NO.
2177 # This tag requires that the tag HAVE_DOT is set to YES.
2181 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2183 # The default value is: YES.
2184 # This tag requires that the tag HAVE_DOT is set to YES.
2188 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2192 # The default value is: YES.
2193 # This tag requires that the tag HAVE_DOT is set to YES.
2203 # The default value is: png.
2204 # This tag requires that the tag HAVE_DOT is set to YES.
2208 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2215 # The default value is: NO.
2216 # This tag requires that the tag HAVE_DOT is set to YES.
2221 # found. If left blank, it is assumed the dot tool can be found in the path.
2222 # This tag requires that the tag HAVE_DOT is set to YES.
2229 # This tag requires that the tag HAVE_DOT is set to YES.
2247 # larger than this value, doxygen will truncate the graph, which is visualized
2249 # children of the root node in a graph is already larger than
2253 # This tag requires that the tag HAVE_DOT is set to YES.
2265 # This tag requires that the tag HAVE_DOT is set to YES.
2270 # background. This is disabled by default, because dot on Windows does not seem
2276 # The default value is: NO.
2277 # This tag requires that the tag HAVE_DOT is set to YES.
2284 # this, this feature is disabled by default.
2285 # The default value is: NO.
2286 # This tag requires that the tag HAVE_DOT is set to YES.
2290 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2293 # The default value is: YES.
2294 # This tag requires that the tag HAVE_DOT is set to YES.
2298 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
2300 # The default value is: YES.
2301 # This tag requires that the tag HAVE_DOT is set to YES.