General: Fix up doxygen comments

This commit is contained in:
Lioncash
2015-09-10 11:07:33 -04:00
parent 248b2993e8
commit d3efa637b4
7 changed files with 9 additions and 11 deletions

View File

@ -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