• Home
  • Raw
  • Download

Lines Matching +full:set +full:- +full:value

13 # TAG = value [value, ...]
15 # TAG += value [value, ...]
18 #---------------------------------------------------------------------------
20 #---------------------------------------------------------------------------
23 # that follow. The default is UTF-8 which is also the encoding used for all text
27 # The default value is: UTF-8.
29 DOXYFILE_ENCODING = UTF-8
32 # double-quotes, unless you are using Doxywizard) that should identify the
35 # The default value is: My Project.
37 PROJECT_NAME = "GRPC Objective-C"
65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
71 # The default value is: NO.
75 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
76 # characters to appear in the names of generated files. If set to NO, non-ASCII
79 # The default value is: NO.
87 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
89 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
90 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
92 # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
94 # The default value is: English.
98 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
100 # documentation (similar to Javadoc). Set to NO to disable this.
101 # The default value is: YES.
105 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
108 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
110 # The default value is: YES.
114 # This tag implements a quasi-intelligent brief description abbreviator that is
118 # text. Otherwise, the brief description is used as-is. If left blank, the
125 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
128 # The default value is: NO.
132 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
136 # The default value is: NO.
140 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
141 # before files name in the file list and in the header files. If set to NO the
143 # The default value is: YES.
147 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
148 # Stripping is only done if one of the specified strings matches the left-hand
155 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
159 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
164 # using the -I flag.
168 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
170 # support long names like on DOS, Mac, or CD-ROM.
171 # The default value is: NO.
175 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
176 # first line (until the first dot) of a Javadoc-style comment as the brief
177 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
180 # The default value is: NO.
184 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
185 # line (until the first dot) of a Qt-style comment as the brief description. If
186 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
188 # The default value is: NO.
192 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
193 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
195 # to treat a multi-line C++ comment block as a detailed description. Set this
200 # The default value is: NO.
204 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
205 # documentation from any documented member that it re-implements.
206 # The default value is: YES.
210 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
211 # page for each member. If set to NO, the documentation of a member will be part
213 # The default value is: NO.
217 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
218 # uses this value to replace tabs by spaces in code fragments.
219 # Minimum value: 1, maximum value: 16, default value: 4.
225 # name=value
229 # documentation, which will result in a user-defined paragraph with heading
230 # "Side Effects:". You can put \n's in the value part of an alias to insert
235 # This tag can be used to specify a number of word-keyword mappings (TCL only).
236 # A mapping has the form "name=value". For example adding "class=itcl::class"
241 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
245 # The default value is: NO.
249 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
253 # The default value is: NO.
257 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
259 # The default value is: NO.
263 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
265 # The default value is: NO.
271 # extension. Doxygen has a built-in mapping, but you can override or extend it
274 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
283 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
288 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
294 # The default value is: YES.
302 # The default value is: YES.
307 # to include (a tag file for) the STL sources as input, then you should set this
312 # The default value is: NO.
316 # If you use Microsoft's C++/CLI language, you should set this option to YES to
318 # The default value is: NO.
322 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
326 # The default value is: NO.
332 # doxygen to replace the get and set methods by a property in the documentation.
335 # should set this option to NO.
336 # The default value is: YES.
341 # tag is set to YES then doxygen will reuse the documentation of the first
344 # The default value is: NO.
348 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
350 # type (e.g. under the Public Functions section). Set it to NO to prevent
353 # The default value is: YES.
357 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
364 # The default value is: NO.
368 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
371 # namespace, or group documentation), provided this scope is documented. If set
374 # The default value is: NO.
385 # The default value is: NO.
389 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
392 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
398 # Minimum value: 0, maximum value: 9, default value: 0.
402 #---------------------------------------------------------------------------
404 #---------------------------------------------------------------------------
406 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
409 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
411 # normally produced when WARNINGS is set to YES.
412 # The default value is: NO.
416 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
418 # The default value is: NO.
422 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
424 # The default value is: NO.
428 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
430 # The default value is: NO.
434 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
435 # locally in source files will be included in the documentation. If set to NO,
438 # The default value is: YES.
442 # This flag is only useful for Objective-C code. If set to YES, local methods,
444 # included in the documentation. If set to NO, only methods in the interface are
446 # The default value is: NO.
450 # If this flag is set to YES, the members of anonymous namespaces will be
455 # The default value is: NO.
459 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
460 # undocumented members inside documented classes or files. If set to NO these
463 # The default value is: NO.
467 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
468 # undocumented classes that are normally visible in the class hierarchy. If set
471 # The default value is: NO.
475 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
476 # (class|struct|union) declarations. If set to NO, these declarations will be
478 # The default value is: NO.
482 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
483 # documentation blocks found inside the body of a function. If set to NO, these
485 # The default value is: NO.
490 # \internal command is included. If the tag is set to NO then the documentation
491 # will be excluded. Set it to YES to include the internal documentation.
492 # The default value is: NO.
496 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
497 # names in lower-case letters. If set to YES, upper-case letters are also
500 # and Mac users are advised to set this option to NO.
501 # The default value is: system dependent.
505 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
506 # their full class and namespace scopes in the documentation. If set to YES, the
508 # The default value is: NO.
512 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
513 # append additional text to a page's title, such as Class Reference. If set to
515 # The default value is: NO.
519 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
521 # The default value is: YES.
525 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
528 # The default value is: NO.
532 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
534 # The default value is: NO.
538 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
540 # The default value is: YES.
544 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
546 # name. If set to NO, the members will appear in declaration order.
547 # The default value is: YES.
551 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
553 # name. If set to NO, the members will appear in declaration order. Note that
555 # The default value is: NO.
559 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
561 # destructors are listed first. If set to NO the constructors will appear in the
563 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
565 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
567 # The default value is: NO.
571 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
572 # of group names into alphabetical order. If set to NO the group names will
574 # The default value is: NO.
578 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
579 # fully-qualified names, including namespaces. If set to NO, the class list will
581 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
584 # The default value is: NO.
594 # The default value is: NO.
600 # The default value is: YES.
606 # The default value is: YES.
612 # The default value is: YES.
619 # The default value is: YES.
630 # initial value of a variable or macro / define can have for it to appear in the
632 # it will be hidden. Use a value of 0 to hide initializers completely. The
633 # appearance of the value of individual variables and macros / defines can be
636 # Minimum value: 0, maximum value: 10000, default value: 30.
640 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
641 # the bottom of the documentation of classes and structs. If set to YES, the
643 # The default value is: YES.
647 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
650 # The default value is: YES.
654 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
657 # The default value is: YES.
664 # popen()) the command command input-file, where command is the value of the
665 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
674 # that represents doxygen's defaults, run doxygen with the -l option. You can
694 #---------------------------------------------------------------------------
696 #---------------------------------------------------------------------------
699 # standard output by doxygen. If QUIET is set to YES this implies that the
701 # The default value is: NO.
706 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
710 # The default value is: YES.
714 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
715 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
717 # The default value is: YES.
721 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
725 # The default value is: YES.
731 # value. If set to NO, doxygen will only warn about wrong or incomplete
733 # The default value is: NO.
743 # The default value is: $file:$line: $text.
753 #---------------------------------------------------------------------------
755 #---------------------------------------------------------------------------
763 INPUT = doc/PROTOCOL-HTTP2.md \
764 doc/PROTOCOL-WEB.md \
766 doc/binary-logging.md \
767 doc/c-style-guide.md \
771 doc/connection-backoff-interop-test-description.md \
772 doc/connection-backoff.md \
773 doc/connectivity-semantics-and-api.md \
774 doc/cpp-style-guide.md \
781 doc/health-checking.md \
782 doc/http-grpc-status-mapping.md \
783 doc/http2-interop-test-descriptions.md \
785 doc/interop-test-descriptions.md \
787 doc/load-balancing.md \
789 doc/qos-dscp.md \
791 doc/server-reflection.md \
795 doc/ssl-performance.md \
800 doc/wait-for-ready.md \
802 doc/xds-test-descriptions.md \
803 src/objective-c/GRPCClient/GRPCCall+ChannelArg.h \
804 src/objective-c/GRPCClient/GRPCCall+ChannelCredentials.h \
805 src/objective-c/GRPCClient/GRPCCall+Cronet.h \
806 src/objective-c/GRPCClient/GRPCCall+GID.h \
807 src/objective-c/GRPCClient/GRPCCall+Interceptor.h \
808 src/objective-c/GRPCClient/GRPCCall+OAuth2.h \
809 src/objective-c/GRPCClient/GRPCCall+Tests.h \
810 src/objective-c/GRPCClient/GRPCCall.h \
811 src/objective-c/GRPCClient/GRPCCallLegacy.h \
812 src/objective-c/GRPCClient/GRPCCallOptions.h \
813 src/objective-c/GRPCClient/GRPCDispatchable.h \
814 src/objective-c/GRPCClient/GRPCInterceptor.h \
815 src/objective-c/GRPCClient/GRPCTransport.h \
816 src/objective-c/GRPCClient/GRPCTypes.h \
817 src/objective-c/GRPCClient/README.md \
818 src/objective-c/GRPCClient/internal/GRPCCallOptions+Internal.h \
819 src/objective-c/GRPCClient/internal_testing/GRPCCall+InternalTests.h \
820 src/objective-c/GRPCClient/private/GRPCCore/ChannelArgsUtil.h \
821 src/objective-c/GRPCClient/private/GRPCCore/GRPCCall+V2API.h \
822 src/objective-c/GRPCClient/private/GRPCCore/GRPCCallInternal.h \
823 src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.h \
824 src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelFactory.h \
825 src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool+Test.h \
826 src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool.h \
827 src/objective-c/GRPCClient/private/GRPCCore/GRPCCompletionQueue.h \
828 src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/GRPCCoreCronetFactory.h \
829 src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/GRPCCronetChannelFactory.h \
830 src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreFactory.h \
831 src/objective-c/GRPCClient/private/GRPCCore/GRPCHost.h \
832 src/objective-c/GRPCClient/private/GRPCCore/GRPCInsecureChannelFactory.h \
833 src/objective-c/GRPCClient/private/GRPCCore/GRPCOpBatchLog.h \
834 src/objective-c/GRPCClient/private/GRPCCore/GRPCReachabilityFlagNames.xmacro.h \
835 src/objective-c/GRPCClient/private/GRPCCore/GRPCRequestHeaders.h \
836 src/objective-c/GRPCClient/private/GRPCCore/GRPCSecureChannelFactory.h \
837 src/objective-c/GRPCClient/private/GRPCCore/GRPCWrappedCall.h \
838 src/objective-c/GRPCClient/private/GRPCCore/NSData+GRPC.h \
839 src/objective-c/GRPCClient/private/GRPCCore/NSDictionary+GRPC.h \
840 src/objective-c/GRPCClient/private/GRPCCore/NSError+GRPC.h \
841 src/objective-c/GRPCClient/private/GRPCTransport+Private.h \
842 src/objective-c/GRPCClient/version.h \
843 src/objective-c/NetworkTransitionBehavior.md \
844 src/objective-c/ProtoRPC/ProtoMethod.h \
845 src/objective-c/ProtoRPC/ProtoRPC.h \
846 src/objective-c/ProtoRPC/ProtoRPCLegacy.h \
847 src/objective-c/ProtoRPC/ProtoService.h \
848 src/objective-c/ProtoRPC/ProtoServiceLegacy.h \
849 src/objective-c/README-CFSTREAM.md \
850 src/objective-c/README.md \
851 src/objective-c/RxLibrary/GRXBufferedPipe.h \
852 src/objective-c/RxLibrary/GRXConcurrentWriteable.h \
853 src/objective-c/RxLibrary/GRXForwardingWriter.h \
854 src/objective-c/RxLibrary/GRXImmediateSingleWriter.h \
855 src/objective-c/RxLibrary/GRXImmediateWriter.h \
856 src/objective-c/RxLibrary/GRXMappingWriter.h \
857 src/objective-c/RxLibrary/GRXWriteable.h \
858 src/objective-c/RxLibrary/GRXWriter+Immediate.h \
859 src/objective-c/RxLibrary/GRXWriter+Transformations.h \
860 src/objective-c/RxLibrary/GRXWriter.h \
861 src/objective-c/RxLibrary/NSEnumerator+GRXUtil.h \
862 src/objective-c/RxLibrary/README.md \
863 src/objective-c/RxLibrary/private/GRXNSBlockEnumerator.h \
864 src/objective-c/RxLibrary/private/GRXNSFastEnumerator.h \
865 src/objective-c/RxLibrary/private/GRXNSScalarEnumerator.h \
866 src/objective-c/examples/Sample/README.md \
867 src/objective-c/tests/Connectivity/README.md
870 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
874 # The default value is: UTF-8.
876 INPUT_ENCODING = UTF-8
878 # If the value of the INPUT tag contains directories, you can use the
880 # *.h) to filter out the source-files in the directories. If left blank the
891 # The default value is: NO.
907 # The default value is: NO.
911 # If the value of the INPUT tag contains directories, you can use the
937 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
939 # *.h) to filter out the source-files in the directories. If left blank all
944 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
946 # irrespective of the value of the RECURSIVE tag.
947 # The default value is: NO.
961 # <filter> <input-file>
963 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
983 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
985 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
986 # The default value is: NO.
994 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
1005 #---------------------------------------------------------------------------
1007 #---------------------------------------------------------------------------
1009 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
1010 # generated. Documented entities will be cross-referenced with these sources.
1013 # also VERBATIM_HEADERS is set to NO.
1014 # The default value is: NO.
1020 # The default value is: NO.
1027 # The default value is: YES.
1031 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
1033 # The default value is: NO.
1037 # If the REFERENCES_RELATION tag is set to YES then for each documented function
1039 # The default value is: NO.
1043 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1047 # The default value is: YES.
1056 # The default value is: YES.
1057 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1061 # If the USE_HTAGS tag is set to YES then the references to source code will
1062 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1068 # - Install the latest version of global
1069 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
1070 # - Make sure the INPUT points to the root of the source tree
1071 # - Run doxygen as normal
1078 # The default value is: NO.
1079 # This tag requires that the tag SOURCE_BROWSER is set to YES.
1083 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
1085 # specified. Set to NO to disable this.
1087 # The default value is: YES.
1091 #---------------------------------------------------------------------------
1093 #---------------------------------------------------------------------------
1095 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1098 # The default value is: YES.
1104 # Minimum value: 1, maximum value: 20, default value: 5.
1105 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1113 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1117 #---------------------------------------------------------------------------
1119 #---------------------------------------------------------------------------
1121 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1122 # The default value is: YES.
1127 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1130 # This tag requires that the tag GENERATE_HTML is set to YES.
1136 # The default value is: .html.
1137 # This tag requires that the tag GENERATE_HTML is set to YES.
1141 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1149 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1157 # This tag requires that the tag GENERATE_HTML is set to YES.
1161 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1167 # This tag requires that the tag GENERATE_HTML is set to YES.
1171 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1172 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1179 # This tag requires that the tag GENERATE_HTML is set to YES.
1183 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1192 # This tag requires that the tag GENERATE_HTML is set to YES.
1201 # files will be copied as-is; there are no commands or markers available.
1202 # This tag requires that the tag GENERATE_HTML is set to YES.
1209 # http://en.wikipedia.org/wiki/Hue for more information. For instance the value
1212 # Minimum value: 0, maximum value: 359, default value: 220.
1213 # This tag requires that the tag GENERATE_HTML is set to YES.
1218 # in the HTML output. For a value of 0 the output will use grayscales only. A
1219 # value of 255 will produce the most vivid colors.
1220 # Minimum value: 0, maximum value: 255, default value: 100.
1221 # This tag requires that the tag GENERATE_HTML is set to YES.
1228 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
1229 # a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
1231 # Minimum value: 40, maximum value: 240, default value: 80.
1232 # This tag requires that the tag GENERATE_HTML is set to YES.
1236 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1239 # The default value is: YES.
1240 # This tag requires that the tag GENERATE_HTML is set to YES.
1244 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1247 # The default value is: NO.
1248 # This tag requires that the tag GENERATE_HTML is set to YES.
1257 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1260 # Minimum value: 0, maximum value: 9999, default value: 100.
1261 # This tag requires that the tag GENERATE_HTML is set to YES.
1265 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1268 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1274 # The default value is: NO.
1275 # This tag requires that the tag GENERATE_HTML is set to YES.
1282 # The default value is: Doxygen generated docs.
1283 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1288 # set bundle. This should be a reverse domain-name style string, e.g.
1290 # The default value is: org.doxygen.Project.
1291 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1296 # the documentation publisher. This should be a reverse domain-name style
1298 # The default value is: org.doxygen.Publisher.
1299 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1304 # The default value is: Publisher.
1305 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1309 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1312 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1322 # The default value is: NO.
1323 # This tag requires that the tag GENERATE_HTML is set to YES.
1330 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1335 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1338 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1344 # The default value is: NO.
1345 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1351 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1358 # The default value is: NO.
1359 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1363 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1365 # The default value is: NO.
1366 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1370 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1371 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
1374 # The default value is: NO.
1375 # This tag requires that the tag GENERATE_HTML is set to YES.
1382 # This tag requires that the tag GENERATE_QHP is set to YES.
1388 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1389 # The default value is: org.doxygen.Project.
1390 # This tag requires that the tag GENERATE_QHP is set to YES.
1396 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1398 # The default value is: doc.
1399 # This tag requires that the tag GENERATE_QHP is set to YES.
1403 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1405 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1407 # This tag requires that the tag GENERATE_QHP is set to YES.
1413 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1415 # This tag requires that the tag GENERATE_QHP is set to YES.
1421 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1422 # This tag requires that the tag GENERATE_QHP is set to YES.
1427 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1429 # This tag requires that the tag GENERATE_QHP is set to YES.
1433 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1438 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
1440 # The default value is: NO.
1441 # This tag requires that the tag GENERATE_HTML is set to YES.
1447 # name. Each documentation set should have its own identifier.
1448 # The default value is: org.doxygen.Project.
1449 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1456 # of each HTML page. A value of NO enables the index and the value YES disables
1458 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1459 # The default value is: NO.
1460 # This tag requires that the tag GENERATE_HTML is set to YES.
1464 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1466 # value is set to YES, a side panel will be generated containing a tree-like
1471 # further fine-tune the look of the index. As an example, the default style
1476 # The default value is: NO.
1477 # This tag requires that the tag GENERATE_HTML is set to YES.
1481 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1484 # Note that a value of 0 will completely suppress the enum values from appearing
1486 # Minimum value: 0, maximum value: 20, default value: 4.
1487 # This tag requires that the tag GENERATE_HTML is set to YES.
1492 # to set the initial width (in pixels) of the frame in which the tree is shown.
1493 # Minimum value: 0, maximum value: 1500, default value: 250.
1494 # This tag requires that the tag GENERATE_HTML is set to YES.
1498 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1500 # The default value is: NO.
1501 # This tag requires that the tag GENERATE_HTML is set to YES.
1509 # Minimum value: 8, maximum value: 50, default value: 10.
1510 # This tag requires that the tag GENERATE_HTML is set to YES.
1520 # The default value is: YES.
1521 # This tag requires that the tag GENERATE_HTML is set to YES.
1527 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1531 # The default value is: NO.
1532 # This tag requires that the tag GENERATE_HTML is set to YES.
1536 # When MathJax is enabled you can set the default output format to be used for
1539 # Possible values are: HTML-CSS (which is slower, but has the best
1541 # The default value is: HTML-CSS.
1542 # This tag requires that the tag USE_MATHJAX is set to YES.
1544 MATHJAX_FORMAT = HTML-CSS
1550 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
1554 # The default value is: http://cdn.mathjax.org/mathjax/latest.
1555 # This tag requires that the tag USE_MATHJAX is set to YES.
1562 # This tag requires that the tag USE_MATHJAX is set to YES.
1570 # This tag requires that the tag USE_MATHJAX is set to YES.
1590 # The default value is: YES.
1591 # This tag requires that the tag GENERATE_HTML is set to YES.
1602 # The default value is: NO.
1603 # This tag requires that the tag SEARCHENGINE is set to YES.
1618 # The default value is: NO.
1619 # This tag requires that the tag SEARCHENGINE is set to YES.
1630 # This tag requires that the tag SEARCHENGINE is set to YES.
1638 # This tag requires that the tag SEARCHENGINE is set to YES.
1646 # This tag requires that the tag SEARCHENGINE is set to YES.
1653 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
1656 # This tag requires that the tag SEARCHENGINE is set to YES.
1660 #---------------------------------------------------------------------------
1662 #---------------------------------------------------------------------------
1664 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1665 # The default value is: YES.
1670 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1673 # This tag requires that the tag GENERATE_LATEX is set to YES.
1684 # This tag requires that the tag GENERATE_LATEX is set to YES.
1691 # This tag requires that the tag GENERATE_LATEX is set to YES.
1695 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1698 # The default value is: NO.
1699 # This tag requires that the tag GENERATE_LATEX is set to YES.
1703 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1707 # The default value is: a4.
1708 # This tag requires that the tag GENERATE_LATEX is set to YES.
1717 # This tag requires that the tag GENERATE_LATEX is set to YES.
1727 # Note: Only use a user-defined header if you know what you are doing! The
1733 # This tag requires that the tag GENERATE_LATEX is set to YES.
1743 # Note: Only use a user-defined footer if you know what you are doing!
1744 # This tag requires that the tag GENERATE_LATEX is set to YES.
1748 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1755 # This tag requires that the tag GENERATE_LATEX is set to YES.
1761 # directory. Note that the files will be copied as-is; there are no commands or
1763 # This tag requires that the tag GENERATE_LATEX is set to YES.
1767 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1771 # The default value is: YES.
1772 # This tag requires that the tag GENERATE_LATEX is set to YES.
1776 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1777 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1779 # The default value is: YES.
1780 # This tag requires that the tag GENERATE_LATEX is set to YES.
1784 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1788 # The default value is: NO.
1789 # This tag requires that the tag GENERATE_LATEX is set to YES.
1793 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1795 # The default value is: NO.
1796 # This tag requires that the tag GENERATE_LATEX is set to YES.
1800 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1805 # The default value is: NO.
1806 # This tag requires that the tag GENERATE_LATEX is set to YES.
1813 # The default value is: plain.
1814 # This tag requires that the tag GENERATE_LATEX is set to YES.
1818 #---------------------------------------------------------------------------
1820 #---------------------------------------------------------------------------
1822 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1825 # The default value is: NO.
1830 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1833 # This tag requires that the tag GENERATE_RTF is set to YES.
1837 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1840 # The default value is: NO.
1841 # This tag requires that the tag GENERATE_RTF is set to YES.
1845 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1852 # The default value is: NO.
1853 # This tag requires that the tag GENERATE_RTF is set to YES.
1859 # missing definitions are set to their default value.
1863 # This tag requires that the tag GENERATE_RTF is set to YES.
1867 # Set optional variables used in the generation of an RTF document. Syntax is
1869 # using doxygen -e rtf extensionFile.
1870 # This tag requires that the tag GENERATE_RTF is set to YES.
1874 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1879 # The default value is: NO.
1880 # This tag requires that the tag GENERATE_RTF is set to YES.
1884 #---------------------------------------------------------------------------
1886 #---------------------------------------------------------------------------
1888 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1890 # The default value is: NO.
1895 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1899 # This tag requires that the tag GENERATE_MAN is set to YES.
1907 # The default value is: .3.
1908 # This tag requires that the tag GENERATE_MAN is set to YES.
1915 # This tag requires that the tag GENERATE_MAN is set to YES.
1919 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1923 # The default value is: NO.
1924 # This tag requires that the tag GENERATE_MAN is set to YES.
1928 #---------------------------------------------------------------------------
1930 #---------------------------------------------------------------------------
1932 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1934 # The default value is: NO.
1939 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1942 # This tag requires that the tag GENERATE_XML is set to YES.
1946 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1947 # listings (including syntax highlighting and cross-referencing information) to
1950 # The default value is: YES.
1951 # This tag requires that the tag GENERATE_XML is set to YES.
1955 #---------------------------------------------------------------------------
1957 #---------------------------------------------------------------------------
1959 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1961 # The default value is: NO.
1966 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
1969 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1973 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1974 # program listings (including syntax highlighting and cross-referencing
1977 # The default value is: NO.
1978 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1982 #---------------------------------------------------------------------------
1984 #---------------------------------------------------------------------------
1986 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1990 # The default value is: NO.
1994 #---------------------------------------------------------------------------
1996 #---------------------------------------------------------------------------
1998 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2002 # The default value is: NO.
2006 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
2009 # The default value is: NO.
2010 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2014 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2016 # understand what is going on. On the other hand, if this tag is set to NO, the
2019 # The default value is: YES.
2020 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2028 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
2032 #---------------------------------------------------------------------------
2034 #---------------------------------------------------------------------------
2036 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
2037 # C-preprocessor directives found in the sources and include files.
2038 # The default value is: YES.
2042 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2043 # in the source code. If set to NO, only conditional compilation will be
2046 # The default value is: NO.
2047 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2051 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2054 # The default value is: NO.
2055 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2059 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2061 # The default value is: YES.
2062 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2069 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2074 # patterns (like *.h and *.hpp) to filter out the header-files in the
2077 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2082 # defined before the preprocessor is started (similar to the -D option of e.g.
2087 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2091 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2096 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2100 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2101 # remove all references to function-like macros that are alone on a line, have
2103 # are typically used for boiler-plate code, and will confuse the parser if not
2105 # The default value is: YES.
2106 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2110 #---------------------------------------------------------------------------
2112 #---------------------------------------------------------------------------
2135 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2136 # the class index. If set to NO, only the inherited external classes will be
2138 # The default value is: NO.
2142 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2143 # in the modules index. If set to NO, only the current project's groups will be
2145 # The default value is: YES.
2149 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2150 # the related pages index. If set to NO, only the current project's pages will
2152 # The default value is: YES.
2162 #---------------------------------------------------------------------------
2164 #---------------------------------------------------------------------------
2166 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2171 # The default value is: YES.
2191 # If set to YES the inheritance and collaboration graphs will hide inheritance
2193 # The default value is: YES.
2197 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2201 # set to NO
2202 # The default value is: NO.
2207 # to run in parallel. When set to 0 doxygen will base this on the number of
2208 # processors available in the system. You can set it explicitly to a value
2211 # Minimum value: 0, maximum value: 32, default value: 0.
2212 # This tag requires that the tag HAVE_DOT is set to YES.
2221 # The default value is: Helvetica.
2222 # This tag requires that the tag HAVE_DOT is set to YES.
2226 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2228 # Minimum value: 4, maximum value: 24, default value: 10.
2229 # This tag requires that the tag HAVE_DOT is set to YES.
2234 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
2236 # This tag requires that the tag HAVE_DOT is set to YES.
2240 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2243 # The default value is: YES.
2244 # This tag requires that the tag HAVE_DOT is set to YES.
2248 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2252 # The default value is: YES.
2253 # This tag requires that the tag HAVE_DOT is set to YES.
2257 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2259 # The default value is: YES.
2260 # This tag requires that the tag HAVE_DOT is set to YES.
2264 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2267 # The default value is: NO.
2268 # This tag requires that the tag HAVE_DOT is set to YES.
2275 # number of items for each type to make the size more manageable. Set this to 0
2277 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2280 # Minimum value: 0, maximum value: 100, default value: 10.
2281 # This tag requires that the tag HAVE_DOT is set to YES.
2285 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2288 # The default value is: NO.
2289 # This tag requires that the tag HAVE_DOT is set to YES.
2293 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2297 # The default value is: YES.
2298 # This tag requires that the tag HAVE_DOT is set to YES.
2303 # set to YES then doxygen will generate a graph for each documented file showing
2306 # The default value is: YES.
2307 # This tag requires that the tag HAVE_DOT is set to YES.
2311 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2317 # The default value is: NO.
2318 # This tag requires that the tag HAVE_DOT is set to YES.
2322 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2328 # The default value is: NO.
2329 # This tag requires that the tag HAVE_DOT is set to YES.
2333 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2335 # The default value is: YES.
2336 # This tag requires that the tag HAVE_DOT is set to YES.
2340 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2344 # The default value is: YES.
2345 # This tag requires that the tag HAVE_DOT is set to YES.
2349 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2351 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2355 # The default value is: png.
2356 # This tag requires that the tag HAVE_DOT is set to YES.
2360 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2365 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
2367 # The default value is: NO.
2368 # This tag requires that the tag HAVE_DOT is set to YES.
2374 # This tag requires that the tag HAVE_DOT is set to YES.
2381 # This tag requires that the tag HAVE_DOT is set to YES.
2410 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2412 # larger than this value, doxygen will truncate the graph, which is visualized
2417 # Minimum value: 0, maximum value: 10000, default value: 50.
2418 # This tag requires that the tag HAVE_DOT is set to YES.
2422 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2423 # generated by dot. A depth value of 3 means that only nodes reachable from the
2429 # Minimum value: 0, maximum value: 1000, default value: 0.
2430 # This tag requires that the tag HAVE_DOT is set to YES.
2434 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2439 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2441 # The default value is: NO.
2442 # This tag requires that the tag HAVE_DOT is set to YES.
2446 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2447 # files in one run (i.e. multiple -o and -T options on the command line). This
2450 # The default value is: NO.
2451 # This tag requires that the tag HAVE_DOT is set to YES.
2455 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2458 # The default value is: YES.
2459 # This tag requires that the tag HAVE_DOT is set to YES.
2463 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2465 # The default value is: YES.
2466 # This tag requires that the tag HAVE_DOT is set to YES.