Skip to content

Commit 28fe438

Browse files
Update processRequest comment to Doxygen format
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 22ff94a commit 28fe438

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/xrpld/app/main/GRPCServer.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,10 @@ class GRPCServerImpl final
206206
clone() override;
207207

208208
private:
209-
// process the request. Called inside the coroutine passed to JobQueue
209+
/**
210+
* Process the gRPC request. Called inside the CoroTask lambda
211+
* posted to the JobQueue by process().
212+
*/
210213
void
211214
processRequest();
212215

0 commit comments

Comments
 (0)