Lines Matching full:if
48 # could be handy for archiving the generated documentation or if some version
67 # into which the generated documentation will be written. If a relative path is
68 # entered, it will be relative to the location where doxygen was started. If
73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
96 # characters to appear in the names of generated files. If set to NO, non-ASCII
118 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
125 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
128 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
135 # used to form the text in various listings. Each string in this list, if found
138 # text. Otherwise, the brief description is used as-is. If left blank, the
155 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
156 # doxygen will generate a detailed section even if there is only a brief
162 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
163 # inherited members of a class in the documentation of that class as if those
170 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
171 # before files name in the file list and in the header files. If set to NO the
178 # Stripping is only done if one of the specified strings matches the left-hand
180 # If left blank the directory from which doxygen is run is used as the path to
191 # header file to include in order to use a class. If left blank only the name of
198 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
205 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
207 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
214 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
217 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the
224 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
225 # line (until the first dot) of a Qt-style comment as the brief description. If
236 # tag to YES if you prefer the old behavior instead.
252 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
258 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
259 # page for each member. If set to NO, the documentation of a member will be part
280 # of an alias to insert a newline as if a physical newline was in the original
288 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
296 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
304 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
310 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
316 # Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice
348 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
359 # to that level are automatically included in the table of contents, even if
375 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
385 # If you use Microsoft's C++/CLI language, you should set this option to YES to
391 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
402 # This will only work if the methods are indeed getting or setting a simple
403 # type. If this is not the case, or you want to show the methods anyway, you
409 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
411 # member in the group (if any) for the other members of the group. By default
417 # If one adds a struct or class to a group and this option is enabled, then also
447 # namespace, or group documentation), provided this scope is documented. If set
468 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
469 # doxygen will become slower. If the cache is too large, memory is wasted. The
495 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
496 # documentation are documented, even if no documentation was available. Private
505 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
511 # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
517 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
523 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
529 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
530 # locally in source files will be included in the documentation. If set to NO,
537 # This flag is only useful for Objective-C code. If set to YES, local methods,
539 # included in the documentation. If set to NO, only methods in the interface are
545 # If this flag is set to YES, the members of anonymous namespaces will be
554 # If this flag is set to YES, the name of an unnamed parameter in a declaration
561 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
562 # undocumented members inside documented classes or files. If set to NO these
564 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
569 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
570 # undocumented classes that are normally visible in the class hierarchy. If set
572 # has no effect if EXTRACT_ALL is enabled.
577 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
578 # declarations. If set to NO, these declarations will be included in the
584 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
585 # documentation blocks found inside the body of a function. If set to NO, these
591 # The INTERNAL_DOCS tag determines if documentation that is typed after a
592 # \internal command is included. If the tag is set to NO then the documentation
615 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
616 # their full class and namespace scopes in the documentation. If set to YES, the
622 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
623 # append additional text to a page's title, such as Class Reference. If set to
629 # If the SHOW_HEADERFILE tag is set to YES then the documentation for a class
635 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
641 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
648 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
654 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
660 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
662 # name. If set to NO, the members will appear in declaration order.
667 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
669 # name. If set to NO, the members will appear in declaration order. Note that
675 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
677 # destructors are listed first. If set to NO the constructors will appear in the
679 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
681 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
687 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
688 # of group names into alphabetical order. If set to NO the group names will
694 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
695 # fully-qualified names, including namespaces. If set to NO, the class list will
697 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
704 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
706 # the prototype and the implementation of a member function even if there is
740 # sections, marked by \if <section_label> ... \endif and \cond <section_label>
747 # documentation. If the initializer consists of more lines than specified here
757 # the bottom of the documentation of classes and structs. If set to YES, the
765 # (if specified).
772 # Folder Tree View (if specified).
791 # optionally specify a file name after the option, if omitted DoxygenLayout.xml
795 # Note that if you run doxygen from a directory containing a file called
796 # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
803 # extension is automatically appended if omitted. This requires the bibtex tool
816 # standard output by doxygen. If QUIET is set to YES this implies that the
823 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
831 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
832 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
838 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
846 # If WARN_IF_INCOMPLETE_DOC is set to YES, doxygen will warn about incomplete
847 # function parameter documentation. If set to NO, doxygen will accept that some
855 # value. If set to NO, doxygen will only warn about wrong parameter
856 # documentation, but not about the absence of documentation. If EXTRACT_ALL is
863 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
864 # a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
865 # then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
876 # be replaced by the version of the file (if it could be obtained via
894 # messages should be written. If left blank the output is written to standard
910 # Note: If this tag is empty the current directory is searched.
931 # INPUT_ENCODING) if there is a match. The character encodings are a list of the
937 # If the value of the INPUT tag contains directories, you can use the
948 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
1024 # If the value of the INPUT tag contains directories, you can use the
1035 # output. The symbol name can be a fully qualified name, a word, or if the
1051 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
1053 # *.h) to filter out the source-files in the directories. If left blank all
1058 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
1079 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
1083 # code is scanned, but not when the output code is generated. If lines are added
1099 # filter if there is a match. The filters are a list of the form: pattern=filter
1101 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
1110 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
1118 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
1125 # If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
1127 # (index.html). This can be useful if you have a project on for instance GitHub
1145 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
1167 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1173 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1179 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1187 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
1197 # If the USE_HTAGS tag is set to YES then the references to source code will
1219 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1231 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1232 # compounds will be generated. Enable this if the project contains a lot of
1250 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1255 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1271 # each generated HTML page. If the tag is left blank doxygen will generate a
1291 # generated HTML page. If the tag is left blank doxygen will generate a standard
1302 # the HTML output. If left blank doxygen will generate a default style sheet.
1335 # The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
1343 # preference, use light mode if no preference is set (the default)., AUTO_DARK
1344 # Automatically set the mode according to the user preference, use dark mode if
1382 # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
1384 # are dynamically created via JavaScript. If disabled, the navigation index will
1393 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1414 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1466 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1489 # file. You can add a path in front of the file if the result should not be
1496 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1503 # The GENERATE_CHI flag controls if a separate .chi index file is generated
1531 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1540 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
1565 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1589 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
1595 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1615 # If you want full control over the layout of the generated HTML pages it might
1620 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1627 # structure should be generated to display hierarchical information. If the tag
1644 # FULL_SIDEBAR option determines if the side bar is limited to only the treeview
1645 # area (value NO) or if it should extend to the full height of the window (value
1648 # project logo, title, and description. If either GENERATE_TREEVIEW or
1665 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
1672 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1679 # If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email
1686 # If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
1714 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1715 # installed or if you want to formulas look prettier in the HTML output. When
1753 # should contain the MathJax.js script. For instance, if the mathjax directory
1879 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1884 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1924 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1948 # If left blank no extra packages will be included.
1955 # first chapter. If it is left blank doxygen will generate a standard header. It
1961 # Note: Only use a user-defined header if you know what you are doing!
1972 # last chapter. If it is left blank doxygen will generate a standard footer. See
1976 # normally uses. Note: Only use a user-defined footer if you know what you are
2001 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
2010 # If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
2020 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
2022 # if errors occur, instead of asking the user for help.
2028 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
2044 # path from which the emoji images will be read. If a relative path is entered,
2045 # it will be relative to the LATEX_OUTPUT directory. If left blank the
2055 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
2062 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
2070 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
2078 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
2111 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
2117 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
2136 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
2142 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
2155 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
2161 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
2169 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
2178 # If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
2189 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
2196 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
2207 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2219 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2227 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2235 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2236 # formatted so it can be parsed by a human reader. This is useful if you want to
2237 # understand what is going on. On the other hand, if this tag is set to NO, the
2257 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2263 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2264 # in the source code. If set to NO, only conditional compilation will be
2272 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2280 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2281 # INCLUDE_PATH will be searched if a #include is found.
2297 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
2306 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
2314 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2317 # tag if you want to use a different macro definition that overrules the
2323 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2326 # are typically used for boiler-plate code, and will confuse the parser if not
2347 # the path). If a tag file is not located in the directory in which doxygen is
2358 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2359 # the class index. If set to NO, only the inherited external classes will be
2365 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2366 # in the modules index. If set to NO, only the current project's groups will be
2372 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2373 # the related pages index. If set to NO, only the current project's pages will
2386 # If left empty dia is assumed to be found in the default search path.
2390 # If set to YES the inheritance and collaboration graphs will hide inheritance
2391 # and usage relations if the target is undocumented or is not a class.
2396 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2399 # Bell Labs. The other options in this section have no effect if this option is
2451 # If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a
2454 # otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set
2462 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2471 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2479 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2487 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
2488 # class node. If there are many fields or methods and many nodes the graph may
2493 # but if the number exceeds 15, the total amount of fields shown is limited to
2500 # If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and
2501 # methods without types and arguments in the UML graphs. If the DOT_UML_DETAILS
2503 # methods in the UML graphs. If the DOT_UML_DETAILS tag is set to NONE, doxygen
2514 # to display on a single line. If the actual line length exceeds this threshold
2522 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2530 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2539 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
2548 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2560 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2572 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2579 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2599 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2610 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2623 # found. If left blank, it is assumed the dot tool can be found in the path.
2649 # to be used. If left blank, it is assumed PlantUML is not used or called during
2666 # that will be shown in the graph. If the number of nodes in a graph becomes
2668 # by representing a node as a red box. Note that doxygen if the number of direct
2698 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2708 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate