From a9d5637a37e3ebc557a6a937a661f64e07e205ca Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Sun, 7 May 2017 23:00:24 -0700 Subject: minor: doxygenize health_care_service_interface.h comments --- include/grpc++/health_check_service_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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. -- cgit v1.2.3