diff options
author | David Garcia Quintas <dgq@google.com> | 2016-05-19 10:53:44 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-05-19 11:02:01 -0700 |
commit | a20a2ad41bfb1c30b0442578fa9fa1754bc60d53 (patch) | |
tree | b5961fcdfa799de91d135aeef1ffef3ca96c915f /tools/doxygen/Doxyfile.c++.internal | |
parent | 10ff0de2e96c0819b1ca86d27ffdaa63cc6516f8 (diff) |
moved core_codegen from src/cpp/... to include/grpc++/...
Diffstat (limited to 'tools/doxygen/Doxyfile.c++.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.c++.internal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/doxygen/Doxyfile.c++.internal b/tools/doxygen/Doxyfile.c++.internal index ce1d6ac3c1..bdc4534c90 100644 --- a/tools/doxygen/Doxyfile.c++.internal +++ b/tools/doxygen/Doxyfile.c++.internal @@ -770,6 +770,7 @@ include/grpc++/generic/generic_stub.h \ include/grpc++/grpc++.h \ include/grpc++/impl/call.h \ include/grpc++/impl/client_unary_call.h \ +include/grpc++/impl/codegen/core_codegen.h \ include/grpc++/impl/grpc_library.h \ include/grpc++/impl/method_handler_impl.h \ include/grpc++/impl/proto_utils.h \ @@ -859,8 +860,8 @@ include/grpc++/impl/codegen/config.h \ include/grpc++/impl/codegen/config_protobuf.h \ include/grpc++/support/config.h \ include/grpc++/support/config_protobuf.h \ +include/grpc++/impl/codegen/core_codegen.h \ src/cpp/client/secure_credentials.h \ -src/cpp/common/core_codegen.h \ src/cpp/common/secure_auth_context.h \ src/cpp/server/secure_server_credentials.h \ src/cpp/client/create_channel_internal.h \ |