mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 10:07:57 -05:00
General: Fix up doxygen comments
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user