Fixed Doxygen comment syntax.

pull/11246/head
Mark D. Roth 8 years ago
parent 127fdaeace
commit a4881ccd5e
  1. 8
      include/grpc++/server_builder.h

@ -73,10 +73,10 @@ class ServerBuilder {
/// Options for synchronous servers.
enum SyncServerOption {
NUM_CQS, // Number of completion queues.
MIN_POLLERS, // Minimum number of polling threads.
MAX_POLLERS, // Maximum number of polling threads.
CQ_TIMEOUT_MSEC // Completion queue timeout in milliseconds.
NUM_CQS, /// Number of completion queues.
MIN_POLLERS, /// Minimum number of polling threads.
MAX_POLLERS, /// Maximum number of polling threads.
CQ_TIMEOUT_MSEC /// Completion queue timeout in milliseconds.
};
/// Register a service. This call does not take ownership of the service.

Loading…
Cancel
Save