diff options
author | David Garcia Quintas <dgq@google.com> | 2015-10-05 18:22:10 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2015-10-05 18:22:10 -0700 |
commit | 7b1bd2c2713c9d505094ab728a08d4c94f15c6fa (patch) | |
tree | 7f3941df4a89f26754dd84228aad7d343b16db04 /tools/doxygen | |
parent | 17ee390e6c74d295bd1e44f73eca3c5da380ecf9 (diff) |
μChannels implementation.
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 5658a102d7..0ecb63cf8b 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -784,6 +784,7 @@ src/core/census/grpc_filter.h \ src/core/channel/channel_args.h \ src/core/channel/channel_stack.h \ src/core/channel/client_channel.h \ +src/core/channel/client_uchannel.h \ src/core/channel/compress_filter.h \ src/core/channel/connected_channel.h \ src/core/channel/context.h \ @@ -919,6 +920,7 @@ src/core/census/grpc_filter.c \ src/core/channel/channel_args.c \ src/core/channel/channel_stack.c \ src/core/channel/client_channel.c \ +src/core/channel/client_uchannel.c \ src/core/channel/compress_filter.c \ src/core/channel/connected_channel.c \ src/core/channel/http_client_filter.c \ |