diff options
author | Vijay Pai <vpai@google.com> | 2015-06-26 13:58:55 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2015-06-26 13:58:55 -0700 |
commit | 8bcba9a08fd8c47f68046c648adbaf0c38c2afb5 (patch) | |
tree | 5fbcfd169f7e9982ba1d9d996769b78939032d73 /tools/doxygen | |
parent | 213ac59069b84025c801a6d61aa681dbc80379dc (diff) | |
parent | ab6307356a3558ff93f990d333100e9bb218dcdf (diff) |
Merge pull request #2149 from ctiller/oops-i-split-it-again
Initial transport lock split up
Diffstat (limited to 'tools/doxygen')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 0fa529f89e..832f1e3590 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -856,6 +856,8 @@ src/core/transport/chttp2/hpack_parser.h \ src/core/transport/chttp2/hpack_table.h \ src/core/transport/chttp2/http2_errors.h \ src/core/transport/chttp2/huffsyms.h \ +src/core/transport/chttp2/incoming_metadata.h \ +src/core/transport/chttp2/internal.h \ src/core/transport/chttp2/status_conversion.h \ src/core/transport/chttp2/stream_encoder.h \ src/core/transport/chttp2/stream_map.h \ @@ -973,11 +975,15 @@ src/core/transport/chttp2/frame_window_update.c \ src/core/transport/chttp2/hpack_parser.c \ src/core/transport/chttp2/hpack_table.c \ src/core/transport/chttp2/huffsyms.c \ +src/core/transport/chttp2/incoming_metadata.c \ +src/core/transport/chttp2/parsing.c \ src/core/transport/chttp2/status_conversion.c \ src/core/transport/chttp2/stream_encoder.c \ +src/core/transport/chttp2/stream_lists.c \ src/core/transport/chttp2/stream_map.c \ src/core/transport/chttp2/timeout_encoding.c \ src/core/transport/chttp2/varint.c \ +src/core/transport/chttp2/writing.c \ src/core/transport/chttp2_transport.c \ src/core/transport/metadata.c \ src/core/transport/stream_op.c \ |