Update README.md

pull/23840/head
Vijay Pai 4 years ago committed by GitHub
parent 7dd4e786cd
commit 355c7b26d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      include/grpcpp/impl/codegen/README.md

@ -15,4 +15,7 @@ targets excessively large (particularly when they are not even C++ specific).
User code should *not* include anything from this directory. Only generated code User code should *not* include anything from this directory. Only generated code
and gRPC library code should include contents from this directory. User code and gRPC library code should include contents from this directory. User code
should instead include contents from the main `grpcpp` directory or its should instead include contents from the main `grpcpp` directory or its
accessible subcomponents like `grpcpp/support`. accessible subcomponents like `grpcpp/support`. It is possible that we may
remove this directory altogether if the motivations for its existence are no
longer strong enough (e.g., if most users migrate away from the `proto_library`
target type or if the additional overhead of depending on gRPC C++ is not high).

Loading…
Cancel
Save