diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-03 16:25:45 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-03 16:25:45 -0700 |
commit | c8f62bcb038b10d03e7cfa49cda7b197aed8fe54 (patch) | |
tree | cc894a28b231b8d72c1ce56b5ded1cacbadb7da3 /tools/doxygen | |
parent | bf289563f6849feb4900c265584c1f5b3434c129 (diff) |
Add new setting for true-binary mode
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 a9343499e7..08a0213f0e 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -1003,6 +1003,8 @@ src/core/ext/transport/chttp2/transport/hpack_parser.c \ src/core/ext/transport/chttp2/transport/hpack_parser.h \ src/core/ext/transport/chttp2/transport/hpack_table.c \ src/core/ext/transport/chttp2/transport/hpack_table.h \ +src/core/ext/transport/chttp2/transport/http2_settings.c \ +src/core/ext/transport/chttp2/transport/http2_settings.h \ src/core/ext/transport/chttp2/transport/huffsyms.c \ src/core/ext/transport/chttp2/transport/huffsyms.h \ src/core/ext/transport/chttp2/transport/incoming_metadata.c \ |