summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
authorGravatar Lioncash2015-09-10 11:07:33 -0400
committerGravatar Lioncash2015-09-10 11:20:21 -0400
commitd3efa637b448f1be84397deab0b1355bbc901e3b (patch)
tree0e9d245bb4509b26c9544012a3d38bd5329e7e55 /src/core/hle/kernel/thread.h
parentMerge pull request #1131 from lioncash/uninit (diff)
downloadyuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.tar.gz
yuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.tar.xz
yuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.zip
General: Fix up doxygen comments
Diffstat (limited to 'src/core/hle/kernel/thread.h')
-rw-r--r--src/core/hle/kernel/thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index 1ff1d9b97..97ba57fc5 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -57,7 +57,6 @@ public:
57 * @param arg User data to pass to the thread 57 * @param arg User data to pass to the thread
58 * @param processor_id The ID(s) of the processors on which the thread is desired to be run 58 * @param processor_id The ID(s) of the processors on which the thread is desired to be run
59 * @param stack_top The address of the thread's stack top 59 * @param stack_top The address of the thread's stack top
60 * @param stack_size The size of the thread's stack
61 * @return A shared pointer to the newly created thread 60 * @return A shared pointer to the newly created thread
62 */ 61 */
63 static ResultVal<SharedPtr<Thread>> Create(std::string name, VAddr entry_point, s32 priority, 62 static ResultVal<SharedPtr<Thread>> Create(std::string name, VAddr entry_point, s32 priority,