General: Fix up doxygen comments

This commit is contained in:
Lioncash 2015-09-10 11:07:33 -04:00
parent 248b2993e8
commit d3efa637b4
7 changed files with 9 additions and 11 deletions

View file

@ -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();