summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-05 09:09:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:03 +0200
commit37ab9081f5f1477a92f66a4823f14fdb21285770 (patch)
tree7055310226e700050047d281f158ef72f9750127
parentdoxygen: score: adjust doc in copyrt.h to doxygen guidelines (diff)
downloadrtems-37ab9081f5f1477a92f66a4823f14fdb21285770.tar.bz2
doxygen: score: adjust doc in corebarrier.h to doxygen guidelines
Update #3706.
-rw-r--r--cpukit/include/rtems/score/corebarrier.h25
1 files changed, 15 insertions, 10 deletions
diff --git a/cpukit/include/rtems/score/corebarrier.h b/cpukit/include/rtems/score/corebarrier.h
index 73872cbfa8..33798b33c8 100644
--- a/cpukit/include/rtems/score/corebarrier.h
+++ b/cpukit/include/rtems/score/corebarrier.h
@@ -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
- * with the Barrier Handler.
+ * @brief Constants and Structures Associated 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
/**
- * @defgroup RTEMSScoreBarrier Barrier Handler
+ * @defgroup RTEMSScoreBarrier Barrier Handler
+ *
+ * @ingroup RTEMSScore
+ *
+ * @brief Functionality for Foundation Barrier Services
*
- * @ingroup RTEMSScore
+ * This handler encapsulates functionality which provides the foundation
+ * 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.
@@ -81,7 +86,7 @@ typedef struct {
uint32_t number_of_waiting_threads;
} CORE_barrier_Control;
-/**@}*/
+/** @} */
#ifdef __cplusplus
}