Skip to content
Snippets Groups Projects
Commit a4881ccd authored by Mark D. Roth's avatar Mark D. Roth
Browse files

Fixed Doxygen comment syntax.

parent 127fdaea
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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