aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/doxygen/Doxyfile.core.internal
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-09-19 11:09:22 -0700
committerGravatar GitHub <noreply@github.com>2016-09-19 11:09:22 -0700
commita8e1b8368fdb69ae0117f60688d2afd0c4f38510 (patch)
treea72824fb4dd9cc06a403ad85fe96e9115bfed4d1 /tools/doxygen/Doxyfile.core.internal
parentf9652f2b84364eb4f8c8272b269e44adbc80733a (diff)
parent843ec78263a2b19f935855bb58f858abd9ac0054 (diff)
Merge pull request #7846 from markdroth/max_send_size_filter
Add channel arg for max send message size and add message size filter.
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-rw-r--r--tools/doxygen/Doxyfile.core.internal2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal
index 7ffd07bc96..09f2bd5aa9 100644
--- a/tools/doxygen/Doxyfile.core.internal
+++ b/tools/doxygen/Doxyfile.core.internal
@@ -795,6 +795,7 @@ src/core/lib/channel/context.h \
src/core/lib/channel/handshaker.h \
src/core/lib/channel/http_client_filter.h \
src/core/lib/channel/http_server_filter.h \
+src/core/lib/channel/message_size_filter.h \
src/core/lib/compression/algorithm_metadata.h \
src/core/lib/compression/message_compress.h \
src/core/lib/debug/trace.h \
@@ -955,6 +956,7 @@ src/core/lib/channel/connected_channel.c \
src/core/lib/channel/handshaker.c \
src/core/lib/channel/http_client_filter.c \
src/core/lib/channel/http_server_filter.c \
+src/core/lib/channel/message_size_filter.c \
src/core/lib/compression/compression.c \
src/core/lib/compression/message_compress.c \
src/core/lib/debug/trace.c \