aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-05-23 09:20:39 -0700
committerGravatar GitHub <noreply@github.com>2017-05-23 09:20:39 -0700
commit34011f19ed40503fa658234742b3a4b85476af1a (patch)
tree12f9d4cc4e47027db8beb7fe46f44534f9d8472c /include/grpc++/server.h
parent6fb840b8cd2888ceb5517577dd2c4fd7ec9637df (diff)
parent98bb6323ae25d8c7a52617b615a6c3b43879e683 (diff)
Merge pull request #11246 from markdroth/doc_fixes
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 85a7300820..7f5a883574 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -68,7 +68,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.