From 4c90eb4a43fbc4380fe4d9deafb4fbcbd13c30d0 Mon Sep 17 00:00:00 2001 From: Mathew Kallada Date: Sat, 8 Dec 2012 08:48:37 -0500 Subject: misc rtems: Clean up Doxygen GCI Task #8 http://www.google-melange.com/gci/task/view/google/gci2012/8024203 --- cpukit/rtems/include/rtems/rtems/barrier.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/barrier.h') diff --git a/cpukit/rtems/include/rtems/rtems/barrier.h b/cpukit/rtems/include/rtems/rtems/barrier.h index 4884d2c014..340c6a16ac 100644 --- a/cpukit/rtems/include/rtems/rtems/barrier.h +++ b/cpukit/rtems/include/rtems/rtems/barrier.h @@ -34,6 +34,10 @@ /**@{*/ /** + * @brief Instantiate Barrier Data + * + * Barrier Manager -- Instantiate Data + * * This constant is defined to extern most of the time when using * this header file. However by defining it to nothing, the data * declared in this header file can be instantiated. This is done @@ -80,7 +84,9 @@ RTEMS_BARRIER_EXTERN Objects_Information _Barrier_Information; void _Barrier_Manager_initialization(void); /** - * @brief rtems_barrier_create + * @brief RTEMS Create Barrier + * + * Barrier Manager -- Create a Barrier Instance * * This routine implements the rtems_barrier_create directive. The * barrier will have the name name. The starting count for @@ -160,7 +166,9 @@ rtems_status_code rtems_barrier_wait( ); /** - * @brief rtems_barrier_release + * @brief RTEMS Barrier Release + * + * Barrier Manager -- Release Tasks Waitng at a Barrier * * This routine implements the rtems_barrier_release directive. It * unblocks all of the threads waiting on the barrier associated with -- cgit v1.2.3