aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/doxygen
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-10-05 13:15:49 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-10-30 12:06:52 -0700
commitf8ed4fa7f4b516d98daeefb0459ce1b175baa7e3 (patch)
treea0264a2649c5f0542e50e61806a336dbf9afacd2 /tools/doxygen
parent6a48dc544e4db970b19cf132019bcccb8eb92df1 (diff)
convert connectivity_watcher to cpp file
Diffstat (limited to 'tools/doxygen')
-rw-r--r--tools/doxygen/Doxyfile.core.internal3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal
index bed3845db2..15ec466ded 100644
--- a/tools/doxygen/Doxyfile.core.internal
+++ b/tools/doxygen/Doxyfile.core.internal
@@ -908,13 +908,14 @@ src/core/ext/census/tracing.cc \
src/core/ext/census/tracing.h \
src/core/ext/filters/client_channel/README.md \
src/core/ext/filters/client_channel/channel_connectivity.cc \
+src/core/ext/filters/client_channel/channel_connectivity_internal.cc \
src/core/ext/filters/client_channel/channel_connectivity_internal.h \
src/core/ext/filters/client_channel/client_channel.cc \
src/core/ext/filters/client_channel/client_channel.h \
src/core/ext/filters/client_channel/client_channel_factory.cc \
src/core/ext/filters/client_channel/client_channel_factory.h \
src/core/ext/filters/client_channel/client_channel_plugin.cc \
-src/core/ext/filters/client_channel/connectivity_watcher.c \
+src/core/ext/filters/client_channel/connectivity_watcher.cc \
src/core/ext/filters/client_channel/connectivity_watcher.h \
src/core/ext/filters/client_channel/connector.cc \
src/core/ext/filters/client_channel/connector.h \