mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
mutex: removed docstring comment that is no longer relevant
This commit is contained in:
parent
93cd5a0691
commit
d493d725ac
@ -19,7 +19,6 @@ Result ReleaseMutex(Handle handle);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a mutex
|
* Creates a mutex
|
||||||
* @param handle Reference to handle for the newly created mutex
|
|
||||||
* @param initial_locked Specifies if the mutex should be locked initially
|
* @param initial_locked Specifies if the mutex should be locked initially
|
||||||
* @return Handle to newly created object
|
* @return Handle to newly created object
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user