Lines Matching refs:set

63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
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
96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
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
133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
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
163 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
176 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
183 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
185 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
194 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
200 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
212 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
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
225 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
306 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
311 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
324 # to include (a tag file for) the STL sources as input, then you should set this
333 # If you use Microsoft's C++/CLI language, you should set this option to YES to
349 # doxygen to replace the get and set methods by a property in the documentation.
352 # should set this option to NO.
358 # tag is set to YES then doxygen will reuse the documentation of the first
381 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
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
413 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
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.
440 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
446 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
452 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
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,
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
474 # If this flag is set to YES, the members of anonymous namespaces will be
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
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
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
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
514 # \internal command is included. If the tag is set to NO then the documentation
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.
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
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
543 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
549 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
556 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
562 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
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.
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
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
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
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.
665 # the bottom of the documentation of classes and structs. If set to YES, the
723 # standard output by doxygen. If QUIET is set to YES this implies that the
730 # generated to standard error (stderr) by doxygen. If WARNINGS is set to 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
745 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
755 # value. If set to NO, doxygen will only warn about wrong or incomplete
761 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
809 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
880 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
909 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
922 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
927 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
929 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
938 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
953 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
957 # also VERBATIM_HEADERS is set to NO.
975 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
981 # If the REFERENCES_RELATION tag is set to YES then for each documented function
987 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1001 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1005 # If the USE_HTAGS tag is set to YES then the references to source code will
1023 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1027 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1035 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1048 # the include paths will already be set by doxygen for the files and directories
1050 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1058 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1068 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1076 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1084 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1093 # This tag requires that the tag GENERATE_HTML is set to YES.
1100 # This tag requires that the tag GENERATE_HTML is set to YES.
1120 # This tag requires that the tag GENERATE_HTML is set to YES.
1130 # This tag requires that the tag GENERATE_HTML is set to YES.
1142 # This tag requires that the tag GENERATE_HTML is set to YES.
1155 # This tag requires that the tag GENERATE_HTML is set to YES.
1165 # This tag requires that the tag GENERATE_HTML is set to YES.
1176 # This tag requires that the tag GENERATE_HTML is set to YES.
1184 # This tag requires that the tag GENERATE_HTML is set to YES.
1195 # This tag requires that the tag GENERATE_HTML is set to YES.
1199 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1204 # This tag requires that the tag GENERATE_HTML is set to YES.
1208 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1212 # This tag requires that the tag GENERATE_HTML is set to YES.
1225 # This tag requires that the tag GENERATE_HTML is set to YES.
1229 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1232 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1239 # This tag requires that the tag GENERATE_HTML is set to YES.
1247 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1252 # set bundle. This should be a reverse domain-name style string, e.g.
1255 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1263 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1269 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1273 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1287 # This tag requires that the tag GENERATE_HTML is set to YES.
1294 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1302 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1309 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1315 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1323 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1327 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1330 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1334 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1335 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
1339 # This tag requires that the tag GENERATE_HTML is set to YES.
1346 # This tag requires that the tag GENERATE_QHP is set to YES.
1354 # This tag requires that the tag GENERATE_QHP is set to YES.
1363 # This tag requires that the tag GENERATE_QHP is set to YES.
1367 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1371 # This tag requires that the tag GENERATE_QHP is set to YES.
1379 # This tag requires that the tag GENERATE_QHP is set to YES.
1386 # This tag requires that the tag GENERATE_QHP is set to YES.
1393 # This tag requires that the tag GENERATE_QHP is set to YES.
1397 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1405 # This tag requires that the tag GENERATE_HTML is set to YES.
1411 # name. Each documentation set should have its own identifier.
1413 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1422 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1424 # This tag requires that the tag GENERATE_HTML is set to YES.
1430 # value is set to YES, a side panel will be generated containing a tree-like
1441 # This tag requires that the tag GENERATE_HTML is set to YES.
1445 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1451 # This tag requires that the tag GENERATE_HTML is set to YES.
1456 # to set the initial width (in pixels) of the frame in which the tree is shown.
1458 # This tag requires that the tag GENERATE_HTML is set to YES.
1462 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1465 # This tag requires that the tag GENERATE_HTML is set to YES.
1474 # This tag requires that the tag GENERATE_HTML is set to YES.
1485 # This tag requires that the tag GENERATE_HTML is set to YES.
1496 # This tag requires that the tag GENERATE_HTML is set to YES.
1500 # When MathJax is enabled you can set the default output format to be used for
1506 # This tag requires that the tag USE_MATHJAX is set to YES.
1519 # This tag requires that the tag USE_MATHJAX is set to YES.
1526 # This tag requires that the tag USE_MATHJAX is set to YES.
1534 # This tag requires that the tag USE_MATHJAX is set to YES.
1555 # This tag requires that the tag GENERATE_HTML is set to YES.
1567 # This tag requires that the tag SEARCHENGINE is set to YES.
1583 # This tag requires that the tag SEARCHENGINE is set to YES.
1594 # This tag requires that the tag SEARCHENGINE is set to YES.
1602 # This tag requires that the tag SEARCHENGINE is set to YES.
1610 # This tag requires that the tag SEARCHENGINE is set to YES.
1617 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
1620 # This tag requires that the tag SEARCHENGINE is set to YES.
1628 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1637 # This tag requires that the tag GENERATE_LATEX is set to YES.
1648 # This tag requires that the tag GENERATE_LATEX is set to YES.
1655 # This tag requires that the tag GENERATE_LATEX is set to YES.
1659 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1663 # This tag requires that the tag GENERATE_LATEX is set to YES.
1667 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1672 # This tag requires that the tag GENERATE_LATEX is set to YES.
1684 # 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.
1711 # This tag requires that the tag GENERATE_LATEX is set to YES.
1722 # This tag requires that the tag GENERATE_LATEX is set to YES.
1730 # This tag requires that the tag GENERATE_LATEX is set to YES.
1734 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1739 # This tag requires that the tag GENERATE_LATEX is set to YES.
1743 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1747 # This tag requires that the tag GENERATE_LATEX is set to YES.
1751 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1756 # This tag requires that the tag GENERATE_LATEX is set to YES.
1760 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1763 # This tag requires that the tag GENERATE_LATEX is set to YES.
1767 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1773 # This tag requires that the tag GENERATE_LATEX is set to YES.
1781 # This tag requires that the tag GENERATE_LATEX is set to YES.
1785 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1789 # This tag requires that the tag GENERATE_LATEX is set to YES.
1797 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1808 # This tag requires that the tag GENERATE_RTF is set to YES.
1812 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1816 # This tag requires that the tag GENERATE_RTF is set to YES.
1820 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1828 # This tag requires that the tag GENERATE_RTF is set to YES.
1834 # missing definitions are set to their default value.
1838 # This tag requires that the tag GENERATE_RTF is set to YES.
1845 # This tag requires that the tag GENERATE_RTF is set to YES.
1849 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1855 # This tag requires that the tag GENERATE_RTF is set to YES.
1863 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1874 # This tag requires that the tag GENERATE_MAN is set to YES.
1883 # This tag requires that the tag GENERATE_MAN is set to YES.
1890 # This tag requires that the tag GENERATE_MAN is set to YES.
1894 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1899 # This tag requires that the tag GENERATE_MAN is set to YES.
1907 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1917 # This tag requires that the tag GENERATE_XML is set to YES.
1921 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1926 # This tag requires that the tag GENERATE_XML is set to YES.
1934 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1944 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1948 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1953 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1961 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1973 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
1981 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
1985 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1989 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
1991 # understand what is going on. On the other hand, if this tag is set to NO, the
1995 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2003 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2011 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2017 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2018 # in the source code. If set to NO, only conditional compilation will be
2022 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2026 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2030 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2034 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2037 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2044 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2052 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2062 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2066 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2071 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2075 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2081 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2110 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2111 # the class index. If set to NO, only the inherited external classes will be
2117 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2118 # in the modules index. If set to NO, only the current project's groups will be
2124 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2125 # the related pages index. If set to NO, only the current project's pages will
2141 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2166 # If set to YES the inheritance and collaboration graphs will hide inheritance
2172 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2176 # set to NO
2182 # to run in parallel. When set to 0 doxygen will base this on the number of
2183 # processors available in the system. You can set it explicitly to a value
2187 # This tag requires that the tag HAVE_DOT is set to YES.
2197 # This tag requires that the tag HAVE_DOT is set to YES.
2201 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2204 # This tag requires that the tag HAVE_DOT is set to YES.
2209 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
2211 # This tag requires that the tag HAVE_DOT is set to YES.
2215 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2219 # This tag requires that the tag HAVE_DOT is set to YES.
2223 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2228 # This tag requires that the tag HAVE_DOT is set to YES.
2232 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2235 # This tag requires that the tag HAVE_DOT is set to YES.
2239 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2243 # This tag requires that the tag HAVE_DOT is set to YES.
2252 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2256 # This tag requires that the tag HAVE_DOT is set to YES.
2260 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2264 # This tag requires that the tag HAVE_DOT is set to YES.
2268 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2273 # This tag requires that the tag HAVE_DOT is set to YES.
2278 # set to YES then doxygen will generate a graph for each documented file showing
2282 # This tag requires that the tag HAVE_DOT is set to YES.
2286 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2294 # This tag requires that the tag HAVE_DOT is set to YES.
2298 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2306 # This tag requires that the tag HAVE_DOT is set to YES.
2310 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2313 # This tag requires that the tag HAVE_DOT is set to YES.
2317 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2322 # This tag requires that the tag HAVE_DOT is set to YES.
2326 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2330 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2339 # This tag requires that the tag HAVE_DOT is set to YES.
2343 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2348 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
2351 # This tag requires that the tag HAVE_DOT is set to YES.
2357 # This tag requires that the tag HAVE_DOT is set to YES.
2364 # This tag requires that the tag HAVE_DOT is set to YES.
2398 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2406 # This tag requires that the tag HAVE_DOT is set to YES.
2410 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2418 # This tag requires that the tag HAVE_DOT is set to YES.
2430 # This tag requires that the tag HAVE_DOT is set to YES.
2439 # This tag requires that the tag HAVE_DOT is set to YES.
2443 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2447 # This tag requires that the tag HAVE_DOT is set to YES.
2451 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2454 # This tag requires that the tag HAVE_DOT is set to YES.