aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/semaphore.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-10 11:07:33 -0400
committerLioncash <mathew1800@gmail.com>2015-09-10 11:20:21 -0400
commitd3efa637b448f1be84397deab0b1355bbc901e3b (patch)
tree0e9d245bb4509b26c9544012a3d38bd5329e7e55 /src/core/hle/kernel/semaphore.h
parent248b2993e866d66632a7fc7148a2faed3c3c6416 (diff)
General: Fix up doxygen comments
Diffstat (limited to 'src/core/hle/kernel/semaphore.h')
-rw-r--r--src/core/hle/kernel/semaphore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/semaphore.h b/src/core/hle/kernel/semaphore.h
index d8dc1fd78..390f5e495 100644
--- a/src/core/hle/kernel/semaphore.h
+++ b/src/core/hle/kernel/semaphore.h
@@ -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