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;