summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-15 11:06:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:04 +0200
commitd057bb29734d060ce3b90a34b01ffdf12742a200 (patch)
tree2a6f736d59ed4f0e84c243c46c6b756b8ee972e2
parentdoxygen: score: adjust doc in semaphoreimpl.h to doxygen guidelines (diff)
downloadrtems-d057bb29734d060ce3b90a34b01ffdf12742a200.tar.bz2
doxygen: score: adjust doc in smpbarrier.h to doxygen guidelines
Update #3706.
-rw-r--r--cpukit/include/rtems/score/smpbarrier.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/score/smpbarrier.h b/cpukit/include/rtems/score/smpbarrier.h
index a8bdc91c31..e39ba93b9e 100644
--- a/cpukit/include/rtems/score/smpbarrier.h
+++ b/cpukit/include/rtems/score/smpbarrier.h
@@ -105,10 +105,10 @@ static inline void _SMP_barrier_State_initialize(
*
* @param[in, out] control The SMP barrier control.
* @param[in, out] state The SMP barrier per-thread state.
- * @param[in] count The thread count bound to rendezvous.
+ * @param count The thread count bound to rendezvous.
*
* @retval true This processor performed the barrier release.
- * @retval false Otherwise.
+ * @retval false This processor did not performe the barrier release.
*/
bool _SMP_barrier_Wait(
SMP_barrier_Control *control,
@@ -116,7 +116,7 @@ bool _SMP_barrier_Wait(
unsigned int count
);
-/**@}*/
+/** @} */
#ifdef __cplusplus
}