mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 00:25:46 +00:00
General: Fix up doxygen comments
This commit is contained in:
parent
0a72f8446b
commit
54fa043c92
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