aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-05-07 23:03:39 -0700
committerGravatar Mehrdad Afshari <mehrdad@afshari.me>2017-05-17 23:30:10 -0700
commit4601bc254b5b58c225ce3b16e0a9a4df172c7d05 (patch)
tree9cee29692d9f0198c451ff60fddfe12199f79de7 /include
parent59cd2d7f661d3de0f7e6244f1fb9da2ee2e9a4a4 (diff)
tiny edit and linking entities
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/server.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index fa3b7def85..85a7300820 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -201,13 +201,14 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen {
const int max_receive_message_size_;
- /// The following completion queues are ONLY used in case of Sync API i.e if
- /// the server has any services with sync methods. The server uses these
- /// completion queues to poll for new RPCs
+ /// The following completion queues are ONLY used in case of Sync API
+ /// i.e. if the server has any services with sync methods. The server uses
+ /// these completion queues to poll for new RPCs
std::shared_ptr<std::vector<std::unique_ptr<ServerCompletionQueue>>>
sync_server_cqs_;
- /// List of ThreadManager instances (one for each cq in the sync_server_cqs)
+ /// List of \a ThreadManager instances (one for each cq in
+ /// the \a sync_server_cqs)
std::vector<std::unique_ptr<SyncRequestThreadManager>> sync_req_mgrs_;
// Sever status