aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-05-19 13:16:13 -0700
committerGravatar Mark D. Roth <roth@google.com>2017-05-19 13:16:13 -0700
commit127fdaeace0bd1715ae4e6b8ece6bd838d766819 (patch)
tree737bca677bd42f6acde3a1268ffef9317145abb3 /include/grpc++/server.h
parentaf3cc761adfd06b7620b77d70e87640b7a341ba1 (diff)
More Doxygen comment improvements.
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 2f7018e95b..976879c9c5 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -67,7 +67,7 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen {
public:
~Server();
- /// Block waiting for all work to complete.
+ /// Block until the server shuts down.
///
/// \warning The server must be either shutting down or some other thread must
/// call \a Shutdown for this function to ever return.