From 666cafca633ca99ec36728cd03ecc46d3a11df43 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:05:14 +0000 Subject: [PATCH] Update processRequest comment to Doxygen format Co-Authored-By: Claude Opus 4.6 --- src/xrpld/app/main/GRPCServer.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xrpld/app/main/GRPCServer.h b/src/xrpld/app/main/GRPCServer.h index e5b6a15338..7b9255e839 100644 --- a/src/xrpld/app/main/GRPCServer.h +++ b/src/xrpld/app/main/GRPCServer.h @@ -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();