Yet another Doxygen comment syntax fix.

pull/11246/head
Mark D. Roth 8 years ago
parent a4881ccd5e
commit 98bb6323ae
  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