General: Fix up doxygen comments
This commit is contained in:
parent
248b2993e8
commit
d3efa637b4
7 changed files with 9 additions and 11 deletions
|
@ -38,10 +38,9 @@ public:
|
|||
void Acquire() override;
|
||||
|
||||
/**
|
||||
* Acquires the specified mutex for the specified thread
|
||||
* @param mutex Mutex that is to be acquired
|
||||
* @param thread Thread that will acquire the mutex
|
||||
*/
|
||||
* Acquires the specified mutex for the specified thread
|
||||
* @param thread Thread that will acquire the mutex
|
||||
*/
|
||||
void Acquire(SharedPtr<Thread> thread);
|
||||
void Release();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue