Lines Matching refs:be

3 # This file describes the settings to be used by the documentation system
6 # All text after a hash (#) is considered a comment and will be ignored
9 # For lists items can also be appended using:
11 # Values that contain spaces should be placed between quotes (" ")
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
23 # This could be handy for archiving the generated documentation or
29 # base path where the generated documentation will be put.
30 # If a relative path is entered, it will be relative to the location
31 # where doxygen was started. If left blank the current directory will be used.
38 # Enabling this option can be useful when feeding doxygen a huge amount of source
56 # This tag can be used to specify the encoding used in the generated output.
76 # brief descriptions will be completely suppressed.
82 # in this list, if found as the leading text of the brief description, will be
100 # the base classes will not be shown.
106 # to NO the shortest path that makes the file name unique will be used.
111 # can be used to strip a user-defined part of the path. Stripping is
113 # the path. The tag can be used to show relative paths in the file list.
119 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
129 # (but less readable) file names. This can be useful is your file systems
142 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
144 # comments) as a brief description. This used to be the default behaviour.
166 # all members of a group must be documented explicitly.
170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
175 # This tag can be used to specify a number of aliases that acts
186 # For instance, some of the names that are used will be different. The list
187 # of all members will be omitted, etc.
193 # For instance, namespaces will be presented as packages, qualified scopes
199 # the same type (for instance a group of public functions) to be put as a
201 # NO to prevent subgrouping. Alternatively, this can be done per class using
212 # Private class members and static file members will be hidden unless
218 # will be included in the documentation.
223 # will be included in the documentation.
228 # defined locally in source files will be included in the documentation.
242 # If set to NO (the default) these members will be included in the
250 # If set to NO (the default) these classes will be included in the various
257 # If set to NO (the default) these declarations will be included in the
264 # If set to NO (the default) these blocks will be appended to the
271 # to NO (the default) then the documentation will be excluded.
286 # documentation. If set to YES the scope will be hidden.
315 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
317 # NO (the default), the class list will be sorted only by class name,
325 # The GENERATE_TODOLIST tag can be used to enable (YES) or
331 # The GENERATE_TESTLIST tag can be used to enable (YES) or
337 # The GENERATE_BUGLIST tag can be used to enable (YES) or
343 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
349 # The ENABLED_SECTIONS tag can be used to enable conditional
357 # here it will be hidden. Use a value of 0 to hide initializers completely.
359 # documentation can be controlled using \showinitializer or \hideinitializer
374 # The QUIET tag can be used to turn on/off the messages that are generated
379 # The WARNINGS tag can be used to turn on/off the warning messages that are
387 # automatically be disabled.
400 # tags, which will be replaced by the file and line number from which the
405 # The WARN_LOGFILE tag can be used to specify a file to which warning
406 # and error messages should be written. If left blank the output is written
415 # The INPUT tag can be used to specify the files and/or directories that contain
431 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
432 # should be searched for input files as well. Possible values are YES and NO.
437 # The EXCLUDE tag can be used to specify files and/or directories that should
443 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
454 # The EXAMPLE_PATH tag can be used to specify one or more files or
467 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
468 # searched for input files to be used with the \include or \dontinclude
474 # The IMAGE_PATH tag can be used to specify one or more files or
480 # The INPUT_FILTER tag can be used to specify a program that doxygen should
485 # to standard output. If FILTER_PATTERNS is specified, this tag will be
490 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
500 # INPUT_FILTER) will be used to filter the input files when producing source
510 # be generated. Documented entities will be cross-referenced with these sources.
529 # functions referencing it will be listed.
535 # called/used by that function will be listed.
550 # of all compounds will be generated. Enable this if the project
556 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
557 # in which this list will be split (can be a number in the range [1..20])
562 # classes will be put under the same header in the alphabetical index.
563 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
564 # should be ignored while generating the index headers.
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
579 # put in front of it. If left blank `html' will be used as the default path.
583 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
589 # The HTML_HEADER tag can be used to specify a personal HTML header for
595 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
601 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
602 # style sheet that is used by each HTML page. It can be used to
606 # stylesheet in the HTML output directory as well, or it will be erased!
611 # files or namespaces will be aligned in HTML using tables. If set to
612 # NO a bullet list will be used.
617 # will be generated that can be used as input for tools like the
624 # be used to specify the file name of the resulting .chm file. You
625 # can add a path in front of the file if the result should not be
631 # be used to specify the location (absolute path including file name) of
639 # it should be included in the master .chm file (NO).
649 # The TOC_EXPAND flag can be set to YES to add extra items for group members
654 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
660 # This tag can be used to set the number of enum values (range [1..20])
665 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
674 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
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
691 # put in front of it. If left blank `latex' will be used as the default path.
695 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
696 # invoked. If left blank `latex' will be used as the default command name.
700 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
701 # generate index for LaTeX. If left blank `makeindex' will be used as the
707 # LaTeX documents. This may be useful for small projects and may help to
712 # The PAPER_TYPE tag can be used to set the paper type that is used
714 # executive. If left blank a4wide will be used.
718 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
719 # packages that should be included in the LaTeX output.
723 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
737 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
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
768 # put in front of it. If left blank `rtf' will be used as the default path.
773 # RTF documents. This may be useful for small projects and may help to
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
809 # put in front of it. If left blank `man' will be used as the default path.
822 # would be unable to find the correct page. The default is NO.
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
838 # put in front of it. If left blank `xml' will be used as the default path.
842 # The XML_SCHEMA tag can be used to specify an XML schema,
843 # which can be used by a validating XML parser to check the
848 # The XML_DTD tag can be used to specify an XML DTD,
849 # which can be used by a validating XML parser to check the
886 # the necessary Makefile rules, Perl scripts and LaTeX code to be able
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
894 # tag is set to NO the size of the Perl module output will be much smaller
918 # compilation will be performed. Macro expansion can be done in a controlled
930 # in the INCLUDE_PATH (see below) will be search if a #include is found.
934 # The INCLUDE_PATH tag can be used to specify one or more directories that
935 # contain include files that are not input files but should be processed by
943 # be used.
947 # The PREDEFINED tag can be used to specify one or more macro names that
956 # this tag can be used to specify a list of macro names that should be expanded.
957 # The macro definition that is found in the sources will be used.
974 # The TAGFILES option can be used to specify one or more tagfiles.
976 # can be added for each tagfile. The format of a tag file without
981 # where "loc1" and "loc2" can be relative or absolute paths or
983 # does not have to be run to correct the links.
996 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
998 # will be listed.
1002 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1004 # be listed.
1008 # The PERL_PATH should be the absolute path and name of the perl script
1080 # So in most cases it will be better to enable call graphs for selected
1090 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1092 # If left blank png will be used.
1096 # The tag DOT_PATH can be used to specify the path where the dot tool can be
1097 # found. If left blank, it is assumed the dot tool can be found on the path.
1101 # The DOTFILE_DIRS tag can be used to specify one or more directories that
1107 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
1115 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
1123 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1125 # from the root by following a path via at most 3 edges will be shown. Nodes that
1126 # lay further from the root node will be omitted. Note that setting this option to
1128 # note that a graph may be further truncated if the graph's image dimensions are
1150 # The SEARCHENGINE tag specifies whether or not a search engine should be
1151 # used. If set to NO the values of all tags below this one will be ignored.