mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 01:17:47 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue