diff options
author | David Garcia Quintas <dgq@google.com> | 2018-03-23 14:51:41 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2018-03-23 14:51:41 -0700 |
commit | fa460dcf1d6d2c711be7a88caa93a06310efc4a6 (patch) | |
tree | a213a6215d637b1d67033ba8dd346bcf283f9aaf /tools/doxygen | |
parent | d043fa06bcc896a12b4563bbf61fe99fdd0bb9d4 (diff) |
Factor out grpc_add_default_authority_if_not_present
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 859efd29d1..92b97c4c82 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -866,6 +866,8 @@ src/core/README.md \ src/core/ext/README.md \ src/core/ext/census/grpc_context.cc \ src/core/ext/filters/client_channel/README.md \ +src/core/ext/filters/client_channel/authority.cc \ +src/core/ext/filters/client_channel/authority.h \ src/core/ext/filters/client_channel/backup_poller.cc \ src/core/ext/filters/client_channel/backup_poller.h \ src/core/ext/filters/client_channel/channel_connectivity.cc \ |