Lines Matching full:if

38 # could be handy for archiving the generated documentation or if some version
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
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
113 # used to form the text in various listings. Each string in this list, if found
116 # text. Otherwise, the brief description is used as-is. If left blank, the
123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
124 # doxygen will generate a detailed section even if there is only a brief
130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
131 # inherited members of a class in the documentation of that class as if those
138 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
139 # before files name in the file list and in the header files. If set to NO the
146 # Stripping is only done if one of the specified strings matches the left-hand
148 # If left blank the directory from which doxygen is run is used as the path to
159 # header file to include in order to use a class. If left blank only the name of
166 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
173 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
175 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
182 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
183 # line (until the first dot) of a Qt-style comment as the brief description. If
194 # tag to YES if you prefer the old behavior instead.
202 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
208 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
209 # new page for each member. If set to NO, the documentation of a member will be
239 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
247 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
255 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
261 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
286 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
304 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
314 # If you use Microsoft's C++/CLI language, you should set this option to YES to
320 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
331 # This will only work if the methods are indeed getting or setting a simple
332 # type. If this is not the case, or you want to show the methods anyway, you
338 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
340 # member in the group (if any) for the other members of the group. By default
369 # namespace, or group documentation), provided this scope is documented. If set
390 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
391 # doxygen will become slower. If the cache is too large, memory is wasted. The
404 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
405 # documentation are documented, even if no documentation was available. Private
414 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
420 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
426 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be
432 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
433 # locally in source files will be included in the documentation. If set to NO
442 # included in the documentation. If set to NO only methods in the interface are
448 # If this flag is set to YES, the members of anonymous namespaces will be
457 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
458 # undocumented members inside documented classes or files. If set to NO these
460 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
465 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
466 # undocumented classes that are normally visible in the class hierarchy. If set
468 # no effect if EXTRACT_ALL is enabled.
473 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
474 # (class|struct|union) declarations. If set to NO these declarations will be
480 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
481 # documentation blocks found inside the body of a function. If set to NO these
487 # The INTERNAL_DOCS tag determines if documentation that is typed after a
488 # \internal command is included. If the tag is set to NO then the documentation
494 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
495 # names in lower-case letters. If set to YES upper-case letters are also
496 # allowed. This is useful if you have classes or files whose names only differ
497 # in case and if your file system supports case sensitive file names. Windows
503 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
504 # their full class and namespace scopes in the documentation. If set to YES the
510 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
516 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
523 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
529 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
535 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
537 # name. If set to NO the members will appear in declaration order.
542 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
544 # name. If set to NO the members will appear in declaration order. Note that
550 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
552 # destructors are listed first. If set to NO the constructors will appear in the
554 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
556 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
562 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
563 # of group names into alphabetical order. If set to NO the group names will
569 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
570 # fully-qualified names, including namespaces. If set to NO, the class list will
572 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
579 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
581 # the prototype and the implementation of a member function even if there is
617 # sections, marked by \if <section_label> ... \endif and \cond <section_label>
624 # documentation. If the initializer consists of more lines than specified here
634 # the bottom of the documentation of classes and structs. If set to YES the list
642 # (if specified).
649 # Folder Tree View (if specified).
668 # optionally specify a file name after the option, if omitted DoxygenLayout.xml
671 # Note that if you run doxygen from a directory containing a file called
672 # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
679 # extension is automatically appended if omitted. This requires the bibtex tool
692 # standard output by doxygen. If QUIET is set to YES this implies that the
699 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
707 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
708 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
714 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
724 # value. If set to NO doxygen will only warn about wrong or incomplete parameter
734 # be replaced by the version of the file (if it could be obtained via
741 # messages should be written. If left blank the output is written to standard
754 # Note: If this tag is empty the current directory is searched.
767 # If the value of the INPUT tag contains directories, you can use the
769 # *.h) to filter out the source-files in the directories. If left blank the
802 # If the value of the INPUT tag contains directories, you can use the
813 # output. The symbol name can be a fully qualified name, a word, or if the
830 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
832 # *.h) to filter out the source-files in the directories. If left blank all
837 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
858 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
862 # code is scanned, but not when the output code is generated. If lines are added
869 # filter if there is a match. The filters are a list of the form: pattern=filter
871 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
876 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
884 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
891 # If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
893 # (index.html). This can be useful if you have a project on for instance GitHub
902 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
924 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
930 # If the REFERENCES_RELATION tag is set to YES then for each documented function
936 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
944 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
954 # If the USE_HTAGS tag is set to YES then the references to source code will
976 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
988 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
989 # compounds will be generated. Enable this if the project contains a lot of
1014 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1019 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1035 # each generated HTML page. If the tag is left blank doxygen will generate a
1055 # generated HTML page. If the tag is left blank doxygen will generate a standard
1066 # the HTML output. If left blank doxygen will generate a default style sheet.
1129 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1137 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1158 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1202 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1221 # file. You can add a path in front of the file if the result should not be
1228 # including file name) of the HTML help compiler ( hhc.exe). If non-empty
1235 # The GENERATE_CHI flag controls if a separate .chi index file is generated (
1263 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1272 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
1296 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1320 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1326 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1346 # If you want full control over the layout of the generated HTML pages it might
1351 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1358 # structure should be generated to display hierarchical information. If the tag
1384 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
1420 # instead of using prerendered bitmaps. Use this if you do not have LaTeX
1421 # installed or if you want to formulas look prettier in the HTML output. When
1441 # should contain the MathJax.js script. For instance, if the mathjax directory
1557 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1562 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1588 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1609 # If left blank no extra packages will be included.
1616 # chapter. If it is left blank doxygen will generate a standard header. See
1620 # Note: Only use a user-defined header if you know what you are doing! The
1632 # chapter. If it is left blank doxygen will generate a standard footer. See
1636 # Note: Only use a user-defined footer if you know what you are doing!
1649 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1658 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1666 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1668 # if errors occur, instead of asking the user for help. This option is also used
1675 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1682 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1704 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1711 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
1719 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1727 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1760 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1766 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1785 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
1791 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1804 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1810 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1818 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1831 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1838 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
1849 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1861 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1869 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1877 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1878 # formatted so it can be parsed by a human reader. This is useful if you want to
1879 # understand what is going on. On the other hand, if this tag is set to NO the
1899 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1905 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1906 # in the source code. If set to NO only conditional compilation will be
1914 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1922 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1923 # INCLUDE_PATH will be searched if a #include is found.
1938 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
1947 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
1955 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1958 # tag if you want to use a different macro definition that overrules the
1964 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1967 # are typically used for boiler-plate code, and will confuse the parser if not
1988 # the path). If a tag file is not located in the directory in which doxygen is
1999 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
2000 # class index. If set to NO only the inherited external classes will be listed.
2005 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
2006 # the modules index. If set to NO, only the current project's groups will be
2012 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
2013 # the related pages index. If set to NO, only the current project's pages will
2029 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2042 # the mscgen tool resides. If left empty the tool is assumed to be found in the
2050 # If left empty dia is assumed to be found in the default search path.
2054 # If set to YES, the inheritance and collaboration graphs will hide inheritance
2055 # and usage relations if the target is undocumented or is not a class.
2060 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2063 # Bell Labs. The other options in this section have no effect if this option is
2097 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
2103 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2111 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2120 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2127 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2135 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
2136 # class node. If there are many fields or methods and many nodes the graph may
2141 # but if the number exceeds 15, the total amount of fields shown is limited to
2148 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2156 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2165 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
2174 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2185 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2196 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2203 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2214 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2223 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2236 # found. If left blank, it is assumed the dot tool can be found in the path.
2261 # that will be shown in the graph. If the number of nodes in a graph becomes
2263 # by representing a node as a red box. Note that doxygen if the number of direct
2305 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2313 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot