From 99859d2458501824fceff33e0a2acac4829636f1 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Wed, 5 Aug 2026 22:54:41 -0400 Subject: [PATCH] Fix doxygen style issue --- 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 84ad6ec81a..8c14ab8555 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