From 500e901e3d03bffb5d28da4f3b462aae4675383d Mon Sep 17 00:00:00 2001 From: Brendan Chandler Date: Tue, 10 May 2022 15:50:32 -0500 Subject: [PATCH] Change @param to \param in epicsGuard.h --- modules/libcom/src/cxxTemplates/epicsGuard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libcom/src/cxxTemplates/epicsGuard.h b/modules/libcom/src/cxxTemplates/epicsGuard.h index c91164c66..716364c1b 100644 --- a/modules/libcom/src/cxxTemplates/epicsGuard.h +++ b/modules/libcom/src/cxxTemplates/epicsGuard.h @@ -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;