Fix doxygen style issue

This commit is contained in:
Ed Hennis
2026-08-05 22:54:41 -04:00
parent 7642bc6671
commit 99859d2458

View File

@@ -4,7 +4,8 @@
#include <mutex>
#include <set>
/** 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