diff options
author | Mark D. Roth <roth@google.com> | 2016-11-07 09:41:07 -0800 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-11-07 09:41:07 -0800 |
commit | c22717ec633a3f88fef2a61bf56c14240901e917 (patch) | |
tree | dca2d23f155c6a40911a84e87ff8b635f1fe0487 /tools/doxygen/Doxyfile.core.internal | |
parent | 70a1abdb45d74ce46480d74d58a8b01887f96cac (diff) | |
parent | b32149461a3e04ae41fee5b414587253582aa435 (diff) |
Merge remote-tracking branch 'upstream/master' into service_config_json
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-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 c886c88402..3b921eb212 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -875,6 +875,7 @@ src/core/lib/transport/connectivity_state.h \ src/core/lib/transport/mdstr_hash_table.h \ src/core/lib/transport/metadata.h \ src/core/lib/transport/metadata_batch.h \ +src/core/lib/transport/pid_controller.h \ src/core/lib/transport/service_config.h \ src/core/lib/transport/static_metadata.h \ src/core/lib/transport/timeout_encoding.h \ @@ -1063,6 +1064,7 @@ src/core/lib/transport/connectivity_state.c \ src/core/lib/transport/mdstr_hash_table.c \ src/core/lib/transport/metadata.c \ src/core/lib/transport/metadata_batch.c \ +src/core/lib/transport/pid_controller.c \ src/core/lib/transport/service_config.c \ src/core/lib/transport/static_metadata.c \ src/core/lib/transport/timeout_encoding.c \ |