Lines Matching refs:If
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
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
104 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
111 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
114 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
124 # text. Otherwise, the brief description is used as-is. If left blank, the
131 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
138 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
146 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
147 # before files name in the file list and in the header files. If set to NO the
156 # If left blank the directory from which doxygen is run is used as the path to
167 # header file to include in order to use a class. If left blank only the name of
174 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
181 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
183 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
190 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
193 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the
200 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
201 # line (until the first dot) of a Qt-style comment as the brief description. If
228 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
234 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
235 # page for each member. If set to NO, the documentation of a member will be part
323 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
350 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
360 # If you use Microsoft's C++/CLI language, you should set this option to YES to
378 # type. If this is not the case, or you want to show the methods anyway, you
384 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
392 # If one adds a struct or class to a group and this option is enabled, then also
422 # namespace, or group documentation), provided this scope is documented. If set
443 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
444 # doxygen will become slower. If the cache is too large, memory is wasted. The
470 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
480 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
486 # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
492 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
498 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
504 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
505 # locally in source files will be included in the documentation. If set to NO,
512 # This flag is only useful for Objective-C code. If set to YES, local methods,
514 # included in the documentation. If set to NO, only methods in the interface are
520 # If this flag is set to YES, the members of anonymous namespaces will be
529 # If this flag is set to YES, the name of an unnamed parameter in a declaration
536 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
537 # undocumented members inside documented classes or files. If set to NO these
544 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
545 # undocumented classes that are normally visible in the class hierarchy. If set
552 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
553 # declarations. If set to NO, these declarations will be included in the
559 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
560 # documentation blocks found inside the body of a function. If set to NO, these
567 # \internal command is included. If the tag is set to NO then the documentation
589 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
590 # their full class and namespace scopes in the documentation. If set to YES, the
596 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
597 # append additional text to a page's title, such as Class Reference. If set to
603 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
609 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
616 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
622 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
628 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
630 # name. If set to NO, the members will appear in declaration order.
635 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
637 # name. If set to NO, the members will appear in declaration order. Note that
643 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
645 # destructors are listed first. If set to NO the constructors will appear in the
647 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
649 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
655 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
656 # of group names into alphabetical order. If set to NO the group names will
662 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
663 # fully-qualified names, including namespaces. If set to NO, the class list will
672 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
715 # documentation. If the initializer consists of more lines than specified here
725 # the bottom of the documentation of classes and structs. If set to YES, the
783 # standard output by doxygen. If QUIET is set to YES this implies that the
790 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
798 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
799 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
805 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
815 # value. If set to NO, doxygen will only warn about wrong or incomplete
816 # parameter documentation, but not about the absence of documentation. If
822 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
823 # a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
842 # messages should be written. If left blank the output is written to standard
855 # Note: If this tag is empty the current directory is searched.
873 # If the value of the INPUT tag contains directories, you can use the
884 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
915 # If the value of the INPUT tag contains directories, you can use the
941 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
943 # *.h) to filter out the source-files in the directories. If left blank all
948 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
969 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
973 # code is scanned, but not when the output code is generated. If lines are added
986 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
995 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
1010 # If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
1021 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
1043 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1049 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1055 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1063 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
1073 # If the USE_HTAGS tag is set to YES then the references to source code will
1095 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1103 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1114 # If clang assisted parsing is enabled and the CLANG_ADD_INC_PATHS tag is set to
1120 # If clang assisted parsing is enabled you can provide the compiler with command
1128 # If clang assisted parsing is enabled you can provide the clang parser with the
1145 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1164 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1169 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1185 # each generated HTML page. If the tag is left blank doxygen will generate a
1205 # generated HTML page. If the tag is left blank doxygen will generate a standard
1216 # the HTML output. If left blank doxygen will generate a default style sheet.
1279 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1288 # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
1290 # are dynamically created via JavaScript. If disabled, the navigation index will
1299 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1320 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1365 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1391 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1426 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1435 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
1460 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1484 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
1490 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1510 # If you want full control over the layout of the generated HTML pages it might
1522 # structure should be generated to display hierarchical information. If the tag
1548 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
1555 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1562 # If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
1741 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1746 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1786 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1810 # If left blank no extra packages will be included.
1817 # chapter. If it is left blank doxygen will generate a standard header. See
1833 # chapter. If it is left blank doxygen will generate a standard footer. See
1861 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1870 # If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
1880 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1889 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1896 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1914 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1923 # path from which the emoji images will be read. If a relative path is entered,
1924 # it will be relative to the LATEX_OUTPUT directory. If left blank the
1934 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1941 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
1949 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1957 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1986 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
2000 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
2006 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
2025 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
2031 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
2044 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
2050 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
2058 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
2067 # If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
2078 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
2085 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
2092 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
2105 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2117 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2125 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2133 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2155 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2161 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2162 # in the source code. If set to NO, only conditional compilation will be
2170 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2178 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2194 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
2203 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
2210 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2219 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2243 # the path). If a tag file is not located in the directory in which doxygen is
2254 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2255 # the class index. If set to NO, only the inherited external classes will be
2261 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2262 # in the modules index. If set to NO, only the current project's groups will be
2268 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2269 # the related pages index. If set to NO, only the current project's pages will
2279 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2291 # If left empty dia is assumed to be found in the default search path.
2295 # If set to YES the inheritance and collaboration graphs will hide inheritance
2301 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2338 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
2344 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2352 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2361 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2368 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2376 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
2377 # class node. If there are many fields or methods and many nodes the graph may
2389 # If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and
2390 # methods without types and arguments in the UML graphs. If the DOT_UML_DETAILS
2392 # methods in the UML graphs. If the DOT_UML_DETAILS tag is set to NONE, doxygen
2403 # to display on a single line. If the actual line length exceeds this threshold
2411 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2419 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2428 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
2437 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2449 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2461 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2468 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2481 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2494 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2507 # found. If left blank, it is assumed the dot tool can be found in the path.
2532 # path where java can find the plantuml.jar file. If left blank, it is assumed
2550 # that will be shown in the graph. If the number of nodes in a graph becomes
2594 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2602 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate