mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 02:07:56 -05:00
General: Fix up doxygen comments
This commit is contained in:
@ -17,7 +17,6 @@ class Semaphore final : public WaitObject {
|
||||
public:
|
||||
/**
|
||||
* Creates a semaphore.
|
||||
* @param handle Pointer to the handle of the newly created object
|
||||
* @param initial_count Number of slots reserved for other threads
|
||||
* @param max_count Maximum number of slots the semaphore can have
|
||||
* @param name Optional name of semaphore
|
||||
|
Reference in New Issue
Block a user