Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Side by Side Diff: third_party/grpc/tools/doxygen/Doxyfile.core.internal

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1
2
1 # Doxyfile 1.8.9.1 3 # Doxyfile 1.8.9.1
2 4
3 # This file describes the settings to be used by the documentation system 5 # This file describes the settings to be used by the documentation system
4 # doxygen (www.doxygen.org) for a project. 6 # doxygen (www.doxygen.org) for a project.
5 # 7 #
6 # All text after a double hash (##) is considered a comment and is placed in 8 # All text after a double hash (##) is considered a comment and is placed in
7 # front of the TAG it is preceding. 9 # front of the TAG it is preceding.
8 # 10 #
9 # All text after a single hash (#) is considered a comment and will be ignored. 11 # All text after a single hash (#) is considered a comment and will be ignored.
10 # The format is: 12 # The format is:
(...skipping 14 matching lines...) Expand all
25 # The default value is: UTF-8. 27 # The default value is: UTF-8.
26 28
27 DOXYFILE_ENCODING = UTF-8 29 DOXYFILE_ENCODING = UTF-8
28 30
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 31 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
30 # double-quotes, unless you are using Doxywizard) that should identify the 32 # double-quotes, unless you are using Doxywizard) that should identify the
31 # project for which the documentation is generated. This name is used in the 33 # project for which the documentation is generated. This name is used in the
32 # title of most generated pages and in a few other places. 34 # title of most generated pages and in a few other places.
33 # The default value is: My Project. 35 # The default value is: My Project.
34 36
35 PROJECT_NAME = "Crashpad" 37 PROJECT_NAME = "GRPC Core"
36 38
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 39 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38 # could be handy for archiving the generated documentation or if some version 40 # could be handy for archiving the generated documentation or if some version
39 # control system is used. 41 # control system is used.
40 42
41 PROJECT_NUMBER = 43 PROJECT_NUMBER = 0.13.1
42 44
43 # Using the PROJECT_BRIEF tag one can provide an optional one line description 45 # Using the PROJECT_BRIEF tag one can provide an optional one line description
44 # for a project that appears at the top of each page and should give viewer a 46 # for a project that appears at the top of each page and should give viewer a
45 # quick idea about the purpose of the project. Keep the description short. 47 # quick idea about the purpose of the project. Keep the description short.
46 48
47 PROJECT_BRIEF = 49 PROJECT_BRIEF =
48 50
49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 51 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50 # in the documentation. The maximum height of the logo should not exceed 55 52 # in the documentation. The maximum height of the logo should not exceed 55
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 53 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
52 # the logo to the output directory. 54 # the logo to the output directory.
53 55
54 PROJECT_LOGO = 56 PROJECT_LOGO =
55 57
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 58 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57 # into which the generated documentation will be written. If a relative path is 59 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If 60 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used. 61 # left blank the current directory will be used.
60 62
61 OUTPUT_DIRECTORY = out/doc/doxygen 63 OUTPUT_DIRECTORY = doc/ref/core.internal
62 64
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64 # directories (in 2 levels) under the output directory of each output format and 66 # directories (in 2 levels) under the output directory of each output format and
65 # will distribute the generated files over these directories. Enabling this 67 # will distribute the generated files over these directories. Enabling this
66 # option can be useful when feeding doxygen a huge amount of source files, where 68 # option can be useful when feeding doxygen a huge amount of source files, where
67 # putting all generated files in the same directory would otherwise causes 69 # putting all generated files in the same directory would otherwise causes
68 # performance problems for the file system. 70 # performance problems for the file system.
69 # The default value is: NO. 71 # The default value is: NO.
70 72
71 CREATE_SUBDIRS = NO 73 CREATE_SUBDIRS = NO
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 156
155 STRIP_FROM_PATH = 157 STRIP_FROM_PATH =
156 158
157 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the 159 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
158 # path mentioned in the documentation of a class, which tells the reader which 160 # path mentioned in the documentation of a class, which tells the reader which
159 # header file to include in order to use a class. If left blank only the name of 161 # header file to include in order to use a class. If left blank only the name of
160 # the header file containing the class definition is used. Otherwise one should 162 # the header file containing the class definition is used. Otherwise one should
161 # specify the list of include paths that are normally passed to the compiler 163 # specify the list of include paths that are normally passed to the compiler
162 # using the -I flag. 164 # using the -I flag.
163 165
164 STRIP_FROM_INC_PATH = . \ 166 STRIP_FROM_INC_PATH =
165 compat/mac \
166 compat/non_win
167 167
168 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but 168 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
169 # less readable) file names. This can be useful is your file systems doesn't 169 # less readable) file names. This can be useful is your file systems doesn't
170 # support long names like on DOS, Mac, or CD-ROM. 170 # support long names like on DOS, Mac, or CD-ROM.
171 # The default value is: NO. 171 # The default value is: NO.
172 172
173 SHORT_NAMES = NO 173 SHORT_NAMES = NO
174 174
175 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the 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 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- 177 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
178 # style comments (thus requiring an explicit @brief command for a brief 178 # style comments (thus requiring an explicit @brief command for a brief
179 # description.) 179 # description.)
180 # The default value is: NO. 180 # The default value is: NO.
181 181
182 JAVADOC_AUTOBRIEF = NO 182 JAVADOC_AUTOBRIEF = YES
183 183
184 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first 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 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 186 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
187 # requiring an explicit \brief command for a brief description.) 187 # requiring an explicit \brief command for a brief description.)
188 # The default value is: NO. 188 # The default value is: NO.
189 189
190 QT_AUTOBRIEF = NO 190 QT_AUTOBRIEF = NO
191 191
192 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a 192 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
(...skipping 18 matching lines...) Expand all
211 # page for each member. If set to NO, the documentation of a member will be part 211 # page for each member. If set to NO, the documentation of a member will be part
212 # of the file/class/namespace that contains it. 212 # of the file/class/namespace that contains it.
213 # The default value is: NO. 213 # The default value is: NO.
214 214
215 SEPARATE_MEMBER_PAGES = NO 215 SEPARATE_MEMBER_PAGES = NO
216 216
217 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 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. 218 # uses this value to replace tabs by spaces in code fragments.
219 # Minimum value: 1, maximum value: 16, default value: 4. 219 # Minimum value: 1, maximum value: 16, default value: 4.
220 220
221 TAB_SIZE = 4 221 TAB_SIZE = 2
222 222
223 # This tag can be used to specify a number of aliases that act as commands in 223 # This tag can be used to specify a number of aliases that act as commands in
224 # the documentation. An alias has the form: 224 # the documentation. An alias has the form:
225 # name=value 225 # name=value
226 # For example adding 226 # For example adding
227 # "sideeffect=@par Side Effects:\n" 227 # "sideeffect=@par Side Effects:\n"
228 # will allow you to put the command \sideeffect (or @sideeffect) in the 228 # will allow you to put the command \sideeffect (or @sideeffect) in the
229 # documentation, which will result in a user-defined paragraph with heading 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 230 # "Side Effects:". You can put \n's in the value part of an alias to insert
231 # newlines. 231 # newlines.
232 232
233 ALIASES = 233 ALIASES =
234 234
235 # This tag can be used to specify a number of word-keyword mappings (TCL only). 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" 236 # A mapping has the form "name=value". For example adding "class=itcl::class"
237 # will allow you to use the command class in the itcl::class meaning. 237 # will allow you to use the command class in the itcl::class meaning.
238 238
239 TCL_SUBST = 239 TCL_SUBST =
240 240
241 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 241 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
242 # only. Doxygen will then generate output that is more tailored for C. For 242 # only. Doxygen will then generate output that is more tailored for C. For
243 # instance, some of the names that are used will be different. The list of all 243 # instance, some of the names that are used will be different. The list of all
244 # members will be omitted, etc. 244 # members will be omitted, etc.
245 # The default value is: NO. 245 # The default value is: NO.
246 246
247 OPTIMIZE_OUTPUT_FOR_C = NO 247 OPTIMIZE_OUTPUT_FOR_C = YES
248 248
249 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or 249 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
250 # Python sources only. Doxygen will then generate output that is more tailored 250 # Python sources only. Doxygen will then generate output that is more tailored
251 # for that language. For instance, namespaces will be presented as packages, 251 # for that language. For instance, namespaces will be presented as packages,
252 # qualified scopes will look different, etc. 252 # qualified scopes will look different, etc.
253 # The default value is: NO. 253 # The default value is: NO.
254 254
255 OPTIMIZE_OUTPUT_JAVA = NO 255 OPTIMIZE_OUTPUT_JAVA = NO
256 256
257 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran 257 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 # The default value is: YES. 336 # The default value is: YES.
337 337
338 IDL_PROPERTY_SUPPORT = YES 338 IDL_PROPERTY_SUPPORT = YES
339 339
340 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 340 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
341 # tag is set to YES then doxygen will reuse the documentation of the first 341 # tag is set to YES then doxygen will reuse the documentation of the first
342 # member in the group (if any) for the other members of the group. By default 342 # member in the group (if any) for the other members of the group. By default
343 # all members of a group must be documented explicitly. 343 # all members of a group must be documented explicitly.
344 # The default value is: NO. 344 # The default value is: NO.
345 345
346 DISTRIBUTE_GROUP_DOC = YES 346 DISTRIBUTE_GROUP_DOC = NO
347 347
348 # Set the SUBGROUPING tag to YES to allow class member groups of the same type 348 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
349 # (for instance a group of public functions) to be put as a subgroup of that 349 # (for instance a group of public functions) to be put as a subgroup of that
350 # type (e.g. under the Public Functions section). Set it to NO to prevent 350 # type (e.g. under the Public Functions section). Set it to NO to prevent
351 # subgrouping. Alternatively, this can be done per class using the 351 # subgrouping. Alternatively, this can be done per class using the
352 # \nosubgrouping command. 352 # \nosubgrouping command.
353 # The default value is: YES. 353 # The default value is: YES.
354 354
355 SUBGROUPING = YES 355 SUBGROUPING = YES
356 356
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 #--------------------------------------------------------------------------- 404 #---------------------------------------------------------------------------
405 405
406 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in 406 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
407 # documentation are documented, even if no documentation was available. Private 407 # documentation are documented, even if no documentation was available. Private
408 # class members and static file members will be hidden unless the 408 # class members and static file members will be hidden unless the
409 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. 409 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
410 # Note: This will also disable the warnings about undocumented members that are 410 # Note: This will also disable the warnings about undocumented members that are
411 # normally produced when WARNINGS is set to YES. 411 # normally produced when WARNINGS is set to YES.
412 # The default value is: NO. 412 # The default value is: NO.
413 413
414 EXTRACT_ALL = NO 414 EXTRACT_ALL = YES
415 415
416 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will 416 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
417 # be included in the documentation. 417 # be included in the documentation.
418 # The default value is: NO. 418 # The default value is: NO.
419 419
420 EXTRACT_PRIVATE = NO 420 EXTRACT_PRIVATE = NO
421 421
422 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal 422 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
423 # scope will be included in the documentation. 423 # scope will be included in the documentation.
424 # The default value is: NO. 424 # The default value is: NO.
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 493
494 INTERNAL_DOCS = NO 494 INTERNAL_DOCS = NO
495 495
496 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file 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 497 # names in lower-case letters. If set to YES, upper-case letters are also
498 # allowed. This is useful if you have classes or files whose names only differ 498 # allowed. This is useful if you have classes or files whose names only differ
499 # in case and if your file system supports case sensitive file names. Windows 499 # in case and if your file system supports case sensitive file names. Windows
500 # and Mac users are advised to set this option to NO. 500 # and Mac users are advised to set this option to NO.
501 # The default value is: system dependent. 501 # The default value is: system dependent.
502 502
503 CASE_SENSE_NAMES = YES 503 CASE_SENSE_NAMES = NO
504 504
505 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with 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 506 # their full class and namespace scopes in the documentation. If set to YES, the
507 # scope will be hidden. 507 # scope will be hidden.
508 # The default value is: NO. 508 # The default value is: NO.
509 509
510 HIDE_SCOPE_NAMES = NO 510 HIDE_SCOPE_NAMES = NO
511 511
512 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will 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 513 # append additional text to a page's title, such as Class Reference. If set to
(...skipping 12 matching lines...) Expand all
526 # grouped member an include statement to the documentation, telling the reader 526 # grouped member an include statement to the documentation, telling the reader
527 # which file to include in order to use the member. 527 # which file to include in order to use the member.
528 # The default value is: NO. 528 # The default value is: NO.
529 529
530 SHOW_GROUPED_MEMB_INC = NO 530 SHOW_GROUPED_MEMB_INC = NO
531 531
532 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include 532 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
533 # files with double quotes in the documentation rather than with sharp brackets. 533 # files with double quotes in the documentation rather than with sharp brackets.
534 # The default value is: NO. 534 # The default value is: NO.
535 535
536 FORCE_LOCAL_INCLUDES = YES 536 FORCE_LOCAL_INCLUDES = NO
537 537
538 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the 538 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
539 # documentation for inline members. 539 # documentation for inline members.
540 # The default value is: YES. 540 # The default value is: YES.
541 541
542 INLINE_INFO = YES 542 INLINE_INFO = YES
543 543
544 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the 544 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
545 # (detailed) documentation of file and class members alphabetically by member 545 # (detailed) documentation of file and class members alphabetically by member
546 # name. If set to NO, the members will appear in declaration order. 546 # name. If set to NO, the members will appear in declaration order.
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 #--------------------------------------------------------------------------- 753 #---------------------------------------------------------------------------
754 # Configuration options related to the input files 754 # Configuration options related to the input files
755 #--------------------------------------------------------------------------- 755 #---------------------------------------------------------------------------
756 756
757 # The INPUT tag is used to specify the files and/or directories that contain 757 # The INPUT tag is used to specify the files and/or directories that contain
758 # documented source files. You may enter file names like myfile.cpp or 758 # documented source files. You may enter file names like myfile.cpp or
759 # directories like /usr/src/myproject. Separate the files or directories with 759 # directories like /usr/src/myproject. Separate the files or directories with
760 # spaces. 760 # spaces.
761 # Note: If this tag is empty the current directory is searched. 761 # Note: If this tag is empty the current directory is searched.
762 762
763 INPUT = 763 INPUT = include/grpc/grpc_security.h \
764 include/grpc/impl/codegen/byte_buffer.h \
765 include/grpc/impl/codegen/compression_types.h \
766 include/grpc/impl/codegen/connectivity_state.h \
767 include/grpc/impl/codegen/grpc_types.h \
768 include/grpc/impl/codegen/propagation_bits.h \
769 include/grpc/impl/codegen/status.h \
770 include/grpc/byte_buffer.h \
771 include/grpc/byte_buffer_reader.h \
772 include/grpc/compression.h \
773 include/grpc/grpc.h \
774 include/grpc/status.h \
775 include/grpc/census.h \
776 src/core/census/grpc_filter.h \
777 src/core/channel/channel_args.h \
778 src/core/channel/channel_stack.h \
779 src/core/channel/client_channel.h \
780 src/core/channel/client_uchannel.h \
781 src/core/channel/compress_filter.h \
782 src/core/channel/connected_channel.h \
783 src/core/channel/context.h \
784 src/core/channel/http_client_filter.h \
785 src/core/channel/http_server_filter.h \
786 src/core/channel/subchannel_call_holder.h \
787 src/core/client_config/client_config.h \
788 src/core/client_config/connector.h \
789 src/core/client_config/initial_connect_string.h \
790 src/core/client_config/lb_policies/load_balancer_api.h \
791 src/core/client_config/lb_policies/pick_first.h \
792 src/core/client_config/lb_policies/round_robin.h \
793 src/core/client_config/lb_policy.h \
794 src/core/client_config/lb_policy_factory.h \
795 src/core/client_config/lb_policy_registry.h \
796 src/core/client_config/resolver.h \
797 src/core/client_config/resolver_factory.h \
798 src/core/client_config/resolver_registry.h \
799 src/core/client_config/resolvers/dns_resolver.h \
800 src/core/client_config/resolvers/sockaddr_resolver.h \
801 src/core/client_config/subchannel.h \
802 src/core/client_config/subchannel_factory.h \
803 src/core/client_config/subchannel_index.h \
804 src/core/client_config/uri_parser.h \
805 src/core/compression/algorithm_metadata.h \
806 src/core/compression/message_compress.h \
807 src/core/debug/trace.h \
808 src/core/httpcli/format_request.h \
809 src/core/httpcli/httpcli.h \
810 src/core/httpcli/parser.h \
811 src/core/iomgr/closure.h \
812 src/core/iomgr/endpoint.h \
813 src/core/iomgr/endpoint_pair.h \
814 src/core/iomgr/exec_ctx.h \
815 src/core/iomgr/executor.h \
816 src/core/iomgr/fd_posix.h \
817 src/core/iomgr/iocp_windows.h \
818 src/core/iomgr/iomgr.h \
819 src/core/iomgr/iomgr_internal.h \
820 src/core/iomgr/iomgr_posix.h \
821 src/core/iomgr/pollset.h \
822 src/core/iomgr/pollset_posix.h \
823 src/core/iomgr/pollset_set.h \
824 src/core/iomgr/pollset_set_posix.h \
825 src/core/iomgr/pollset_set_windows.h \
826 src/core/iomgr/pollset_windows.h \
827 src/core/iomgr/resolve_address.h \
828 src/core/iomgr/sockaddr.h \
829 src/core/iomgr/sockaddr_posix.h \
830 src/core/iomgr/sockaddr_utils.h \
831 src/core/iomgr/sockaddr_win32.h \
832 src/core/iomgr/socket_utils_posix.h \
833 src/core/iomgr/socket_windows.h \
834 src/core/iomgr/tcp_client.h \
835 src/core/iomgr/tcp_posix.h \
836 src/core/iomgr/tcp_server.h \
837 src/core/iomgr/tcp_windows.h \
838 src/core/iomgr/time_averaged_stats.h \
839 src/core/iomgr/timer.h \
840 src/core/iomgr/timer_heap.h \
841 src/core/iomgr/udp_server.h \
842 src/core/iomgr/wakeup_fd_pipe.h \
843 src/core/iomgr/wakeup_fd_posix.h \
844 src/core/iomgr/workqueue.h \
845 src/core/iomgr/workqueue_posix.h \
846 src/core/iomgr/workqueue_windows.h \
847 src/core/json/json.h \
848 src/core/json/json_common.h \
849 src/core/json/json_reader.h \
850 src/core/json/json_writer.h \
851 src/core/proto/grpc/lb/v0/load_balancer.pb.h \
852 src/core/statistics/census_interface.h \
853 src/core/statistics/census_rpc_stats.h \
854 src/core/surface/api_trace.h \
855 src/core/surface/call.h \
856 src/core/surface/call_test_only.h \
857 src/core/surface/channel.h \
858 src/core/surface/completion_queue.h \
859 src/core/surface/event_string.h \
860 src/core/surface/init.h \
861 src/core/surface/server.h \
862 src/core/surface/surface_trace.h \
863 src/core/transport/byte_stream.h \
864 src/core/transport/chttp2/alpn.h \
865 src/core/transport/chttp2/bin_encoder.h \
866 src/core/transport/chttp2/frame.h \
867 src/core/transport/chttp2/frame_data.h \
868 src/core/transport/chttp2/frame_goaway.h \
869 src/core/transport/chttp2/frame_ping.h \
870 src/core/transport/chttp2/frame_rst_stream.h \
871 src/core/transport/chttp2/frame_settings.h \
872 src/core/transport/chttp2/frame_window_update.h \
873 src/core/transport/chttp2/hpack_encoder.h \
874 src/core/transport/chttp2/hpack_parser.h \
875 src/core/transport/chttp2/hpack_table.h \
876 src/core/transport/chttp2/http2_errors.h \
877 src/core/transport/chttp2/huffsyms.h \
878 src/core/transport/chttp2/incoming_metadata.h \
879 src/core/transport/chttp2/internal.h \
880 src/core/transport/chttp2/status_conversion.h \
881 src/core/transport/chttp2/stream_map.h \
882 src/core/transport/chttp2/timeout_encoding.h \
883 src/core/transport/chttp2/varint.h \
884 src/core/transport/chttp2_transport.h \
885 src/core/transport/connectivity_state.h \
886 src/core/transport/metadata.h \
887 src/core/transport/metadata_batch.h \
888 src/core/transport/static_metadata.h \
889 src/core/transport/transport.h \
890 src/core/transport/transport_impl.h \
891 src/core/security/auth_filters.h \
892 src/core/security/b64.h \
893 src/core/security/credentials.h \
894 src/core/security/handshake.h \
895 src/core/security/json_token.h \
896 src/core/security/jwt_verifier.h \
897 src/core/security/secure_endpoint.h \
898 src/core/security/security_connector.h \
899 src/core/security/security_context.h \
900 src/core/tsi/fake_transport_security.h \
901 src/core/tsi/ssl_transport_security.h \
902 src/core/tsi/ssl_types.h \
903 src/core/tsi/transport_security.h \
904 src/core/tsi/transport_security_interface.h \
905 src/core/census/aggregation.h \
906 src/core/census/mlog.h \
907 src/core/census/rpc_metric_id.h \
908 third_party/nanopb/pb.h \
909 third_party/nanopb/pb_common.h \
910 third_party/nanopb/pb_decode.h \
911 third_party/nanopb/pb_encode.h \
912 src/core/census/grpc_context.c \
913 src/core/census/grpc_filter.c \
914 src/core/channel/channel_args.c \
915 src/core/channel/channel_stack.c \
916 src/core/channel/client_channel.c \
917 src/core/channel/client_uchannel.c \
918 src/core/channel/compress_filter.c \
919 src/core/channel/connected_channel.c \
920 src/core/channel/http_client_filter.c \
921 src/core/channel/http_server_filter.c \
922 src/core/channel/subchannel_call_holder.c \
923 src/core/client_config/client_config.c \
924 src/core/client_config/connector.c \
925 src/core/client_config/default_initial_connect_string.c \
926 src/core/client_config/initial_connect_string.c \
927 src/core/client_config/lb_policies/load_balancer_api.c \
928 src/core/client_config/lb_policies/pick_first.c \
929 src/core/client_config/lb_policies/round_robin.c \
930 src/core/client_config/lb_policy.c \
931 src/core/client_config/lb_policy_factory.c \
932 src/core/client_config/lb_policy_registry.c \
933 src/core/client_config/resolver.c \
934 src/core/client_config/resolver_factory.c \
935 src/core/client_config/resolver_registry.c \
936 src/core/client_config/resolvers/dns_resolver.c \
937 src/core/client_config/resolvers/sockaddr_resolver.c \
938 src/core/client_config/subchannel.c \
939 src/core/client_config/subchannel_factory.c \
940 src/core/client_config/subchannel_index.c \
941 src/core/client_config/uri_parser.c \
942 src/core/compression/compression_algorithm.c \
943 src/core/compression/message_compress.c \
944 src/core/debug/trace.c \
945 src/core/httpcli/format_request.c \
946 src/core/httpcli/httpcli.c \
947 src/core/httpcli/parser.c \
948 src/core/iomgr/closure.c \
949 src/core/iomgr/endpoint.c \
950 src/core/iomgr/endpoint_pair_posix.c \
951 src/core/iomgr/endpoint_pair_windows.c \
952 src/core/iomgr/exec_ctx.c \
953 src/core/iomgr/executor.c \
954 src/core/iomgr/fd_posix.c \
955 src/core/iomgr/iocp_windows.c \
956 src/core/iomgr/iomgr.c \
957 src/core/iomgr/iomgr_posix.c \
958 src/core/iomgr/iomgr_windows.c \
959 src/core/iomgr/pollset_multipoller_with_epoll.c \
960 src/core/iomgr/pollset_multipoller_with_poll_posix.c \
961 src/core/iomgr/pollset_posix.c \
962 src/core/iomgr/pollset_set_posix.c \
963 src/core/iomgr/pollset_set_windows.c \
964 src/core/iomgr/pollset_windows.c \
965 src/core/iomgr/resolve_address_posix.c \
966 src/core/iomgr/resolve_address_windows.c \
967 src/core/iomgr/sockaddr_utils.c \
968 src/core/iomgr/socket_utils_common_posix.c \
969 src/core/iomgr/socket_utils_linux.c \
970 src/core/iomgr/socket_utils_posix.c \
971 src/core/iomgr/socket_windows.c \
972 src/core/iomgr/tcp_client_posix.c \
973 src/core/iomgr/tcp_client_windows.c \
974 src/core/iomgr/tcp_posix.c \
975 src/core/iomgr/tcp_server_posix.c \
976 src/core/iomgr/tcp_server_windows.c \
977 src/core/iomgr/tcp_windows.c \
978 src/core/iomgr/time_averaged_stats.c \
979 src/core/iomgr/timer.c \
980 src/core/iomgr/timer_heap.c \
981 src/core/iomgr/udp_server.c \
982 src/core/iomgr/wakeup_fd_eventfd.c \
983 src/core/iomgr/wakeup_fd_nospecial.c \
984 src/core/iomgr/wakeup_fd_pipe.c \
985 src/core/iomgr/wakeup_fd_posix.c \
986 src/core/iomgr/workqueue_posix.c \
987 src/core/iomgr/workqueue_windows.c \
988 src/core/json/json.c \
989 src/core/json/json_reader.c \
990 src/core/json/json_string.c \
991 src/core/json/json_writer.c \
992 src/core/proto/grpc/lb/v0/load_balancer.pb.c \
993 src/core/surface/alarm.c \
994 src/core/surface/api_trace.c \
995 src/core/surface/byte_buffer.c \
996 src/core/surface/byte_buffer_reader.c \
997 src/core/surface/call.c \
998 src/core/surface/call_details.c \
999 src/core/surface/call_log_batch.c \
1000 src/core/surface/channel.c \
1001 src/core/surface/channel_connectivity.c \
1002 src/core/surface/channel_create.c \
1003 src/core/surface/channel_ping.c \
1004 src/core/surface/completion_queue.c \
1005 src/core/surface/event_string.c \
1006 src/core/surface/init.c \
1007 src/core/surface/lame_client.c \
1008 src/core/surface/metadata_array.c \
1009 src/core/surface/server.c \
1010 src/core/surface/server_chttp2.c \
1011 src/core/surface/server_create.c \
1012 src/core/surface/validate_metadata.c \
1013 src/core/surface/version.c \
1014 src/core/transport/byte_stream.c \
1015 src/core/transport/chttp2/alpn.c \
1016 src/core/transport/chttp2/bin_encoder.c \
1017 src/core/transport/chttp2/frame_data.c \
1018 src/core/transport/chttp2/frame_goaway.c \
1019 src/core/transport/chttp2/frame_ping.c \
1020 src/core/transport/chttp2/frame_rst_stream.c \
1021 src/core/transport/chttp2/frame_settings.c \
1022 src/core/transport/chttp2/frame_window_update.c \
1023 src/core/transport/chttp2/hpack_encoder.c \
1024 src/core/transport/chttp2/hpack_parser.c \
1025 src/core/transport/chttp2/hpack_table.c \
1026 src/core/transport/chttp2/huffsyms.c \
1027 src/core/transport/chttp2/incoming_metadata.c \
1028 src/core/transport/chttp2/parsing.c \
1029 src/core/transport/chttp2/status_conversion.c \
1030 src/core/transport/chttp2/stream_lists.c \
1031 src/core/transport/chttp2/stream_map.c \
1032 src/core/transport/chttp2/timeout_encoding.c \
1033 src/core/transport/chttp2/varint.c \
1034 src/core/transport/chttp2/writing.c \
1035 src/core/transport/chttp2_transport.c \
1036 src/core/transport/connectivity_state.c \
1037 src/core/transport/metadata.c \
1038 src/core/transport/metadata_batch.c \
1039 src/core/transport/static_metadata.c \
1040 src/core/transport/transport.c \
1041 src/core/transport/transport_op_string.c \
1042 src/core/httpcli/httpcli_security_connector.c \
1043 src/core/security/b64.c \
1044 src/core/security/client_auth_filter.c \
1045 src/core/security/credentials.c \
1046 src/core/security/credentials_metadata.c \
1047 src/core/security/credentials_posix.c \
1048 src/core/security/credentials_win32.c \
1049 src/core/security/google_default_credentials.c \
1050 src/core/security/handshake.c \
1051 src/core/security/json_token.c \
1052 src/core/security/jwt_verifier.c \
1053 src/core/security/secure_endpoint.c \
1054 src/core/security/security_connector.c \
1055 src/core/security/security_context.c \
1056 src/core/security/server_auth_filter.c \
1057 src/core/security/server_secure_chttp2.c \
1058 src/core/surface/init_secure.c \
1059 src/core/surface/secure_channel_create.c \
1060 src/core/tsi/fake_transport_security.c \
1061 src/core/tsi/ssl_transport_security.c \
1062 src/core/tsi/transport_security.c \
1063 src/core/census/context.c \
1064 src/core/census/initialize.c \
1065 src/core/census/mlog.c \
1066 src/core/census/operation.c \
1067 src/core/census/placeholders.c \
1068 src/core/census/tracing.c \
1069 third_party/nanopb/pb_common.c \
1070 third_party/nanopb/pb_decode.c \
1071 third_party/nanopb/pb_encode.c \
1072 include/grpc/support/alloc.h \
1073 include/grpc/support/atm.h \
1074 include/grpc/support/atm_gcc_atomic.h \
1075 include/grpc/support/atm_gcc_sync.h \
1076 include/grpc/support/atm_win32.h \
1077 include/grpc/support/avl.h \
1078 include/grpc/support/cmdline.h \
1079 include/grpc/support/cpu.h \
1080 include/grpc/support/histogram.h \
1081 include/grpc/support/host_port.h \
1082 include/grpc/support/log.h \
1083 include/grpc/support/log_win32.h \
1084 include/grpc/support/port_platform.h \
1085 include/grpc/support/slice.h \
1086 include/grpc/support/slice_buffer.h \
1087 include/grpc/support/string_util.h \
1088 include/grpc/support/subprocess.h \
1089 include/grpc/support/sync.h \
1090 include/grpc/support/sync_generic.h \
1091 include/grpc/support/sync_posix.h \
1092 include/grpc/support/sync_win32.h \
1093 include/grpc/support/thd.h \
1094 include/grpc/support/time.h \
1095 include/grpc/support/tls.h \
1096 include/grpc/support/tls_gcc.h \
1097 include/grpc/support/tls_msvc.h \
1098 include/grpc/support/tls_pthread.h \
1099 include/grpc/support/useful.h \
1100 include/grpc/impl/codegen/alloc.h \
1101 include/grpc/impl/codegen/atm.h \
1102 include/grpc/impl/codegen/atm_gcc_atomic.h \
1103 include/grpc/impl/codegen/atm_gcc_sync.h \
1104 include/grpc/impl/codegen/atm_win32.h \
1105 include/grpc/impl/codegen/log.h \
1106 include/grpc/impl/codegen/port_platform.h \
1107 include/grpc/impl/codegen/slice.h \
1108 include/grpc/impl/codegen/slice_buffer.h \
1109 include/grpc/impl/codegen/sync.h \
1110 include/grpc/impl/codegen/sync_generic.h \
1111 include/grpc/impl/codegen/sync_posix.h \
1112 include/grpc/impl/codegen/sync_win32.h \
1113 include/grpc/impl/codegen/time.h \
1114 src/core/profiling/timers.h \
1115 src/core/support/block_annotate.h \
1116 src/core/support/env.h \
1117 src/core/support/load_file.h \
1118 src/core/support/murmur_hash.h \
1119 src/core/support/stack_lockfree.h \
1120 src/core/support/string.h \
1121 src/core/support/string_win32.h \
1122 src/core/support/thd_internal.h \
1123 src/core/support/time_precise.h \
1124 src/core/support/tmpfile.h \
1125 src/core/profiling/basic_timers.c \
1126 src/core/profiling/stap_timers.c \
1127 src/core/support/alloc.c \
1128 src/core/support/avl.c \
1129 src/core/support/cmdline.c \
1130 src/core/support/cpu_iphone.c \
1131 src/core/support/cpu_linux.c \
1132 src/core/support/cpu_posix.c \
1133 src/core/support/cpu_windows.c \
1134 src/core/support/env_linux.c \
1135 src/core/support/env_posix.c \
1136 src/core/support/env_win32.c \
1137 src/core/support/histogram.c \
1138 src/core/support/host_port.c \
1139 src/core/support/load_file.c \
1140 src/core/support/log.c \
1141 src/core/support/log_android.c \
1142 src/core/support/log_linux.c \
1143 src/core/support/log_posix.c \
1144 src/core/support/log_win32.c \
1145 src/core/support/murmur_hash.c \
1146 src/core/support/slice.c \
1147 src/core/support/slice_buffer.c \
1148 src/core/support/stack_lockfree.c \
1149 src/core/support/string.c \
1150 src/core/support/string_posix.c \
1151 src/core/support/string_win32.c \
1152 src/core/support/subprocess_posix.c \
1153 src/core/support/subprocess_windows.c \
1154 src/core/support/sync.c \
1155 src/core/support/sync_posix.c \
1156 src/core/support/sync_win32.c \
1157 src/core/support/thd.c \
1158 src/core/support/thd_posix.c \
1159 src/core/support/thd_win32.c \
1160 src/core/support/time.c \
1161 src/core/support/time_posix.c \
1162 src/core/support/time_precise.c \
1163 src/core/support/time_win32.c \
1164 src/core/support/tls_pthread.c \
1165 src/core/support/tmpfile_posix.c \
1166 src/core/support/tmpfile_win32.c \
1167 src/core/support/wrap_memcpy.c
764 1168
765 # This tag can be used to specify the character encoding of the source files 1169 # This tag can be used to specify the character encoding of the source files
766 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses 1170 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
767 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv 1171 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
768 # documentation (see: http://www.gnu.org/software/libiconv) for the list of 1172 # documentation (see: http://www.gnu.org/software/libiconv) for the list of
769 # possible encodings. 1173 # possible encodings.
770 # The default value is: UTF-8. 1174 # The default value is: UTF-8.
771 1175
772 INPUT_ENCODING = UTF-8 1176 INPUT_ENCODING = UTF-8
773 1177
774 # If the value of the INPUT tag contains directories, you can use the 1178 # If the value of the INPUT tag contains directories, you can use the
775 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 1179 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
776 # *.h) to filter out the source-files in the directories. If left blank the 1180 # *.h) to filter out the source-files in the directories. If left blank the
777 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, 1181 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii,
778 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, 1182 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
779 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, 1183 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
780 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, 1184 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
781 # *.qsf, *.as and *.js. 1185 # *.qsf, *.as and *.js.
782 1186
783 FILE_PATTERNS = *.c \ 1187 FILE_PATTERNS =
784 *.cc \
785 *.h \
786 *.m \
787 *.mm
788 1188
789 # The RECURSIVE tag can be used to specify whether or not subdirectories should 1189 # The RECURSIVE tag can be used to specify whether or not subdirectories should
790 # be searched for input files as well. 1190 # be searched for input files as well.
791 # The default value is: NO. 1191 # The default value is: NO.
792 1192
793 RECURSIVE = YES 1193 RECURSIVE = NO
794 1194
795 # The EXCLUDE tag can be used to specify files and/or directories that should be 1195 # The EXCLUDE tag can be used to specify files and/or directories that should be
796 # excluded from the INPUT source files. This way you can easily exclude a 1196 # excluded from the INPUT source files. This way you can easily exclude a
797 # subdirectory from a directory tree whose root is specified with the INPUT tag. 1197 # subdirectory from a directory tree whose root is specified with the INPUT tag.
798 # 1198 #
799 # Note that relative paths are relative to the directory from which doxygen is 1199 # Note that relative paths are relative to the directory from which doxygen is
800 # run. 1200 # run.
801 1201
802 EXCLUDE = third_party 1202 EXCLUDE =
803 1203
804 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or 1204 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
805 # directories that are symbolic links (a Unix file system feature) are excluded 1205 # directories that are symbolic links (a Unix file system feature) are excluded
806 # from the input. 1206 # from the input.
807 # The default value is: NO. 1207 # The default value is: NO.
808 1208
809 EXCLUDE_SYMLINKS = NO 1209 EXCLUDE_SYMLINKS = NO
810 1210
811 # If the value of the INPUT tag contains directories, you can use the 1211 # If the value of the INPUT tag contains directories, you can use the
812 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 1212 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
813 # certain files from those directories. 1213 # certain files from those directories.
814 # 1214 #
815 # Note that the wildcards are matched against the file with absolute path, so to 1215 # Note that the wildcards are matched against the file with absolute path, so to
816 # exclude all test directories for example use the pattern */test/* 1216 # exclude all test directories for example use the pattern */test/*
817 1217
818 EXCLUDE_PATTERNS = out* 1218 EXCLUDE_PATTERNS =
819 1219
820 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 1220 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
821 # (namespaces, classes, functions, etc.) that should be excluded from the 1221 # (namespaces, classes, functions, etc.) that should be excluded from the
822 # output. The symbol name can be a fully qualified name, a word, or if the 1222 # output. The symbol name can be a fully qualified name, a word, or if the
823 # wildcard * is used, a substring. Examples: ANamespace, AClass, 1223 # wildcard * is used, a substring. Examples: ANamespace, AClass,
824 # AClass::ANamespace, ANamespace::*Test 1224 # AClass::ANamespace, ANamespace::*Test
825 # 1225 #
826 # Note that the wildcards are matched against the file with absolute path, so to 1226 # Note that the wildcards are matched against the file with absolute path, so to
827 # exclude all test directories use the pattern */test/* 1227 # exclude all test directories use the pattern */test/*
828 1228
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 # This tag requires that the tag SOURCE_BROWSER is set to YES. 1379 # This tag requires that the tag SOURCE_BROWSER is set to YES.
980 1380
981 USE_HTAGS = NO 1381 USE_HTAGS = NO
982 1382
983 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a 1383 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
984 # verbatim copy of the header file for each class for which an include is 1384 # verbatim copy of the header file for each class for which an include is
985 # specified. Set to NO to disable this. 1385 # specified. Set to NO to disable this.
986 # See also: Section \class. 1386 # See also: Section \class.
987 # The default value is: YES. 1387 # The default value is: YES.
988 1388
989 VERBATIM_HEADERS = NO 1389 VERBATIM_HEADERS = YES
990 1390
991 #--------------------------------------------------------------------------- 1391 #---------------------------------------------------------------------------
992 # Configuration options related to the alphabetical class index 1392 # Configuration options related to the alphabetical class index
993 #--------------------------------------------------------------------------- 1393 #---------------------------------------------------------------------------
994 1394
995 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all 1395 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
996 # compounds will be generated. Enable this if the project contains a lot of 1396 # compounds will be generated. Enable this if the project contains a lot of
997 # classes, structs, unions or interfaces. 1397 # classes, structs, unions or interfaces.
998 # The default value is: YES. 1398 # The default value is: YES.
999 1399
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 # This tag requires that the tag GENERATE_HTML is set to YES. 1532 # This tag requires that the tag GENERATE_HTML is set to YES.
1133 1533
1134 HTML_COLORSTYLE_GAMMA = 80 1534 HTML_COLORSTYLE_GAMMA = 80
1135 1535
1136 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1536 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1137 # page will contain the date and time when the page was generated. Setting this 1537 # page will contain the date and time when the page was generated. Setting this
1138 # to NO can help when comparing the output of multiple runs. 1538 # to NO can help when comparing the output of multiple runs.
1139 # The default value is: YES. 1539 # The default value is: YES.
1140 # This tag requires that the tag GENERATE_HTML is set to YES. 1540 # This tag requires that the tag GENERATE_HTML is set to YES.
1141 1541
1142 HTML_TIMESTAMP = NO 1542 HTML_TIMESTAMP = YES
1143 1543
1144 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML 1544 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1145 # documentation will contain sections that can be hidden and shown after the 1545 # documentation will contain sections that can be hidden and shown after the
1146 # page has loaded. 1546 # page has loaded.
1147 # The default value is: NO. 1547 # The default value is: NO.
1148 # This tag requires that the tag GENERATE_HTML is set to YES. 1548 # This tag requires that the tag GENERATE_HTML is set to YES.
1149 1549
1150 HTML_DYNAMIC_SECTIONS = NO 1550 HTML_DYNAMIC_SECTIONS = NO
1151 1551
1152 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries 1552 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 GENERATE_TREEVIEW = NO 1779 GENERATE_TREEVIEW = NO
1380 1780
1381 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that 1781 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1382 # doxygen will group on one line in the generated HTML documentation. 1782 # doxygen will group on one line in the generated HTML documentation.
1383 # 1783 #
1384 # Note that a value of 0 will completely suppress the enum values from appearing 1784 # Note that a value of 0 will completely suppress the enum values from appearing
1385 # in the overview section. 1785 # in the overview section.
1386 # Minimum value: 0, maximum value: 20, default value: 4. 1786 # Minimum value: 0, maximum value: 20, default value: 4.
1387 # This tag requires that the tag GENERATE_HTML is set to YES. 1787 # This tag requires that the tag GENERATE_HTML is set to YES.
1388 1788
1389 ENUM_VALUES_PER_LINE = 0 1789 ENUM_VALUES_PER_LINE = 4
1390 1790
1391 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used 1791 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
1392 # to set the initial width (in pixels) of the frame in which the tree is shown. 1792 # to set the initial width (in pixels) of the frame in which the tree is shown.
1393 # Minimum value: 0, maximum value: 1500, default value: 250. 1793 # Minimum value: 0, maximum value: 1500, default value: 250.
1394 # This tag requires that the tag GENERATE_HTML is set to YES. 1794 # This tag requires that the tag GENERATE_HTML is set to YES.
1395 1795
1396 TREEVIEW_WIDTH = 250 1796 TREEVIEW_WIDTH = 250
1397 1797
1398 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to 1798 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1399 # external symbols imported via tag files in a separate window. 1799 # external symbols imported via tag files in a separate window.
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
1947 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2347 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1948 2348
1949 MACRO_EXPANSION = YES 2349 MACRO_EXPANSION = YES
1950 2350
1951 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then 2351 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1952 # the macro expansion is limited to the macros specified with the PREDEFINED and 2352 # the macro expansion is limited to the macros specified with the PREDEFINED and
1953 # EXPAND_AS_DEFINED tags. 2353 # EXPAND_AS_DEFINED tags.
1954 # The default value is: NO. 2354 # The default value is: NO.
1955 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2355 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1956 2356
1957 EXPAND_ONLY_PREDEF = YES 2357 EXPAND_ONLY_PREDEF = NO
1958 2358
1959 # If the SEARCH_INCLUDES tag is set to YES, the include files in the 2359 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
1960 # INCLUDE_PATH will be searched if a #include is found. 2360 # INCLUDE_PATH will be searched if a #include is found.
1961 # The default value is: YES. 2361 # The default value is: YES.
1962 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2362 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1963 2363
1964 SEARCH_INCLUDES = YES 2364 SEARCH_INCLUDES = YES
1965 2365
1966 # The INCLUDE_PATH tag can be used to specify one or more directories that 2366 # The INCLUDE_PATH tag can be used to specify one or more directories that
1967 # contain include files that are not input files but should be processed by the 2367 # contain include files that are not input files but should be processed by the
(...skipping 11 matching lines...) Expand all
1979 INCLUDE_FILE_PATTERNS = 2379 INCLUDE_FILE_PATTERNS =
1980 2380
1981 # The PREDEFINED tag can be used to specify one or more macro names that are 2381 # The PREDEFINED tag can be used to specify one or more macro names that are
1982 # defined before the preprocessor is started (similar to the -D option of e.g. 2382 # defined before the preprocessor is started (similar to the -D option of e.g.
1983 # gcc). The argument of the tag is a list of macros of the form: name or 2383 # gcc). The argument of the tag is a list of macros of the form: name or
1984 # name=definition (no spaces). If the definition and the "=" are omitted, "=1" 2384 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
1985 # is assumed. To prevent a macro definition from being undefined via #undef or 2385 # is assumed. To prevent a macro definition from being undefined via #undef or
1986 # recursively expanded use the := operator instead of the = operator. 2386 # recursively expanded use the := operator instead of the = operator.
1987 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2387 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1988 2388
1989 PREDEFINED = ALIGNAS(x)= \ 2389 PREDEFINED = GRPC_FINAL= GRPC_OVERIDE=
1990 DOXYGEN \
1991 MSVC_POP_WARNING()= \
1992 MSVC_PUSH_DISABLE_WARNING(x)= \
1993 __attribute__(x)=
1994 2390
1995 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this 2391 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1996 # tag can be used to specify a list of macro names that should be expanded. The 2392 # tag can be used to specify a list of macro names that should be expanded. The
1997 # macro definition that is found in the sources will be used. Use the PREDEFINED 2393 # macro definition that is found in the sources will be used. Use the PREDEFINED
1998 # tag if you want to use a different macro definition that overrules the 2394 # tag if you want to use a different macro definition that overrules the
1999 # definition found in the source code. 2395 # definition found in the source code.
2000 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2396 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2001 2397
2002 EXPAND_AS_DEFINED = 2398 EXPAND_AS_DEFINED =
2003 2399
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
2098 2494
2099 HIDE_UNDOC_RELATIONS = YES 2495 HIDE_UNDOC_RELATIONS = YES
2100 2496
2101 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 2497 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2102 # available from the path. This tool is part of Graphviz (see: 2498 # available from the path. This tool is part of Graphviz (see:
2103 # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent 2499 # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
2104 # Bell Labs. The other options in this section have no effect if this option is 2500 # Bell Labs. The other options in this section have no effect if this option is
2105 # set to NO 2501 # set to NO
2106 # The default value is: NO. 2502 # The default value is: NO.
2107 2503
2108 HAVE_DOT = NO 2504 HAVE_DOT = YES
2109 2505
2110 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed 2506 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2111 # to run in parallel. When set to 0 doxygen will base this on the number of 2507 # to run in parallel. When set to 0 doxygen will base this on the number of
2112 # processors available in the system. You can set it explicitly to a value 2508 # processors available in the system. You can set it explicitly to a value
2113 # larger than 0 to get control over the balance between CPU load and processing 2509 # larger than 0 to get control over the balance between CPU load and processing
2114 # speed. 2510 # speed.
2115 # Minimum value: 0, maximum value: 32, default value: 0. 2511 # Minimum value: 0, maximum value: 32, default value: 0.
2116 # This tag requires that the tag HAVE_DOT is set to YES. 2512 # This tag requires that the tag HAVE_DOT is set to YES.
2117 2513
2118 DOT_NUM_THREADS = 0 2514 DOT_NUM_THREADS = 0
(...skipping 21 matching lines...) Expand all
2140 # This tag requires that the tag HAVE_DOT is set to YES. 2536 # This tag requires that the tag HAVE_DOT is set to YES.
2141 2537
2142 DOT_FONTPATH = 2538 DOT_FONTPATH =
2143 2539
2144 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for 2540 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2145 # each documented class showing the direct and indirect inheritance relations. 2541 # each documented class showing the direct and indirect inheritance relations.
2146 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO. 2542 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2147 # The default value is: YES. 2543 # The default value is: YES.
2148 # This tag requires that the tag HAVE_DOT is set to YES. 2544 # This tag requires that the tag HAVE_DOT is set to YES.
2149 2545
2150 CLASS_GRAPH = YES 2546 CLASS_GRAPH = NO
2151 2547
2152 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a 2548 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2153 # graph for each documented class showing the direct and indirect implementation 2549 # graph for each documented class showing the direct and indirect implementation
2154 # dependencies (inheritance, containment, and class references variables) of the 2550 # dependencies (inheritance, containment, and class references variables) of the
2155 # class with other documented classes. 2551 # class with other documented classes.
2156 # The default value is: YES. 2552 # The default value is: YES.
2157 # This tag requires that the tag HAVE_DOT is set to YES. 2553 # This tag requires that the tag HAVE_DOT is set to YES.
2158 2554
2159 COLLABORATION_GRAPH = YES 2555 COLLABORATION_GRAPH = NO
2160 2556
2161 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for 2557 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2162 # groups, showing the direct groups dependencies. 2558 # groups, showing the direct groups dependencies.
2163 # The default value is: YES. 2559 # The default value is: YES.
2164 # This tag requires that the tag HAVE_DOT is set to YES. 2560 # This tag requires that the tag HAVE_DOT is set to YES.
2165 2561
2166 GROUP_GRAPHS = YES 2562 GROUP_GRAPHS = NO
2167 2563
2168 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and 2564 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2169 # collaboration diagrams in a style similar to the OMG's Unified Modeling 2565 # collaboration diagrams in a style similar to the OMG's Unified Modeling
2170 # Language. 2566 # Language.
2171 # The default value is: NO. 2567 # The default value is: NO.
2172 # This tag requires that the tag HAVE_DOT is set to YES. 2568 # This tag requires that the tag HAVE_DOT is set to YES.
2173 2569
2174 UML_LOOK = NO 2570 UML_LOOK = NO
2175 2571
2176 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the 2572 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
(...skipping 17 matching lines...) Expand all
2194 2590
2195 TEMPLATE_RELATIONS = NO 2591 TEMPLATE_RELATIONS = NO
2196 2592
2197 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to 2593 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2198 # YES then doxygen will generate a graph for each documented file showing the 2594 # YES then doxygen will generate a graph for each documented file showing the
2199 # direct and indirect include dependencies of the file with other documented 2595 # direct and indirect include dependencies of the file with other documented
2200 # files. 2596 # files.
2201 # The default value is: YES. 2597 # The default value is: YES.
2202 # This tag requires that the tag HAVE_DOT is set to YES. 2598 # This tag requires that the tag HAVE_DOT is set to YES.
2203 2599
2204 INCLUDE_GRAPH = YES 2600 INCLUDE_GRAPH = NO
2205 2601
2206 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are 2602 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
2207 # set to YES then doxygen will generate a graph for each documented file showing 2603 # set to YES then doxygen will generate a graph for each documented file showing
2208 # the direct and indirect include dependencies of the file with other documented 2604 # the direct and indirect include dependencies of the file with other documented
2209 # files. 2605 # files.
2210 # The default value is: YES. 2606 # The default value is: YES.
2211 # This tag requires that the tag HAVE_DOT is set to YES. 2607 # This tag requires that the tag HAVE_DOT is set to YES.
2212 2608
2213 INCLUDED_BY_GRAPH = YES 2609 INCLUDED_BY_GRAPH = NO
2214 2610
2215 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call 2611 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2216 # dependency graph for every global function or class method. 2612 # dependency graph for every global function or class method.
2217 # 2613 #
2218 # Note that enabling this option will significantly increase the time of a run. 2614 # Note that enabling this option will significantly increase the time of a run.
2219 # So in most cases it will be better to enable call graphs for selected 2615 # So in most cases it will be better to enable call graphs for selected
2220 # functions only using the \callgraph command. 2616 # functions only using the \callgraph command.
2221 # The default value is: NO. 2617 # The default value is: NO.
2222 # This tag requires that the tag HAVE_DOT is set to YES. 2618 # This tag requires that the tag HAVE_DOT is set to YES.
2223 2619
2224 CALL_GRAPH = NO 2620 CALL_GRAPH = NO
2225 2621
2226 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller 2622 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2227 # dependency graph for every global function or class method. 2623 # dependency graph for every global function or class method.
2228 # 2624 #
2229 # Note that enabling this option will significantly increase the time of a run. 2625 # Note that enabling this option will significantly increase the time of a run.
2230 # So in most cases it will be better to enable caller graphs for selected 2626 # So in most cases it will be better to enable caller graphs for selected
2231 # functions only using the \callergraph command. 2627 # functions only using the \callergraph command.
2232 # The default value is: NO. 2628 # The default value is: NO.
2233 # This tag requires that the tag HAVE_DOT is set to YES. 2629 # This tag requires that the tag HAVE_DOT is set to YES.
2234 2630
2235 CALLER_GRAPH = NO 2631 CALLER_GRAPH = NO
2236 2632
2237 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical 2633 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2238 # hierarchy of all classes instead of a textual one. 2634 # hierarchy of all classes instead of a textual one.
2239 # The default value is: YES. 2635 # The default value is: YES.
2240 # This tag requires that the tag HAVE_DOT is set to YES. 2636 # This tag requires that the tag HAVE_DOT is set to YES.
2241 2637
2242 GRAPHICAL_HIERARCHY = YES 2638 GRAPHICAL_HIERARCHY = NO
2243 2639
2244 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the 2640 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2245 # dependencies a directory has on other directories in a graphical way. The 2641 # dependencies a directory has on other directories in a graphical way. The
2246 # dependency relations are determined by the #include relations between the 2642 # dependency relations are determined by the #include relations between the
2247 # files in the directories. 2643 # files in the directories.
2248 # The default value is: YES. 2644 # The default value is: YES.
2249 # This tag requires that the tag HAVE_DOT is set to YES. 2645 # This tag requires that the tag HAVE_DOT is set to YES.
2250 2646
2251 DIRECTORY_GRAPH = YES 2647 DIRECTORY_GRAPH = NO
2252 2648
2253 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 2649 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2254 # generated by dot. 2650 # generated by dot.
2255 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order 2651 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2256 # to make the SVG files visible in IE 9+ (other browsers do not have this 2652 # to make the SVG files visible in IE 9+ (other browsers do not have this
2257 # requirement). 2653 # requirement).
2258 # Possible values are: png, jpg, gif and svg. 2654 # Possible values are: png, jpg, gif and svg.
2259 # The default value is: png. 2655 # The default value is: png.
2260 # This tag requires that the tag HAVE_DOT is set to YES. 2656 # This tag requires that the tag HAVE_DOT is set to YES.
2261 2657
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2363 # This tag requires that the tag HAVE_DOT is set to YES. 2759 # This tag requires that the tag HAVE_DOT is set to YES.
2364 2760
2365 GENERATE_LEGEND = YES 2761 GENERATE_LEGEND = YES
2366 2762
2367 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot 2763 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2368 # files that are used to generate the various graphs. 2764 # files that are used to generate the various graphs.
2369 # The default value is: YES. 2765 # The default value is: YES.
2370 # This tag requires that the tag HAVE_DOT is set to YES. 2766 # This tag requires that the tag HAVE_DOT is set to YES.
2371 2767
2372 DOT_CLEANUP = YES 2768 DOT_CLEANUP = YES
2769
OLDNEW
« no previous file with comments | « third_party/grpc/tools/doxygen/Doxyfile.c++.internal ('k') | third_party/grpc/tools/doxygen/run_doxygen.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698