Skip to content
Snippets Groups Projects
Commit 6f07e3aa authored by Mehrdad Afshari's avatar Mehrdad Afshari Committed by Mehrdad Afshari
Browse files

minor

parent b97bd4a8
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ namespace grpc { ...@@ -44,7 +44,7 @@ namespace grpc {
#ifdef GPR_SUPPORT_CHANNELS_FROM_FD #ifdef GPR_SUPPORT_CHANNELS_FROM_FD
/// Create a new \a Channel communicating over given file descriptor /// Create a new \a Channel communicating over the given file descriptor.
/// ///
/// \param target The name of the target. /// \param target The name of the target.
/// \param fd The file descriptor representing a socket. /// \param fd The file descriptor representing a socket.
...@@ -52,7 +52,7 @@ std::shared_ptr<Channel> CreateInsecureChannelFromFd(const grpc::string& target, ...@@ -52,7 +52,7 @@ std::shared_ptr<Channel> CreateInsecureChannelFromFd(const grpc::string& target,
int fd); int fd);
/// Create a new \a Channel communicating over given file descriptor with custom /// Create a new \a Channel communicating over given file descriptor with custom
/// channel arguments /// channel arguments.
/// ///
/// \param target The name of the target. /// \param target The name of the target.
/// \param fd The file descriptor representing a socket. /// \param fd The file descriptor representing a socket.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment