aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-05-05 10:35:35 -0700
committerGravatar Mehrdad Afshari <mehrdad@afshari.me>2017-05-17 23:30:07 -0700
commitbcd6ca5033c501a92c6d1f2037b41b2c35579a93 (patch)
tree7bafc86f25a20355891ea842fa055604170f4c2e /include/grpc++/server.h
parent24b6d392125561b73e472dfe954613b6249faf97 (diff)
Link to grpc_server symbol
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index 5da606cf66..1d9f5ac041 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -102,7 +102,7 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen {
/// application and is shared among all \a Server objects.
static void SetGlobalCallbacks(GlobalCallbacks* callbacks);
- // Returns a \em raw pointer to the underlying grpc_server instance.
+ // Returns a \em raw pointer to the underlying \a grpc_server instance.
grpc_server* c_server();
/// Returns the health check service.