Fix Doxygen comment style

This commit is contained in:
Ed Hennis
2026-07-14 15:08:18 -04:00
parent 565a8a5b8e
commit a277707e3e

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