Lines Matching full:tag

8 #       TAG = value [value, ...]
10 # TAG += value [value, ...]
17 # This tag specifies the encoding used for all characters in the config file
19 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
79 # This tag implements a quasi-intelligent brief description abbreviator
97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
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
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
128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
134 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
154 # description. Set this tag to YES if you prefer the old behaviour instead.
158 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
164 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
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
184 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
191 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
198 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
204 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
211 # parses. With this tag you can assign which parser to use for a given extension.
213 # tag. The format is ext=language, where ext is a file extension, and language
223 # to include (a tag file for) the STL sources as input, then you should
224 # set this tag to YES in order to let doxygen match functions declarations and
236 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
252 # tag is set to YES, then doxygen will reuse the documentation of the first
258 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
272 # types are typedef'ed and only the typedef is referenced, never the tag name.
296 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
303 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
308 # If the EXTRACT_STATIC tag is set to YES all static members of a file
313 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
334 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
342 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
349 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
356 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
363 # The INTERNAL_DOCS tag determines if documentation
364 # that is typed after a \internal command is included. If the tag is set
370 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
378 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
384 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
390 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
396 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
401 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
408 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
415 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
420 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
425 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
431 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
441 # The GENERATE_TODOLIST tag can be used to enable (YES) or
447 # The GENERATE_TESTLIST tag can be used to enable (YES) or
453 # The GENERATE_BUGLIST tag can be used to enable (YES) or
459 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
465 # The ENABLED_SECTIONS tag can be used to enable conditional
470 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines
480 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
487 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
492 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
498 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
505 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
509 # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
515 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
528 # The QUIET tag can be used to turn on/off the messages that are generated
533 # The WARNINGS tag can be used to turn on/off the warning messages that are
560 # The WARN_FORMAT tag determines the format of the warning messages that
569 # The WARN_LOGFILE tag can be used to specify a file to which warning
579 # The INPUT tag can be used to specify the files and/or directories that contain
588 # This tag can be used to specify the character encoding of the source files
596 # If the value of the INPUT tag contains directories, you can use the
597 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
605 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
611 # The EXCLUDE tag can be used to specify files and/or directories that should
613 # subdirectory from a directory tree whose root is specified with the INPUT tag.
617 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
623 # If the value of the INPUT tag contains directories, you can use the
624 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
631 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
639 # The EXAMPLE_PATH tag can be used to specify one or more files or
645 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
646 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
652 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
654 # commands irrespective of the value of the RECURSIVE tag.
659 # The IMAGE_PATH tag can be used to specify one or more files or
665 # The INPUT_FILTER tag can be used to specify a program that doxygen should
668 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
671 # If FILTER_PATTERNS is specified, this tag will be
676 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
687 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
697 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
704 # Setting the INLINE_SOURCES tag to YES will include the body
709 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
715 # If the REFERENCED_BY_RELATION tag is set to YES
721 # If the REFERENCES_RELATION tag is set to YES
727 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
728 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
735 # If the USE_HTAGS tag is set to YES then the references to source code
743 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
753 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
760 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
767 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
776 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
781 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
787 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
793 # The HTML_HEADER tag can be used to specify a personal HTML header for
799 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
805 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
807 # fine-tune the look of the HTML output. If the tag is left blank doxygen
814 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
824 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
830 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
839 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
845 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
851 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
859 # If the GENERATE_DOCSET tag is set to YES, additional index files
872 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
879 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
886 # When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify
892 # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
896 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
903 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
910 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
917 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
923 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
929 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
940 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
947 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can
953 # The QHP_NAMESPACE tag specifies the namespace to use when generating
959 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
971 # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
978 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
986 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
993 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
1010 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
1016 # This tag can be used to set the number of enum values (range [1..20])
1021 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1023 # If the tag value is set to YES, a side panel will be generated
1036 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
1043 # links to external symbols imported via tag files in a separate window.
1047 # Use this tag to change the font size of Latex formulas included
1055 # Use the FORMULA_TRANPARENT tag to determine whether or not the images
1063 # When the SEARCHENGINE tag is enabled doxygen will generate a search box
1073 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1087 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1092 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1098 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
1106 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
1112 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1118 # The PAPER_TYPE tag can be used to set the paper type that is used
1124 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1129 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
1132 # standard header. Notice: only use this tag if you know what you are doing!
1136 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1143 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1149 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1173 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1179 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1185 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1191 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1215 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1220 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1226 # The MAN_EXTENSION tag determines the extension that is added to
1231 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1243 # If the GENERATE_XML tag is set to YES Doxygen will
1249 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
1255 # The XML_SCHEMA tag can be used to specify an XML schema,
1261 # The XML_DTD tag can be used to specify an XML DTD,
1267 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1278 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1290 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1298 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1304 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1309 # tag is set to NO the size of the Perl module output will be much smaller
1325 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1331 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1344 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1349 # The INCLUDE_PATH tag can be used to specify one or more directories that
1355 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
1362 # The PREDEFINED tag can be used to specify one or more macro names that
1364 # gcc). The argument of the tag is a list of macros of the form: name
1373 # this tag can be used to specify a list of macro names that should be expanded.
1375 # Use the PREDEFINED tag if you want to use a different macro definition.
1379 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1393 # can be added for each tagfile. The format of a tag file without
1397 # Adding location for the tag files is done as follows:
1401 # URLs. If a location is present for each tag, the installdox tool
1403 # Note that each tag file must have a unique name
1405 # If a tag file is not located in the directory in which doxygen
1411 # a tag file that is based on the input files it reads.
1415 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1421 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1436 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1438 # or super classes. Setting the tag to NO turns the diagrams off. Note that
1448 # documentation. The MSCGEN_PATH tag allows you to specify the directory where
1460 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1486 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1494 # can find it using this tag.
1500 # indirect inheritance relations. Setting this tag to YES will force the
1501 # the CLASS_DIAGRAMS tag to NO.
1517 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1570 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1576 # The tag DOT_PATH can be used to specify the path where the dot tool can be
1581 # The DOTFILE_DIRS tag can be used to specify one or more directories that
1587 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1597 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1607 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1615 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1622 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1628 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will