doxygen: score: adjust doc in stack.h to doxygen guidelines

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-04-16 07:46:47 +02:00
committed by Sebastian Huber
parent 366dbf6a85
commit 0938899f02

View File

@@ -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