mirror of
https://github.com/XRPLF/rippled.git
synced 2026-03-03 11:12:34 +00:00
Update processRequest comment to Doxygen format
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -206,7 +206,10 @@ private:
|
||||
clone() override;
|
||||
|
||||
private:
|
||||
// process the request. Called inside the coroutine passed to JobQueue
|
||||
/**
|
||||
* Process the gRPC request. Called inside the CoroTask lambda
|
||||
* posted to the JobQueue by process().
|
||||
*/
|
||||
void
|
||||
processRequest();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user