In Doxygen-style comments, '@c @select()' is invalid now. (#25474)

pull/25592/head
yulin liang 4 years ago committed by GitHub
parent ad461a3c7c
commit c2ed1c70af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/objective-c/GRPCClient/private/GRPCCore/ChannelArgsUtil.h

@ -28,9 +28,9 @@ void GRPCFreeChannelArgs(grpc_channel_args* channel_args);
* in the
* @c dictionary. Keys must be @c NSString, @c NSNumber, or a pointer. If the
* value responds to
* @c @selector(UTF8String) then it will be mapped to @c GRPC_ARG_STRING. If the
* @c selector(UTF8String) then it will be mapped to @c GRPC_ARG_STRING. If the
* value responds to
* @c @selector(intValue), it will be mapped to @c GRPC_ARG_INTEGER. Otherwise,
* @c selector(intValue), it will be mapped to @c GRPC_ARG_INTEGER. Otherwise,
* if the value is not nil, it is mapped as a pointer. The caller of this
* function is responsible for calling
* @c GRPCFreeChannelArgs to free the @c grpc_channel_args struct.

Loading…
Cancel
Save