diff options
Diffstat (limited to 'tools/doxygen/Doxyfile.c++')
-rw-r--r-- | tools/doxygen/Doxyfile.c++ | 83 |
1 files changed, 80 insertions, 3 deletions
diff --git a/tools/doxygen/Doxyfile.c++ b/tools/doxygen/Doxyfile.c++ index 487753585b..eb6700d529 100644 --- a/tools/doxygen/Doxyfile.c++ +++ b/tools/doxygen/Doxyfile.c++ @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.10.0-dev +PROJECT_NUMBER = 1.11.0-dev # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -919,9 +919,86 @@ include/grpc/support/sync_custom.h \ include/grpc/support/sync_generic.h \ include/grpc/support/sync_posix.h \ include/grpc/support/sync_windows.h \ -include/grpc/support/thd.h \ +include/grpc/support/thd_id.h \ include/grpc/support/time.h \ -include/grpc/support/workaround_list.h +include/grpc/support/workaround_list.h \ +include/grpcpp/alarm.h \ +include/grpcpp/channel.h \ +include/grpcpp/client_context.h \ +include/grpcpp/completion_queue.h \ +include/grpcpp/create_channel.h \ +include/grpcpp/create_channel_posix.h \ +include/grpcpp/ext/health_check_service_server_builder_option.h \ +include/grpcpp/generic/async_generic_service.h \ +include/grpcpp/generic/generic_stub.h \ +include/grpcpp/grpcpp.h \ +include/grpcpp/health_check_service_interface.h \ +include/grpcpp/impl/call.h \ +include/grpcpp/impl/channel_argument_option.h \ +include/grpcpp/impl/client_unary_call.h \ +include/grpcpp/impl/codegen/async_stream.h \ +include/grpcpp/impl/codegen/async_unary_call.h \ +include/grpcpp/impl/codegen/byte_buffer.h \ +include/grpcpp/impl/codegen/call.h \ +include/grpcpp/impl/codegen/call_hook.h \ +include/grpcpp/impl/codegen/channel_interface.h \ +include/grpcpp/impl/codegen/client_context.h \ +include/grpcpp/impl/codegen/client_unary_call.h \ +include/grpcpp/impl/codegen/completion_queue.h \ +include/grpcpp/impl/codegen/completion_queue_tag.h \ +include/grpcpp/impl/codegen/config.h \ +include/grpcpp/impl/codegen/config_protobuf.h \ +include/grpcpp/impl/codegen/core_codegen.h \ +include/grpcpp/impl/codegen/core_codegen_interface.h \ +include/grpcpp/impl/codegen/create_auth_context.h \ +include/grpcpp/impl/codegen/grpc_library.h \ +include/grpcpp/impl/codegen/metadata_map.h \ +include/grpcpp/impl/codegen/method_handler_impl.h \ +include/grpcpp/impl/codegen/proto_utils.h \ +include/grpcpp/impl/codegen/rpc_method.h \ +include/grpcpp/impl/codegen/rpc_service_method.h \ +include/grpcpp/impl/codegen/security/auth_context.h \ +include/grpcpp/impl/codegen/serialization_traits.h \ +include/grpcpp/impl/codegen/server_context.h \ +include/grpcpp/impl/codegen/server_interface.h \ +include/grpcpp/impl/codegen/service_type.h \ +include/grpcpp/impl/codegen/slice.h \ +include/grpcpp/impl/codegen/status.h \ +include/grpcpp/impl/codegen/status_code_enum.h \ +include/grpcpp/impl/codegen/string_ref.h \ +include/grpcpp/impl/codegen/stub_options.h \ +include/grpcpp/impl/codegen/sync_stream.h \ +include/grpcpp/impl/codegen/time.h \ +include/grpcpp/impl/grpc_library.h \ +include/grpcpp/impl/method_handler_impl.h \ +include/grpcpp/impl/rpc_method.h \ +include/grpcpp/impl/rpc_service_method.h \ +include/grpcpp/impl/serialization_traits.h \ +include/grpcpp/impl/server_builder_option.h \ +include/grpcpp/impl/server_builder_plugin.h \ +include/grpcpp/impl/server_initializer.h \ +include/grpcpp/impl/service_type.h \ +include/grpcpp/resource_quota.h \ +include/grpcpp/security/auth_context.h \ +include/grpcpp/security/auth_metadata_processor.h \ +include/grpcpp/security/credentials.h \ +include/grpcpp/security/server_credentials.h \ +include/grpcpp/server.h \ +include/grpcpp/server_builder.h \ +include/grpcpp/server_context.h \ +include/grpcpp/server_posix.h \ +include/grpcpp/support/async_stream.h \ +include/grpcpp/support/async_unary_call.h \ +include/grpcpp/support/byte_buffer.h \ +include/grpcpp/support/channel_arguments.h \ +include/grpcpp/support/config.h \ +include/grpcpp/support/slice.h \ +include/grpcpp/support/status.h \ +include/grpcpp/support/status_code_enum.h \ +include/grpcpp/support/string_ref.h \ +include/grpcpp/support/stub_options.h \ +include/grpcpp/support/sync_stream.h \ +include/grpcpp/support/time.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |