Lines Matching refs:YES
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
70 BRIEF_MEMBER_DESC = YES
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
77 REPEAT_BRIEF = YES
101 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
114 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
120 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
138 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
144 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
152 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
160 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
164 # description. Set this tag to YES if you prefer the old behaviour instead.
168 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
172 INHERIT_DOCS = YES
174 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
194 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
199 OPTIMIZE_OUTPUT_FOR_C = YES
201 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
208 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
214 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
222 # set this tag to YES in order to let doxygen match functions declarations and
229 # If you use Microsoft's C++/CLI language, you should set this option to YES to
234 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
241 # and setter methods for a property. Setting this option to YES (the default)
247 IDL_PROPERTY_SUPPORT = YES
250 # tag is set to YES, then doxygen will reuse the documentation of the first
256 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
262 SUBGROUPING = YES
272 TYPEDEF_HIDES_STRUCT = YES
294 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
297 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
301 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
306 # If the EXTRACT_STATIC tag is set to YES all static members of a file
311 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
315 EXTRACT_LOCAL_CLASSES = YES
317 # This flag is only useful for Objective-C code. When set to YES local
324 # If this flag is set to YES, the members of anonymous namespaces will be
332 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
338 HIDE_UNDOC_MEMBERS = YES
340 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
345 HIDE_UNDOC_CLASSES = YES
347 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
354 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
364 # Set it to YES to include the internal documentation.
369 # file names in lower-case letters. If set to YES upper-case letters are also
378 # documentation. If set to YES the scope will be hidden.
382 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
386 SHOW_INCLUDE_FILES = YES
388 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
391 INLINE_INFO = YES
393 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
398 SORT_MEMBER_DOCS = YES
400 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
407 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
413 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
417 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
423 # The GENERATE_TODOLIST tag can be used to enable (YES) or
429 # The GENERATE_TESTLIST tag can be used to enable (YES) or
433 GENERATE_TESTLIST = YES
435 # The GENERATE_BUGLIST tag can be used to enable (YES) or
439 GENERATE_BUGLIST = YES
441 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
445 GENERATE_DEPRECATEDLIST= YES
463 # at the bottom of the documentation of classes and structs. If set to YES the
466 SHOW_USED_FILES = YES
469 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
476 # Folder Tree View (if specified). The default is YES.
478 SHOW_FILES = YES
482 # and from the Folder Tree View (if specified). The default is YES.
484 SHOW_NAMESPACES = YES
510 # by doxygen. Possible values are YES and NO. If left blank NO is used.
512 QUIET = YES
515 # generated by doxygen. Possible values are YES and NO. If left blank
518 WARNINGS = YES
520 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
521 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
524 WARN_IF_UNDOCUMENTED = YES
526 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
531 WARN_IF_DOC_ERROR = YES
618 # should be searched for input files as well. Possible values are YES and NO.
664 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
667 # Possible values are YES and NO. If left blank NO is used.
696 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
698 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
706 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
713 # Setting the INLINE_SOURCES tag to YES will include the body
718 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
722 STRIP_CODE_COMMENTS = YES
724 # If the REFERENCED_BY_RELATION tag is set to YES
730 # If the REFERENCES_RELATION tag is set to YES
736 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
737 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
743 # If the USE_HTAGS tag is set to YES then the references to source code
751 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
761 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
784 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
822 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
826 HTML_ALIGN_MEMBERS = YES
828 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
836 # If the GENERATE_DOCSET tag is set to YES, additional index files
848 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
855 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
862 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
869 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
876 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
883 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
884 # controls if a separate .chi index file is generated (YES) or that
889 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
895 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
896 # controls whether a binary table of contents is generated (YES) or a
901 # The TOC_EXPAND flag can be set to YES to add extra items for group members
906 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER
931 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
940 # the value YES disables it.
961 # releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE
984 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1006 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1030 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1035 PDF_HYPERLINKS = YES
1037 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1038 # plain latex in the generated Makefile. Set this option to YES to get a
1041 USE_PDFLATEX = YES
1043 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1050 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1060 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1064 GENERATE_RTF = YES
1072 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1076 COMPACT_RTF = YES
1078 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1102 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1118 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1130 # If the GENERATE_XML tag is set to YES Doxygen will
1154 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1159 XML_PROGRAMLISTING = YES
1165 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1177 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1185 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1191 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1197 PERLMOD_PRETTY = YES
1210 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1214 ENABLE_PREPROCESSING = YES
1216 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1219 # way by setting EXPAND_ONLY_PREDEF to YES.
1221 MACRO_EXPANSION = YES
1223 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1227 EXPAND_ONLY_PREDEF = YES
1229 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1259 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1266 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1272 SKIP_FUNCTION_MACROS = YES
1300 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1306 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1310 EXTERNAL_GROUPS = YES
1321 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1328 CLASS_DIAGRAMS = YES
1339 # If set to YES, the inheritance and collaboration graphs will hide
1343 HIDE_UNDOC_RELATIONS = YES
1345 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1375 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1377 # indirect inheritance relations. Setting this tag to YES will force the
1380 CLASS_GRAPH = YES
1382 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1387 COLLABORATION_GRAPH = YES
1389 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1392 GROUP_GRAPHS = YES
1394 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1400 # If set to YES, the inheritance and collaboration graphs will show the
1406 # tags are set to YES then doxygen will generate a graph for each documented
1410 INCLUDE_GRAPH = YES
1413 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1417 INCLUDED_BY_GRAPH = YES
1419 # If the CALL_GRAPH and HAVE_DOT options are set to YES then
1427 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1435 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1438 GRAPHICAL_HIERARCHY = YES
1440 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
1445 DIRECTORY_GRAPH = YES
1484 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1492 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1499 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1503 GENERATE_LEGEND = YES
1505 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1509 DOT_CLEANUP = YES