aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/resource_quota.h
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-05-07 22:19:27 -0700
committerGravatar Mehrdad Afshari <mehrdad@afshari.me>2017-05-17 23:30:08 -0700
commitdcc36108608b35d08cf50812ce5cc61889126baf (patch)
tree67185efe990525960804e429e8be48f521a6eec5 /include/grpc++/resource_quota.h
parentc78e59663dcfbae4503160400e0994472ff445d0 (diff)
link referenced code elements
Diffstat (limited to 'include/grpc++/resource_quota.h')
-rw-r--r--include/grpc++/resource_quota.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/grpc++/resource_quota.h b/include/grpc++/resource_quota.h
index 1199ae9381..9abfef821b 100644
--- a/include/grpc++/resource_quota.h
+++ b/include/grpc++/resource_quota.h
@@ -42,9 +42,10 @@ struct grpc_resource_quota;
namespace grpc {
/// ResourceQuota represents a bound on memory usage by the gRPC library.
-/// A ResourceQuota can be attached to a server (via ServerBuilder), or a client
-/// channel (via ChannelArguments). gRPC will attempt to keep memory used by
-/// all attached entities below the ResourceQuota bound.
+/// A ResourceQuota can be attached to a server (via \a ServerBuilder),
+/// or a client channel (via \a ChannelArguments).
+/// gRPC will attempt to keep memory used by all attached entities
+/// below the ResourceQuota bound.
class ResourceQuota final : private GrpcLibraryCodegen {
public:
/// \param name - a unique name for this ResourceQuota.