Change @param to \param in epicsGuard.h
This commit is contained in:
committed by
Andrew Johnson
parent
a3b09ef1b8
commit
500e901e3d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user