2011-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>

* rtems/include/rtems/rtems/tasks.h: Complete manager description.
This commit is contained in:
Joel Sherrill
2011-06-17 15:54:59 +00:00
parent d8cd045c7c
commit 3e1ed2293a
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/tasks.h: Complete manager description.
2011-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/types.h,

View File

@@ -59,7 +59,9 @@
*
* @ingroup ClassicRTEMS
*
* This encapsulates functionality which X XX
* This encapsulates the functionality of the Classic API Task Manager.
* This functionality includes task services such as creation, deletion,
* delays, suspend/resume, and manipulation of execution mode and priority.
*/
/**@{*/