X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fthreads.c;h=5905b8064d6f065e02080ff979e135a357f79092;hb=3478b0aa86b50db14d8cd90bf19dae27f5df100b;hp=d1c2bb06b2e0e6321fc2137f922e1aab2f1194a0;hpb=dce440103609eb368b2f86a3081bc7428e54078f;p=mono.git diff --git a/mono/metadata/threads.c b/mono/metadata/threads.c index d1c2bb06b2e..5905b8064d6 100644 --- a/mono/metadata/threads.c +++ b/mono/metadata/threads.c @@ -2322,10 +2322,8 @@ void ves_icall_System_Threading_Thread_Interrupt_internal (MonoThread *this_obj) /** * mono_thread_current_check_pending_interrupt: - * * Checks if there's a interruption request and set the pending exception if so. - * - * @returns true if a pending exception was set + * \returns true if a pending exception was set */ gboolean mono_thread_current_check_pending_interrupt (void) @@ -2403,10 +2401,8 @@ ves_icall_System_Threading_Thread_Abort (MonoInternalThread *thread, MonoObject /** * mono_thread_internal_abort: - * - * Request thread @thread to be aborted. - * - * @thread MUST NOT be the current thread. + * Request thread \p thread to be aborted. + * \p thread MUST NOT be the current thread. */ void mono_thread_internal_abort (MonoInternalThread *thread) @@ -4623,10 +4619,8 @@ mono_thread_set_state (MonoInternalThread *thread, MonoThreadState state) /** * mono_thread_test_and_set_state: - * - * Test if current state of @thread include @test. If it does not, OR @set into the state. - * - * Returns TRUE is @set was OR'd in. + * Test if current state of \p thread include \p test. If it does not, OR \p set into the state. + * \returns TRUE if \p set was OR'd in. */ gboolean mono_thread_test_and_set_state (MonoInternalThread *thread, MonoThreadState test, MonoThreadState set)