minor: doxygenize health_care_service_interface.h comments

pull/10991/head
Mehrdad Afshari 8 years ago committed by Mehrdad Afshari
parent f0e87f7364
commit a9d5637a37
  1. 2
      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.

Loading…
Cancel
Save