summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/inline/rtems/rtems/barrier.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/inline/rtems/rtems/barrier.inl')
-rw-r--r--cpukit/rtems/inline/rtems/rtems/barrier.inl16
1 files changed, 11 insertions, 5 deletions
diff --git a/cpukit/rtems/inline/rtems/rtems/barrier.inl b/cpukit/rtems/inline/rtems/rtems/barrier.inl
index e296b88e72..e690da2469 100644
--- a/cpukit/rtems/inline/rtems/rtems/barrier.inl
+++ b/cpukit/rtems/inline/rtems/rtems/barrier.inl
@@ -1,12 +1,11 @@
/**
* @file rtems/rtems/barrier.inl
- */
-
-/*
+ *
* This file contains the static inlin implementation of the inlined
* routines from the Barrier Manager.
- *
- * COPYRIGHT (c) 1989-2006.
+ */
+
+/* COPYRIGHT (c) 1989-2006.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -20,6 +19,11 @@
#define _RTEMS_RTEMS_BARRIER_INL
/**
+ * @addtogroup ClassicBarrier
+ * @{
+ */
+
+/**
* @brief _Barrier_Allocate
*
* This function allocates a barrier control block from
@@ -75,5 +79,7 @@ RTEMS_INLINE_ROUTINE boolean _Barrier_Is_null (
return ( the_barrier == NULL );
}
+/**@}*/
+
#endif
/* end of include file */