From a277707e3ef39fcb5c0ad4e5ef9f2495a871c403 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Tue, 14 Jul 2026 15:08:18 -0400 Subject: [PATCH] Fix Doxygen comment style --- include/xrpl/basics/CanProcess.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/xrpl/basics/CanProcess.h b/include/xrpl/basics/CanProcess.h index e53010edf3..b1837f0a61 100644 --- a/include/xrpl/basics/CanProcess.h +++ b/include/xrpl/basics/CanProcess.h @@ -4,7 +4,8 @@ #include #include -/** RAII class to check if an Item is already being processed on another thread, +/** + * RAII class to check if an Item is already being processed on another thread, * as indicated by it's presence in a Collection. * * If the Item is not in the Collection, it will be added under lock in the