From a7e4de250436df590529cc7a295d099ade77d9d5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Mar 2015 14:33:08 -0600 Subject: Fix even more Doxygen issues --- cpukit/score/include/rtems/score/threadimpl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/include/rtems/score/threadimpl.h') diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h index c4e720751a..9d98fe863f 100644 --- a/cpukit/score/include/rtems/score/threadimpl.h +++ b/cpukit/score/include/rtems/score/threadimpl.h @@ -116,6 +116,7 @@ void _Thread_Start_multitasking( void ) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE; * Set the Start.stack field to the address of the stack. * * @param[in] the_thread is the thread where the stack space is requested + * @param[in] stack_size is the stack space is requested * * @retval actual size allocated after any adjustment * @retval zero if the allocation failed @@ -322,6 +323,7 @@ void *_Thread_Global_construction( void ); * It is called by the watchdog handler. * * @param[in] id is the thread id + * @param[in] ignored is not used */ void _Thread_Delay_ended( Objects_Id id, -- cgit v1.2.3