diff --git a/doc/service_config.md b/doc/service_config.md index e790180f355..99d985f3bfe 100644 --- a/doc/service_config.md +++ b/doc/service_config.md @@ -131,7 +131,7 @@ functionality is introduced. # Architecture -A service config is associated with a server name. The [nameresolver](naming.md) +A service config is associated with a server name. The [name resolver](naming.md) plugin, when asked to resolve a particular server name, will return both the resolved addresses and the service config. diff --git a/include/grpc++/health_check_service_interface.h b/include/grpc++/health_check_service_interface.h index 8323e9e5542..c1b43199a60 100644 --- a/include/grpc++/health_check_service_interface.h +++ b/include/grpc++/health_check_service_interface.h @@ -60,6 +60,7 @@ class HealthCheckServiceInterface { /// NOT thread safe. void EnableDefaultHealthCheckService(bool enable); +/// Returns whether the default health checking service is enabled. /// NOT thread safe. bool DefaultHealthCheckServiceEnabled(); diff --git a/include/grpc++/resource_quota.h b/include/grpc++/resource_quota.h index da14088ebb4..1199ae93810 100644 --- a/include/grpc++/resource_quota.h +++ b/include/grpc++/resource_quota.h @@ -47,7 +47,7 @@ namespace grpc { /// all attached entities below the ResourceQuota bound. class ResourceQuota final : private GrpcLibraryCodegen { public: - // \param name - a unique name for this ResourceQuota. + /// \param name - a unique name for this ResourceQuota. explicit ResourceQuota(const grpc::string& name); ResourceQuota(); ~ResourceQuota();