doxygenize auth_metadata_processor.h comments

pull/10991/head
Mehrdad Afshari 8 years ago committed by Mehrdad Afshari
parent 3a509ecc5d
commit 31e9c14e83
  1. 2
      include/grpc++/security/auth_metadata_processor.h

@ -49,7 +49,7 @@ class AuthMetadataProcessor {
virtual ~AuthMetadataProcessor() {}
/// If this method returns true, the Process function will be scheduled in
/// If this method returns true, the \a Process function will be scheduled in
/// a different thread from the one processing the call.
virtual bool IsBlocking() const { return true; }

Loading…
Cancel
Save