Change @param to \param in epicsGuard.h

This commit is contained in:
Brendan Chandler
2022-07-04 19:38:15 -05:00
committed by Andrew Johnson
parent a3b09ef1b8
commit 500e901e3d
+1 -1
View File
@@ -59,7 +59,7 @@ public:
*
* Constructs an epicsGuard, locking the mutex for the scope of this object.
*
* @param mutexIn A mutex-like object to be lock()'ed and unlock()'ed
* \param mutexIn A mutex-like object to be lock()'ed and unlock()'ed
*/
epicsGuard ( T & mutexIn);
void assertIdenticalMutex ( const T & ) const;