diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-03 13:54:31 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-03 13:54:31 -0700 |
commit | af76743e33891f269ff2404ba8a631a97f6b50c0 (patch) | |
tree | 961c8b444709b0f0b824bee62dc8059cc332ae7a /tools/doxygen/Doxyfile.c++.internal | |
parent | b0f15ff23b3f6db30345967837781773bb50c7c0 (diff) |
Optionalize compress, gather all the http2 filter bits together in ext/
Diffstat (limited to 'tools/doxygen/Doxyfile.c++.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.c++.internal | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/doxygen/Doxyfile.c++.internal b/tools/doxygen/Doxyfile.c++.internal index 0334434f24..add3cb1857 100644 --- a/tools/doxygen/Doxyfile.c++.internal +++ b/tools/doxygen/Doxyfile.c++.internal @@ -906,8 +906,6 @@ src/core/lib/channel/channel_stack.c \ src/core/lib/channel/channel_stack.h \ src/core/lib/channel/channel_stack_builder.c \ src/core/lib/channel/channel_stack_builder.h \ -src/core/lib/channel/compress_filter.c \ -src/core/lib/channel/compress_filter.h \ src/core/lib/channel/connected_channel.c \ src/core/lib/channel/connected_channel.h \ src/core/lib/channel/context.h \ @@ -919,10 +917,6 @@ src/core/lib/channel/handshaker_factory.c \ src/core/lib/channel/handshaker_factory.h \ src/core/lib/channel/handshaker_registry.c \ src/core/lib/channel/handshaker_registry.h \ -src/core/lib/channel/http_client_filter.c \ -src/core/lib/channel/http_client_filter.h \ -src/core/lib/channel/http_server_filter.c \ -src/core/lib/channel/http_server_filter.h \ src/core/lib/compression/algorithm_metadata.h \ src/core/lib/compression/compression.c \ src/core/lib/compression/message_compress.c \ |