Skip to content
Snippets Groups Projects
Commit df8b5eac authored by Eric Gribkoff's avatar Eric Gribkoff
Browse files

Update comment formatting

parent 3c99c150
No related branches found
No related tags found
No related merge requests found
...@@ -34,18 +34,18 @@ ...@@ -34,18 +34,18 @@
/// \mainpage gRPC C++ API /// \mainpage gRPC C++ API
/// ///
/// The gRPC C++ API mainly consists of the following classes: /// The gRPC C++ API mainly consists of the following classes:
// /// <br>
/// - grpc::Channel, which represents the connection to an endpoint. See [the /// - grpc::Channel, which represents the connection to an endpoint. See [the
/// gRPC Concepts page](http://www.grpc.io/docs/guides/concepts.html) for more /// gRPC Concepts page](http://www.grpc.io/docs/guides/concepts.html) for more
/// details. Channels are created by the factory function grpc::CreateChannel. /// details. Channels are created by the factory function grpc::CreateChannel.
// ///
/// - grpc::CompletionQueue, the producer-consumer queue used for all /// - grpc::CompletionQueue, the producer-consumer queue used for all
/// asynchronous communication with the gRPC runtime. /// asynchronous communication with the gRPC runtime.
// ///
/// - grpc::ClientContext and grpc::ServerContext, where optional configuration /// - grpc::ClientContext and grpc::ServerContext, where optional configuration
/// for an RPC can be set, such as setting custom metadata to be conveyed to the /// for an RPC can be set, such as setting custom metadata to be conveyed to the
/// peer, compression settings, authentication, etc. /// peer, compression settings, authentication, etc.
// ///
/// - grpc::Server, representing a gRPC server, created by grpc::ServerBuilder. /// - grpc::Server, representing a gRPC server, created by grpc::ServerBuilder.
/// ///
/// Streaming calls are handled with the streaming classes in /// Streaming calls are handled with the streaming classes in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment