[rtems commit] doxygen: score: adjust doc in smpbarrier.h to doxygen guidelines

Sebastian Huber sebh at rtems.org
Mon May 13 05:52:28 UTC 2019


Module:    rtems
Branch:    master
Commit:    d057bb29734d060ce3b90a34b01ffdf12742a200
Changeset: http://git.rtems.org/rtems/commit/?id=d057bb29734d060ce3b90a34b01ffdf12742a200

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Mon Apr 15 11:06:20 2019 +0200

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

Update #3706.

---

 cpukit/include/rtems/score/smpbarrier.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpukit/include/rtems/score/smpbarrier.h b/cpukit/include/rtems/score/smpbarrier.h
index a8bdc91..e39ba93 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
 }




More information about the vc mailing list