diff options
author | Mehrdad Afshari <mmx@google.com> | 2017-05-07 23:00:24 -0700 |
---|---|---|
committer | Mehrdad Afshari <mehrdad@afshari.me> | 2017-05-17 23:30:09 -0700 |
commit | a9d5637a37e3ebc557a6a937a661f64e07e205ca (patch) | |
tree | d26975892ecbde6e4271268e8386b82eebb44575 /include | |
parent | f0e87f73649f605e5de76c507780a4e441813eb6 (diff) |
minor: doxygenize health_care_service_interface.h comments
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc++/health_check_service_interface.h | 2 |
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. |