Skip to content
Snippets Groups Projects
Commit 31e9c14e authored by Mehrdad Afshari's avatar Mehrdad Afshari Committed by Mehrdad Afshari
Browse files

doxygenize auth_metadata_processor.h comments

parent 3a509ecc
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ class AuthMetadataProcessor { ...@@ -49,7 +49,7 @@ class AuthMetadataProcessor {
virtual ~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. /// a different thread from the one processing the call.
virtual bool IsBlocking() const { return true; } virtual bool IsBlocking() const { return true; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment