Lines Matching refs:YES

49 # In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES
56 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
61 BRIEF_MEMBER_DESC = YES
63 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
68 REPEAT_BRIEF = YES
70 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
74 ALWAYS_DETAILED_SEC = YES
76 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited
81 INLINE_INHERITED_MEMB = YES
83 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
89 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
96 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
102 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
110 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
114 # description. Set this tag to YES if you prefer the old behaviour instead.
118 # If the DETAILS_AT_TOP tag is set to YES then Doxygen
125 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
129 INHERIT_DOCS = YES
132 # tag is set to YES, then doxygen will reuse the documentation of the first
152 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
159 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources
166 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
172 SUBGROUPING = YES
178 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
181 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
183 EXTRACT_ALL = YES
185 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
188 EXTRACT_PRIVATE = YES
190 # If the EXTRACT_STATIC tag is set to YES all static members of a file
193 EXTRACT_STATIC = YES
195 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
199 EXTRACT_LOCAL_CLASSES = YES
201 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
209 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
216 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
223 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
233 # Set it to YES to include the internal documentation.
238 # file names in lower-case letters. If set to YES upper-case letters are also
243 CASE_SENSE_NAMES = YES
247 # documentation. If set to YES the scope will be hidden.
251 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
255 SHOW_INCLUDE_FILES = YES
257 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
260 INLINE_INFO = YES
262 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
267 SORT_MEMBER_DOCS = YES
269 # The GENERATE_TODOLIST tag can be used to enable (YES) or
273 GENERATE_TODOLIST = YES
275 # The GENERATE_TESTLIST tag can be used to enable (YES) or
279 GENERATE_TESTLIST = YES
281 # The GENERATE_BUGLIST tag can be used to enable (YES) or
285 GENERATE_BUGLIST = YES
287 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
291 GENERATE_DEPRECATEDLIST= YES
309 # at the bottom of the documentation of classes and structs. If set to YES the
312 SHOW_USED_FILES = YES
319 # by doxygen. Possible values are YES and NO. If left blank NO is used.
321 QUIET = YES
324 # generated by doxygen. Possible values are YES and NO. If left blank
327 WARNINGS = YES
329 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
330 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
333 WARN_IF_UNDOCUMENTED = YES
335 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
340 WARN_IF_DOC_ERROR = YES
380 # should be searched for input files as well. Possible values are YES and NO.
383 RECURSIVE = YES
397 EXCLUDE_SYMLINKS = YES
418 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
421 # Possible values are YES and NO. If left blank NO is used.
440 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
442 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
450 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
455 # Setting the INLINE_SOURCES tag to YES will include the body
460 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
464 STRIP_CODE_COMMENTS = YES
466 # If the REFERENCED_BY_RELATION tag is set to YES (the default)
470 REFERENCED_BY_RELATION = YES
472 # If the REFERENCES_RELATION tag is set to YES (the default)
476 REFERENCES_RELATION = YES
478 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
482 VERBATIM_HEADERS = YES
488 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
492 ALPHABETICAL_INDEX = YES
511 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
514 GENERATE_HTML = YES
547 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
551 HTML_ALIGN_MEMBERS = YES
553 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
560 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
567 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
574 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
575 # controls if a separate .chi index file is generated (YES) or that
580 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
581 # controls whether a binary table of contents is generated (YES) or a
586 # The TOC_EXPAND flag can be set to YES to add extra items for group members
593 # the value YES disables it.
602 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
609 GENERATE_TREEVIEW = YES
621 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
643 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
667 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
672 PDF_HYPERLINKS = YES
674 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
675 # plain latex in the generated Makefile. Set this option to YES to get a
678 USE_PDFLATEX = YES
680 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
685 LATEX_BATCHMODE = YES
687 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
697 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
709 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
715 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
739 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
755 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
767 # If the GENERATE_XML tag is set to YES Doxygen will
797 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
809 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
817 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
823 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
829 PERLMOD_PRETTY = YES
842 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
846 ENABLE_PREPROCESSING = YES
848 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
851 # way by setting EXPAND_ONLY_PREDEF to YES.
855 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
861 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
864 SEARCH_INCLUDES = YES
887 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
894 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
900 SKIP_FUNCTION_MACROS = YES
928 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
934 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
938 EXTERNAL_GROUPS = YES
949 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
955 CLASS_DIAGRAMS = YES
957 # If set to YES, the inheritance and collaboration graphs will hide
961 HIDE_UNDOC_RELATIONS = YES
963 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
968 HAVE_DOT = YES
970 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
972 # indirect inheritance relations. Setting this tag to YES will force the
975 CLASS_GRAPH = YES
977 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
982 COLLABORATION_GRAPH = YES
984 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
990 # If set to YES, the inheritance and collaboration graphs will show the
993 TEMPLATE_RELATIONS = YES
996 # tags are set to YES then doxygen will generate a graph for each documented
1000 INCLUDE_GRAPH = YES
1003 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1007 INCLUDED_BY_GRAPH = YES
1009 # If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will
1017 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1020 GRAPHICAL_HIERARCHY = YES
1068 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1072 GENERATE_LEGEND = YES
1074 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1078 DOT_CLEANUP = YES