diff options
author | Hongyu Chen <hongyu@google.com> | 2015-08-21 11:28:33 -0700 |
---|---|---|
committer | Hongyu Chen <hongyu@google.com> | 2015-08-21 11:28:33 -0700 |
commit | e09dc78e74f481dd06bf2f9ea643026f5e94bb5b (patch) | |
tree | 904f63f78139bf5067fea6183e485195d9a13f9d /tools/doxygen | |
parent | c389bd22b7a293c536e5cf8e489019d239b680c6 (diff) |
rename census_filter.{c,h} to grpc_filter.{c,h}
Diffstat (limited to 'tools/doxygen')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 5b0abc571b..d27c5d9246 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -780,7 +780,7 @@ src/core/tsi/fake_transport_security.h \ src/core/tsi/ssl_transport_security.h \ src/core/tsi/transport_security.h \ src/core/tsi/transport_security_interface.h \ -src/core/census/census_filter.h \ +src/core/census/grpc_filter.h \ src/core/channel/channel_args.h \ src/core/channel/channel_stack.h \ src/core/channel/client_channel.h \ @@ -903,8 +903,8 @@ src/core/surface/secure_channel_create.c \ src/core/tsi/fake_transport_security.c \ src/core/tsi/ssl_transport_security.c \ src/core/tsi/transport_security.c \ -src/core/census/census_filter.c \ src/core/census/grpc_context.c \ +src/core/census/grpc_filter.c \ src/core/channel/channel_args.c \ src/core/channel/channel_stack.c \ src/core/channel/client_channel.c \ |