forked from Imagelibrary/rtems
doxygen: score: adjust doc in threadq.h to doxygen guidelines
Update #3706.
This commit is contained in:
committed by
Sebastian Huber
parent
8f89dc6263
commit
f1507fb848
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSScoreThreadQueue
|
||||
*
|
||||
* @brief Constants and Structures Needed to Declare a Thread Queue
|
||||
*
|
||||
* This include file contains all the constants and structures
|
||||
@@ -40,11 +42,14 @@ struct Scheduler_Node;
|
||||
*
|
||||
* @ingroup RTEMSScore
|
||||
*
|
||||
* @brief Thread Queue Handler
|
||||
*
|
||||
* This handler provides the capability to have threads block in
|
||||
* ordered sets. The sets may be ordered using the FIFO or priority
|
||||
* discipline.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
/**@{*/
|
||||
|
||||
typedef struct _Thread_Control Thread_Control;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user