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
810 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
919 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
948 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
961 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
966 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
968 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
977 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
992 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
996 # also VERBATIM_HEADERS is set to NO.
1014 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1020 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1026 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1040 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1044 # If the USE_HTAGS tag is set to YES then the references to source code will
1062 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1066 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1074 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1087 # the include paths will already be set by doxygen for the files and directories
1089 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1097 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1107 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1115 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1123 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1132 # This tag requires that the tag GENERATE_HTML is set to YES.
1139 # This tag requires that the tag GENERATE_HTML is set to YES.
1159 # This tag requires that the tag GENERATE_HTML is set to YES.
1169 # This tag requires that the tag GENERATE_HTML is set to YES.
1181 # This tag requires that the tag GENERATE_HTML is set to YES.
1194 # This tag requires that the tag GENERATE_HTML is set to YES.
1204 # This tag requires that the tag GENERATE_HTML is set to YES.
1215 # This tag requires that the tag GENERATE_HTML is set to YES.
1223 # This tag requires that the tag GENERATE_HTML is set to YES.
1234 # This tag requires that the tag GENERATE_HTML is set to YES.
1238 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1243 # This tag requires that the tag GENERATE_HTML is set to YES.
1247 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1251 # This tag requires that the tag GENERATE_HTML is set to YES.
1264 # This tag requires that the tag GENERATE_HTML is set to YES.
1268 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1271 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1278 # This tag requires that the tag GENERATE_HTML is set to YES.
1286 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1291 # set bundle. This should be a reverse domain-name style string, e.g.
1294 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1302 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1308 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1312 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1326 # This tag requires that the tag GENERATE_HTML is set to YES.
1333 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1341 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1348 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1354 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1362 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1366 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1369 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1373 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1374 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
1378 # This tag requires that the tag GENERATE_HTML is set to YES.
1385 # 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.
1402 # This tag requires that the tag GENERATE_QHP is set to YES.
1406 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1410 # This tag requires that the tag GENERATE_QHP is set to YES.
1418 # This tag requires that the tag GENERATE_QHP is set to YES.
1425 # This tag requires that the tag GENERATE_QHP is set to YES.
1432 # This tag requires that the tag GENERATE_QHP is set to YES.
1436 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1444 # This tag requires that the tag GENERATE_HTML is set to YES.
1450 # name. Each documentation set should have its own identifier.
1452 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1461 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1463 # This tag requires that the tag GENERATE_HTML is set to YES.
1469 # value is set to YES, a side panel will be generated containing a tree-like
1480 # This tag requires that the tag GENERATE_HTML is set to YES.
1484 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1490 # This tag requires that the tag GENERATE_HTML is set to YES.
1495 # to set the initial width (in pixels) of the frame in which the tree is shown.
1497 # This tag requires that the tag GENERATE_HTML is set to YES.
1501 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1504 # This tag requires that the tag GENERATE_HTML is set to YES.
1513 # This tag requires that the tag GENERATE_HTML is set to YES.
1524 # This tag requires that the tag GENERATE_HTML is set to YES.
1535 # This tag requires that the tag GENERATE_HTML is set to YES.
1539 # When MathJax is enabled you can set the default output format to be used for
1545 # This tag requires that the tag USE_MATHJAX is set to YES.
1558 # This tag requires that the tag USE_MATHJAX is set to YES.
1565 # This tag requires that the tag USE_MATHJAX is set to YES.
1573 # This tag requires that the tag USE_MATHJAX is set to YES.
1594 # This tag requires that the tag GENERATE_HTML is set to YES.
1606 # This tag requires that the tag SEARCHENGINE is set to YES.
1622 # This tag requires that the tag SEARCHENGINE is set to YES.
1633 # This tag requires that the tag SEARCHENGINE is set to YES.
1641 # This tag requires that the tag SEARCHENGINE is set to YES.
1649 # This tag requires that the tag SEARCHENGINE is set to YES.
1656 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
1659 # This tag requires that the tag SEARCHENGINE is set to YES.
1667 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1676 # This tag requires that the tag GENERATE_LATEX is set to YES.
1687 # This tag requires that the tag GENERATE_LATEX is set to YES.
1694 # This tag requires that the tag GENERATE_LATEX is set to YES.
1698 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1702 # This tag requires that the tag GENERATE_LATEX is set to YES.
1706 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1711 # This tag requires that the tag GENERATE_LATEX is set to YES.
1723 # This tag requires that the tag GENERATE_LATEX is set to YES.
1739 # This tag requires that the tag GENERATE_LATEX is set to YES.
1750 # This tag requires that the tag GENERATE_LATEX is set to YES.
1761 # This tag requires that the tag GENERATE_LATEX is set to YES.
1769 # This tag requires that the tag GENERATE_LATEX is set to YES.
1773 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1778 # This tag requires that the tag GENERATE_LATEX is set to YES.
1782 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1786 # This tag requires that the tag GENERATE_LATEX is set to YES.
1790 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1795 # This tag requires that the tag GENERATE_LATEX is set to YES.
1799 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1802 # This tag requires that the tag GENERATE_LATEX is set to YES.
1806 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1812 # This tag requires that the tag GENERATE_LATEX is set to YES.
1820 # This tag requires that the tag GENERATE_LATEX is set to YES.
1824 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1828 # This tag requires that the tag GENERATE_LATEX is set to YES.
1836 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1847 # This tag requires that the tag GENERATE_RTF is set to YES.
1851 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1855 # This tag requires that the tag GENERATE_RTF is set to YES.
1859 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1867 # This tag requires that the tag GENERATE_RTF is set to YES.
1873 # missing definitions are set to their default value.
1877 # This tag requires that the tag GENERATE_RTF is set to YES.
1884 # This tag requires that the tag GENERATE_RTF is set to YES.
1888 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1894 # This tag requires that the tag GENERATE_RTF is set to YES.
1902 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1913 # This tag requires that the tag GENERATE_MAN is set to YES.
1922 # This tag requires that the tag GENERATE_MAN is set to YES.
1929 # This tag requires that the tag GENERATE_MAN is set to YES.
1933 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1938 # This tag requires that the tag GENERATE_MAN is set to YES.
1946 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1956 # This tag requires that the tag GENERATE_XML is set to YES.
1960 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1965 # This tag requires that the tag GENERATE_XML is set to YES.
1973 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1983 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1987 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1992 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2000 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2012 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2020 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2024 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2028 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2030 # understand what is going on. On the other hand, if this tag is set to NO, the
2034 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2042 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2050 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2056 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2057 # in the source code. If set to NO, only conditional compilation will be
2061 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2065 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2069 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2073 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2076 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2083 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2091 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2101 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2105 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2110 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2114 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2120 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2149 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2150 # the class index. If set to NO, only the inherited external classes will be
2156 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2157 # in the modules index. If set to NO, only the current project's groups will be
2163 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2164 # the related pages index. If set to NO, only the current project's pages will
2180 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2205 # If set to YES the inheritance and collaboration graphs will hide inheritance
2211 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2215 # set to NO
2221 # to run in parallel. When set to 0 doxygen will base this on the number of
2222 # processors available in the system. You can set it explicitly to a value
2226 # This tag requires that the tag HAVE_DOT is set to YES.
2236 # This tag requires that the tag HAVE_DOT is set to YES.
2240 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2243 # This tag requires that the tag HAVE_DOT is set to YES.
2248 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
2250 # This tag requires that the tag HAVE_DOT is set to YES.
2254 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2258 # This tag requires that the tag HAVE_DOT is set to YES.
2262 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2267 # This tag requires that the tag HAVE_DOT is set to YES.
2271 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2274 # This tag requires that the tag HAVE_DOT is set to YES.
2278 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2282 # This tag requires that the tag HAVE_DOT is set to YES.
2291 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2295 # This tag requires that the tag HAVE_DOT is set to YES.
2299 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2303 # This tag requires that the tag HAVE_DOT is set to YES.
2307 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2312 # This tag requires that the tag HAVE_DOT is set to YES.
2317 # set to YES then doxygen will generate a graph for each documented file showing
2321 # This tag requires that the tag HAVE_DOT is set to YES.
2325 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2333 # This tag requires that the tag HAVE_DOT is set to YES.
2337 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2345 # This tag requires that the tag HAVE_DOT is set to YES.
2349 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2352 # This tag requires that the tag HAVE_DOT is set to YES.
2356 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2361 # This tag requires that the tag HAVE_DOT is set to YES.
2365 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2369 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2378 # This tag requires that the tag HAVE_DOT is set to YES.
2382 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2387 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
2390 # This tag requires that the tag HAVE_DOT is set to YES.
2396 # This tag requires that the tag HAVE_DOT is set to YES.
2403 # This tag requires that the tag HAVE_DOT is set to YES.
2437 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2445 # This tag requires that the tag HAVE_DOT is set to YES.
2449 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2457 # This tag requires that the tag HAVE_DOT is set to YES.
2469 # This tag requires that the tag HAVE_DOT is set to YES.
2478 # This tag requires that the tag HAVE_DOT is set to YES.
2482 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2486 # This tag requires that the tag HAVE_DOT is set to YES.
2490 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2493 # This tag requires that the tag HAVE_DOT is set to YES.