forked from Imagelibrary/rtems
doxygen: score: adjust doc in corebarrier.h to doxygen guidelines
Update #3706.
This commit is contained in:
committed by
Sebastian Huber
parent
4bb0f00d3c
commit
37ab9081f5
@@ -1,10 +1,12 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @brief Constants and Structures Associated with the Barrier Handler
|
* @ingroup RTEMSScoreBarrier
|
||||||
*
|
*
|
||||||
* This include file contains all the constants and structures associated
|
* @brief Constants and Structures Associated with the Barrier Handler
|
||||||
* with the Barrier Handler.
|
*
|
||||||
|
* This include file contains all the constants and structures associated
|
||||||
|
* with the Barrier Handler.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -26,14 +28,17 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup RTEMSScoreBarrier Barrier Handler
|
* @defgroup RTEMSScoreBarrier Barrier Handler
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSScore
|
* @ingroup RTEMSScore
|
||||||
*
|
*
|
||||||
* This handler encapsulates functionality which provides the foundation
|
* @brief Functionality for Foundation Barrier Services
|
||||||
* Barrier services used in all of the APIs supported by RTEMS.
|
*
|
||||||
|
* This handler encapsulates functionality which provides the foundation
|
||||||
|
* Barrier services used in all of the APIs supported by RTEMS.
|
||||||
|
*
|
||||||
|
* @{
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Flavors of barriers.
|
* Flavors of barriers.
|
||||||
@@ -81,7 +86,7 @@ typedef struct {
|
|||||||
uint32_t number_of_waiting_threads;
|
uint32_t number_of_waiting_threads;
|
||||||
} CORE_barrier_Control;
|
} CORE_barrier_Control;
|
||||||
|
|
||||||
/**@}*/
|
/** @} */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user