Merge pull request #11917 from hxcan/master

Fix error in Doxygen comment.
pull/11926/head^2
Mehrdad Afshari 7 years ago committed by GitHub
commit 4260f2852d
  1. 2
      include/grpc++/server.h

@ -159,7 +159,7 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen {
/// ///
/// \param addr The address to try to bind to the server (eg, localhost:1234, /// \param addr The address to try to bind to the server (eg, localhost:1234,
/// 192.168.1.1:31416, [::1]:27182, etc.). /// 192.168.1.1:31416, [::1]:27182, etc.).
/// \params creds The credentials associated with the server. /// \param creds The credentials associated with the server.
/// ///
/// \return bound port number on success, 0 on failure. /// \return bound port number on success, 0 on failure.
/// ///

Loading…
Cancel
Save