diff options
author | Mark D. Roth <roth@google.com> | 2017-05-19 13:16:13 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2017-05-19 13:16:13 -0700 |
commit | 127fdaeace0bd1715ae4e6b8ece6bd838d766819 (patch) | |
tree | 737bca677bd42f6acde3a1268ffef9317145abb3 /include/grpc++/impl | |
parent | af3cc761adfd06b7620b77d70e87640b7a341ba1 (diff) |
More Doxygen comment improvements.
Diffstat (limited to 'include/grpc++/impl')
-rw-r--r-- | include/grpc++/impl/codegen/client_context.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/grpc++/impl/codegen/client_context.h b/include/grpc++/impl/codegen/client_context.h index b1b9be0fe2..720df8a1dc 100644 --- a/include/grpc++/impl/codegen/client_context.h +++ b/include/grpc++/impl/codegen/client_context.h @@ -331,8 +331,9 @@ class ClientContext { return census_context_; } - /// Send a best-effort out-of-band cancel. The call could be in any stage. - /// e.g. if it is already finished, it may still return success. + /// Send a best-effort out-of-band cancel on the call associated with + /// this client context. The call could be in any stage; e.g., if it is + /// already finished, it may still return success. /// /// There is no guarantee the call will be cancelled. void TryCancel(); |