Lines Matching refs:is
6 # All text after a hash (#) is considered a comment and will be ignored
7 # The format is:
17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
24 # if some version control system is used.
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
30 # If a relative path is entered, it will be relative to the location
35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
45 # documentation generated by doxygen is written. Doxygen will use this
47 # The default language is English, other supported languages are:
57 # The encoding is not always determined by the language that is chosen,
58 # but also whether or not the output is meant for Windows or non-Windows users.
59 # In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES
60 # forces the Windows encoding (this is the default for the Windows binary),
66 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
73 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
81 # that is used to form the text in various listings. Each string
83 # stripped from the text and the result after processing the whole list, is used
84 # as the annotated text. Otherwise, the brief description is used as-is. If left
85 # blank, the following values are used ("$name" is automatically replaced with the
87 # "is" "provides" "specifies" "contains" "represents" "a" "an" "the"
92 # Doxygen will generate a detailed section even if there is only a brief
97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited
104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
111 # can be used to strip a user-defined part of the path. Stripping is
114 # If left blank the directory from which doxygen is run is used as the
123 # definition is used. Otherwise one should specify the include paths that
128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
129 # (but less readable) file names. This can be useful is your file systems
134 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
145 # The new default is to treat a multi-line C++ comment block as a detailed
150 # If the DETAILS_AT_TOP tag is set to YES then Doxygen
157 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
163 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
164 # tag is set to YES, then doxygen will reuse the documentation of the first
185 # only. Doxygen will then generate output that is more tailored for C.
192 # only. Doxygen will then generate output that is more tailored for Java.
210 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
217 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
222 # If the EXTRACT_STATIC tag is set to YES all static members of a file
227 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
233 # This flag is only useful for Objective-C code. When set to YES local
240 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
243 # various overviews, but no documentation section is generated.
244 # This option has no effect if EXTRACT_ALL is enabled.
248 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
251 # overviews. This option has no effect if EXTRACT_ALL is enabled.
255 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
262 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
270 # that is typed after a \internal command is included. If the tag is set
276 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
278 # allowed. This is useful if you have classes or files whose names only differ
284 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
290 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
296 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
297 # is inserted in the documentation for inline members.
301 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
308 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
315 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
319 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
326 # disable (NO) the todo list. This list is created by putting \todo
332 # disable (NO) the test list. This list is created by putting \test
338 # disable (NO) the bug list. This list is created by putting \bug
344 # disable (NO) the deprecated list. This list is created by putting
375 # by doxygen. Possible values are YES and NO. If left blank NO is used.
381 # NO is used.
385 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
386 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
391 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
406 # and error messages should be written. If left blank the output is written
433 # If left blank NO is used.
439 # subdirectory from a directory tree whose root is specified with the INPUT tag.
467 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
470 # Possible values are YES and NO. If left blank NO is used.
483 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
485 # to standard output. If FILTER_PATTERNS is specified, this tag will be
492 # filter if there is a match. The filters are a list of the form:
494 # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
495 # is applied to all files.
499 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
501 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
509 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
512 # VERBATIM_HEADERS is set to NO.
527 # If the REFERENCED_BY_RELATION tag is set to YES (the default)
533 # If the REFERENCES_RELATION tag is set to YES (the default)
539 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
541 # which an include is specified. Set to NO to disable this.
549 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
555 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
572 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
577 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
578 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
584 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
590 # each generated HTML page. If it is left blank doxygen will generate a
596 # each generated HTML page. If it is left blank doxygen will generate a
602 # style sheet that is used by each HTML page. It can be used to
603 # fine-tune the look of the HTML output. If the tag is left blank doxygen
610 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
616 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
623 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
630 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
637 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
638 # controls if a separate .chi index file is generated (YES) or that
643 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
644 # controls whether a binary table of contents is generated (YES) or a
665 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
667 # is generated for HTML Help). For this to work a browser that supports
668 # JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+,
674 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
676 # is shown.
684 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
689 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
690 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
706 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
712 # The PAPER_TYPE tag can be used to set the paper type that is used
725 # the first chapter. If it is left blank doxygen will generate a
730 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
731 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
737 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
743 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
746 # This option is also used when generating formulas in HTML.
750 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
760 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
761 # The RTF output is optimized for Word 97 and may not look very pretty with
766 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
767 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
772 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
778 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
787 # Load stylesheet definitions from file. Syntax is similar to doxygen's
794 # Syntax is similar to doxygen's config file.
802 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
807 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
808 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
813 # The MAN_EXTENSION tag determines the extension that is added to
814 # the generated man pages (default is the subroutine's section .3)
818 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
822 # would be unable to find the correct page. The default is NO.
830 # If the GENERATE_XML tag is set to YES Doxygen will
836 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
837 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
854 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
865 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
868 # documentation. Note that this feature is still experimental
877 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
880 # feature is still experimental and incomplete at the
885 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
891 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
892 # nicely formatted so it can be parsed by a human reader. This is useful
893 # if you want to understand what is going on. On the other hand, if this
894 # tag is set to NO the size of the Perl module output will be much smaller
901 # This is useful so different doxyrules.make files included by the same
910 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
916 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
924 # then the macro expansion is limited to the macros specified with the
929 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
930 # in the INCLUDE_PATH (see below) will be search if a #include is found.
948 # are defined before the preprocessor is started (similar to the -D option of
949 # gcc). The argument of the tag is a list of macros of the form: name
951 # omitted =1 is assumed.
957 # The macro definition that is found in the sources will be used.
962 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
977 # this location is as follows:
979 # Adding location for the tag files is done as follows:
982 # URLs. If a location is present for each tag, the installdox tool
986 # If a tag file is not located in the directory in which doxygen
987 # is run, you must also specify the path to the tagfile here.
991 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
992 # a tag file that is based on the input files it reads.
996 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1002 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1017 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1020 # option is superseded by the HAVE_DOT option below. This is only a fallback. It is
1026 # inheritance and usage relations if the target is undocumented
1027 # or is not a class.
1031 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1032 # available from the path. This tool is part of Graphviz, a graph visualization
1034 # have no effect if this option is set to NO (the default)
1052 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1097 # found. If left blank, it is assumed the dot tool can be found on the path.
1130 # If 0 is used for the depth value (the default), the graph is not depth-constrained.
1134 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1140 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will