Lines Matching full:set

57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
82 # Set to NO to disable this.
86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
88 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
121 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
128 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
129 # path before files name in the file list and in the header files. If set
134 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
152 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
158 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
160 # comment as the brief description. If set to NO, the JavaDoc
166 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
168 # comment as the brief description. If set to NO, the comments
174 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
178 # description. Set this tag to YES if you prefer the old behaviour instead.
182 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
188 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
189 # a new page for each member. If set to NO, the documentation of a member will
194 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
215 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
222 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
229 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
235 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
249 # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
255 # set this tag to YES in order to let doxygen match functions declarations and
262 # If you use Microsoft's C++/CLI language, you should set this option to YES to
267 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
275 # will make doxygen replace the get and set methods by a property in the
278 # methods anyway, you should set this option to NO.
283 # tag is set to YES, then doxygen will reuse the documentation of the first
289 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
291 # subgroup of that type (e.g. under the Public Functions section). Set it to
297 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and
304 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and
307 # documentation), provided this scope is documented. If set to NO (the default),
340 # set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given
354 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
357 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
361 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
366 # If the EXTRACT_STATIC tag is set to YES all static members of a file
371 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
373 # If set to NO only classes defined in header files are included.
377 # This flag is only useful for Objective-C code. When set to YES local
380 # If set to NO (the default) only methods in the interface are included.
384 # If this flag is set to YES, the members of anonymous namespaces will be
392 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
394 # If set to NO (the default) these members will be included in the
400 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
402 # If set to NO (the default) these classes will be included in the various
407 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
409 # If set to NO (the default) these declarations will be included in the
414 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
416 # If set to NO (the default) these blocks will be appended to the
422 # that is typed after a \internal command is included. If the tag is set
424 # Set it to YES to include the internal documentation.
428 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
429 # file names in lower-case letters. If set to YES upper-case letters are also
432 # and Mac users are advised to set this option to NO.
436 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
438 # documentation. If set to YES the scope will be hidden.
442 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
448 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
454 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
459 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
461 # alphabetically by member name. If set to NO the members will appear in
466 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
468 # by member name. If set to NO (the default) the members will appear in
473 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
475 # constructors and destructors are listed first. If set to NO (the default)
478 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
479 # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
483 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
484 # hierarchy of group names into alphabetical order. If set to NO (the default)
489 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
490 # sorted by fully-qualified names, including namespaces. If set to
493 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
547 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
548 # at the bottom of the documentation of classes and structs. If set to YES the
559 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
565 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
615 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
616 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
621 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
630 # or return value. If set to NO (the default) doxygen will only warn about
738 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
770 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
772 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
788 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
791 # VERBATIM_HEADERS is set to NO.
806 # If the REFERENCED_BY_RELATION tag is set to YES
812 # If the REFERENCES_RELATION tag is set to YES
818 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
819 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
825 # If the USE_HTAGS tag is set to YES then the references to source code
833 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
835 # which an include is specified. Set to NO to disable this.
843 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
866 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
945 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
951 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
952 # files or namespaces will be aligned in HTML using tables. If set to
957 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
965 # If the GENERATE_DOCSET tag is set to YES, additional index files
968 # To create a documentation set, doxygen will generate a Makefile in the
978 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
985 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
986 # should uniquely identify the documentation set bundle. This should be a
1002 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
1009 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
1016 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
1023 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
1029 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
1035 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
1041 # The TOC_EXPAND flag can be set to YES to add extra items for group members
1046 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1047 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
1071 # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
1092 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
1099 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
1119 # navigation tree you can set this option to NO if you already set
1126 # If the tag value is set to YES, a side panel will be generated
1132 # could consider to set DISABLE_INDEX to NO when enabling this option.
1136 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
1149 # used to set the initial width (in pixels) of the frame in which the tree
1154 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1224 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1249 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1255 # The PAPER_TYPE tag can be used to set the paper type that is used
1280 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1287 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1288 # plain latex in the generated Makefile. Set this option to YES to get a
1293 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1300 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1306 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1323 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1335 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1341 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1352 # replacements, missing definitions are set to their default value.
1356 # Set optional variables used in the generation of an rtf document.
1365 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1381 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1393 # If the GENERATE_XML tag is set to YES Doxygen will
1417 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1428 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1440 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1448 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1454 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1457 # tag is set to NO the size of the Perl module output will be much smaller
1473 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1479 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1480 # names in the source code. If set to NO (the default) only conditional
1486 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1492 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1535 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1543 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1576 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1577 # in the class index. If set to NO only the inherited external classes
1582 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1583 # in the modules index. If set to NO, only the current project's groups will
1597 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1614 # If set to YES, the inheritance and collaboration graphs will hide
1620 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1623 # have no effect if this option is set to NO (the default)
1628 # allowed to run in parallel. When set to 0 (the default) doxygen will
1629 # base this on the number of processors available in the system. You can set it
1644 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1651 # set the path where dot can find it.
1655 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1662 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1669 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1674 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1680 # If set to YES, the inheritance and collaboration graphs will show the
1686 # tags are set to YES then doxygen will generate a graph for each documented
1693 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1699 # If the CALL_GRAPH and HAVE_DOT options are set to YES then
1707 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1715 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1720 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
1727 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1729 # If left blank png will be used. If you choose svg you need to set
1735 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
1739 # need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files
1761 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1771 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1781 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1789 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1796 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1802 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will