summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/barrier.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-10 12:39:59 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-11 16:18:29 -0500
commitbdf23b6cd46b877ae251c1b6d65202c11e70a874 (patch)
treea1f9c051a576c07c88620db632d8f9f28809d55f /cpukit/rtems/src/barrier.c
parentdoc/started: simplify and fix (diff)
downloadrtems-bdf23b6cd46b877ae251c1b6d65202c11e70a874.tar.bz2
cpukit: Remove old DESCRIPTION: in comments
These were remnants of pre-Doxygen comment style.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/barrier.c28
1 files changed, 8 insertions, 20 deletions
diff --git a/cpukit/rtems/src/barrier.c b/cpukit/rtems/src/barrier.c
index 86854b92da..e69332989c 100644
--- a/cpukit/rtems/src/barrier.c
+++ b/cpukit/rtems/src/barrier.c
@@ -1,19 +1,12 @@
-/*
- * Barrier Manager
- *
- * DESCRIPTION:
- *
- * This package is the implementation of the Barrier Manager.
- *
- * Directives provided are:
- *
- * + create a barrier
- * + get an ID of a barrier
- * + delete a barrier
- * + acquire a barrier
- * + release a barrier
+/**
+ * @file
*
- * COPYRIGHT (c) 1989-2008.
+ * @brief RTEMS Barrier Manager Initialization
+ * @ingroup ClassicBarrier Barriers
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2015.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -33,12 +26,7 @@
/**
* @brief _Barrier_Manager_initialization
- *
- * Input parameters: NONE
- *
- * Output parameters: NONE
*/
-
void _Barrier_Manager_initialization(void)
{
_Objects_Initialize_information(