aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/health_check_service_interface.h
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-05-07 23:00:24 -0700
committerGravatar Mehrdad Afshari <mehrdad@afshari.me>2017-05-17 23:30:09 -0700
commita9d5637a37e3ebc557a6a937a661f64e07e205ca (patch)
treed26975892ecbde6e4271268e8386b82eebb44575 /include/grpc++/health_check_service_interface.h
parentf0e87f73649f605e5de76c507780a4e441813eb6 (diff)
minor: doxygenize health_care_service_interface.h comments
Diffstat (limited to 'include/grpc++/health_check_service_interface.h')
-rw-r--r--include/grpc++/health_check_service_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/health_check_service_interface.h b/include/grpc++/health_check_service_interface.h
index c1b43199a6..bdc4ed76ef 100644
--- a/include/grpc++/health_check_service_interface.h
+++ b/include/grpc++/health_check_service_interface.h
@@ -47,7 +47,7 @@ class HealthCheckServiceInterface {
public:
virtual ~HealthCheckServiceInterface() {}
- /// Set or change the serving status of the given service_name.
+ /// Set or change the serving status of the given \a service_name.
virtual void SetServingStatus(const grpc::string& service_name,
bool serving) = 0;
/// Apply to all registered service names.