diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-09-29 19:28:28 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-09-29 19:28:28 +0200 |
commit | 748524eea52ca24dd3ba42490f19384a64f018a2 (patch) | |
tree | 906737701c04b931c79406860524066664be8e5f /tools/doxygen | |
parent | 73983637792501221c109e6b0c1acfce3cc7b095 (diff) | |
parent | d914591e95ac38c6f178969a46b02e507ed7641a (diff) |
Merge branch 'master' of https://github.com/grpc/grpc into master-upmerge-from-deep-under
Diffstat (limited to 'tools/doxygen')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index c8c683e933..44f147aeb1 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -792,6 +792,7 @@ src/core/lib/channel/channel_stack_builder.h \ src/core/lib/channel/compress_filter.h \ src/core/lib/channel/connected_channel.h \ src/core/lib/channel/context.h \ +src/core/lib/channel/deadline_filter.h \ src/core/lib/channel/handshaker.h \ src/core/lib/channel/http_client_filter.h \ src/core/lib/channel/http_server_filter.h \ @@ -955,6 +956,7 @@ src/core/lib/channel/channel_stack.c \ src/core/lib/channel/channel_stack_builder.c \ src/core/lib/channel/compress_filter.c \ src/core/lib/channel/connected_channel.c \ +src/core/lib/channel/deadline_filter.c \ src/core/lib/channel/handshaker.c \ src/core/lib/channel/http_client_filter.c \ src/core/lib/channel/http_server_filter.c \ |