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
84 # used as the annotated text. Otherwise, the brief description is used as-is.
85 # If left blank, the following values are used ("$name" is automatically
87 # "The $name file" "is" "provides" "specifies" "contains"
93 # Doxygen will generate a detailed section even if there is only a brief
98 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
105 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
111 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
112 # can be used to strip a user-defined part of the path. Stripping is
115 # If left blank the directory from which doxygen is run is used as the
124 # definition is used. Otherwise one should specify the include paths that
129 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
130 # (but less readable) file names. This can be useful is your file systems
135 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
146 # The new default is to treat a multi-line C++ comment block as a detailed
151 # If the DETAILS_AT_TOP tag is set to YES then Doxygen
158 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
164 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
165 # tag is set to YES, then doxygen will reuse the documentation of the first
171 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
194 # sources only. Doxygen will then generate output that is more tailored for C.
201 # only. Doxygen will then generate output that is more tailored for Java.
219 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
226 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
231 # If the EXTRACT_STATIC tag is set to YES all static members of a file
236 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
242 # This flag is only useful for Objective-C code. When set to YES local
249 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
252 # various overviews, but no documentation section is generated.
253 # This option has no effect if EXTRACT_ALL is enabled.
257 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
260 # overviews. This option has no effect if EXTRACT_ALL is enabled.
264 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
271 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
279 # that is typed after a \internal command is included. If the tag is set
285 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
287 # allowed. This is useful if you have classes or files whose names only differ
293 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
299 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
305 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
306 # is inserted in the documentation for inline members.
310 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
317 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
324 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
328 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
335 # disable (NO) the todo list. This list is created by putting \todo
341 # disable (NO) the test list. This list is created by putting \test
347 # disable (NO) the bug list. This list is created by putting \bug
353 # disable (NO) the deprecated list. This list is created by putting
388 # popen()) the command <command> <input-file>, where <command> is the value of
389 # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
391 # is used as the file version. See the manual for examples.
400 # by doxygen. Possible values are YES and NO. If left blank NO is used.
406 # NO is used.
410 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
411 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
416 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
441 # and error messages should be written. If left blank the output is written
468 # If left blank NO is used.
474 # subdirectory from a directory tree whose root is specified with the INPUT tag.
503 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
506 # Possible values are YES and NO. If left blank NO is used.
519 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
521 # to standard output. If FILTER_PATTERNS is specified, this tag will be
528 # filter if there is a match. The filters are a list of the form:
530 # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
531 # is applied to all files.
535 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
537 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
545 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
548 # VERBATIM_HEADERS is set to NO.
563 # If the REFERENCED_BY_RELATION tag is set to YES (the default)
569 # If the REFERENCES_RELATION tag is set to YES (the default)
575 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
577 # which an include is specified. Set to NO to disable this.
585 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
591 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
608 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
613 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
614 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
620 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
626 # each generated HTML page. If it is left blank doxygen will generate a
632 # each generated HTML page. If it is left blank doxygen will generate a
638 # style sheet that is used by each HTML page. It can be used to
639 # fine-tune the look of the HTML output. If the tag is left blank doxygen
646 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
652 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
659 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
666 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
673 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
674 # controls if a separate .chi index file is generated (YES) or that
679 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
680 # controls whether a binary table of contents is generated (YES) or a
701 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
703 # is generated for HTML Help). For this to work a browser that supports
704 # JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+,
710 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
712 # is shown.
720 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
725 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
726 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
742 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
748 # The PAPER_TYPE tag can be used to set the paper type that is used
761 # the first chapter. If it is left blank doxygen will generate a
766 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
767 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
773 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
779 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
782 # This option is also used when generating formulas in HTML.
786 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
796 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
797 # The RTF output is optimized for Word 97 and may not look very pretty with
802 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
803 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
808 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
814 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
823 # Load stylesheet definitions from file. Syntax is similar to doxygen's
830 # Syntax is similar to doxygen's config file.
838 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
843 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
844 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
849 # The MAN_EXTENSION tag determines the extension that is added to
850 # the generated man pages (default is the subroutine's section .3)
854 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
858 # would be unable to find the correct page. The default is NO.
866 # If the GENERATE_XML tag is set to YES Doxygen will
872 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
873 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
890 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
901 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
904 # documentation. Note that this feature is still experimental
913 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
916 # feature is still experimental and incomplete at the
921 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
927 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
928 # nicely formatted so it can be parsed by a human reader. This is useful
929 # if you want to understand what is going on. On the other hand, if this
930 # tag is set to NO the size of the Perl module output will be much smaller
937 # This is useful so different doxyrules.make files included by the same
946 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
952 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
960 # then the macro expansion is limited to the macros specified with the
965 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
966 # in the INCLUDE_PATH (see below) will be search if a #include is found.
984 # are defined before the preprocessor is started (similar to the -D option of
985 # gcc). The argument of the tag is a list of macros of the form: name
987 # omitted =1 is assumed. To prevent a macro definition from being
995 # The macro definition that is found in the sources will be used.
1000 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1015 # this location is as follows:
1017 # Adding location for the tag files is done as follows:
1020 # URLs. If a location is present for each tag, the installdox tool
1024 # If a tag file is not located in the directory in which doxygen
1025 # is run, you must also specify the path to the tagfile here.
1029 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
1030 # a tag file that is based on the input files it reads.
1034 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1040 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1055 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1058 # this option is superseded by the HAVE_DOT option below. This is only a
1059 # fallback. It is recommended to install and use dot, since it yields more
1065 # inheritance and usage relations if the target is undocumented
1066 # or is not a class.
1070 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1071 # available from the path. This tool is part of Graphviz, a graph visualization
1073 # have no effect if this option is set to NO (the default)
1096 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1148 # found. If left blank, it is assumed the dot tool can be found in the path.
1181 # and MAX_DOT_GRAPH_HEIGHT). If 0 is used for the depth value (the default),
1182 # the graph is not depth-constrained.
1187 # background. This is disabled by default, which results in a white background.
1197 # support this, this feature is disabled by default.
1201 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1207 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will