forked from Imagelibrary/rtems
doxygen: score: adjust doc in stack.h to doxygen guidelines
Update #3706.
This commit is contained in:
committed by
Sebastian Huber
parent
366dbf6a85
commit
0938899f02
@@ -1,6 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSScoreStack
|
||||||
|
*
|
||||||
* @brief Information About the Thread Stack Handler
|
* @brief Information About the Thread Stack Handler
|
||||||
*
|
*
|
||||||
* This include file contains all information about the thread
|
* This include file contains all information about the thread
|
||||||
@@ -31,10 +33,13 @@ extern "C" {
|
|||||||
*
|
*
|
||||||
* @ingroup RTEMSScore
|
* @ingroup RTEMSScore
|
||||||
*
|
*
|
||||||
|
* @brief Stack Handler
|
||||||
|
*
|
||||||
* This handler encapsulates functionality which is used in the management
|
* This handler encapsulates functionality which is used in the management
|
||||||
* of thread stacks.
|
* of thread stacks.
|
||||||
|
*
|
||||||
|
* @{
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The following constant defines the minimum stack size which every
|
* The following constant defines the minimum stack size which every
|
||||||
|
|||||||
Reference in New Issue
Block a user