diff options
author | Mehrdad Afshari <mmx@google.com> | 2017-05-07 23:02:06 -0700 |
---|---|---|
committer | Mehrdad Afshari <mehrdad@afshari.me> | 2017-05-17 23:30:10 -0700 |
commit | 31e9c14e8370aaf25129d7be63ac2ef3285b192b (patch) | |
tree | 4464332896f4f4b370826716fdfe6a8114a23c0f /include | |
parent | 3a509ecc5dddf5116859abaabe8e052affe11b77 (diff) |
doxygenize auth_metadata_processor.h comments
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc++/security/auth_metadata_processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/security/auth_metadata_processor.h b/include/grpc++/security/auth_metadata_processor.h index 3536923146..18e8a47515 100644 --- a/include/grpc++/security/auth_metadata_processor.h +++ b/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; } |