From d809a15ec4913c7a8cd38d679a78b3edcb716b69 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Wed, 3 May 2017 14:49:41 -0700 Subject: cpp doc nits --- include/grpc++/generic/generic_stub.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/grpc++/generic/generic_stub.h') diff --git a/include/grpc++/generic/generic_stub.h b/include/grpc++/generic/generic_stub.h index 02c00d0d45..3c11e55001 100644 --- a/include/grpc++/generic/generic_stub.h +++ b/include/grpc++/generic/generic_stub.h @@ -43,14 +43,14 @@ class CompletionQueue; typedef ClientAsyncReaderWriter GenericClientAsyncReaderWriter; -// Generic stubs provide a type-unsafe interface to call gRPC methods -// by name. +/// Generic stubs provide a type-unsafe interface to call gRPC methods +/// by name. class GenericStub final { public: explicit GenericStub(std::shared_ptr channel) : channel_(channel) {} - // begin a call to a named method + /// begin a call to a named method std::unique_ptr Call( ClientContext* context, const grpc::string& method, CompletionQueue* cq, void* tag); -- cgit v1.2.3