From 5a58b1e4988eb1a0fb6311b25fd12c91bb7237d7 Mon Sep 17 00:00:00 2001 From: Daniel Georgiev Date: Sat, 1 Dec 2012 09:53:45 -0500 Subject: score misc: Score misc: Clean up Doxygen #11 (GCI 2012) This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. http://www.google-melange.com/gci/task/view/google/gci2012/8013204 --- cpukit/score/src/corebarrierwait.c | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) (limited to 'cpukit/score/src/corebarrierwait.c') diff --git a/cpukit/score/src/corebarrierwait.c b/cpukit/score/src/corebarrierwait.c index 0a2a1b7267..e8ab6292ee 100644 --- a/cpukit/score/src/corebarrierwait.c +++ b/cpukit/score/src/corebarrierwait.c @@ -1,10 +1,11 @@ -/* - * SuperCore Barrier Handler - * - * DESCRIPTION: - * - * This package is part of the implementation of the SuperCore Barrier Handler. +/** + * @file * + * @brief Wait For The Barrier + * @ingroup ScoreBarrier + */ + +/* * COPYRIGHT (c) 1989-2006. * On-Line Applications Research Corporation (OAR). * @@ -24,23 +25,6 @@ #include #include -/* - * _CORE_barrier_Wait - * - * Input parameters: - * the_barrier - pointer to barrier control block - * id - id of object to wait on - * wait - true if wait is allowed, false otherwise - * timeout - number of ticks to wait (0 means forever) - * api_barrier_mp_support - api dependent MP support actions - * - * Output parameters: NONE - * - * INTERRUPT LATENCY: - * available - * wait - */ - void _CORE_barrier_Wait( CORE_barrier_Control *the_barrier, Objects_Id id, -- cgit v1.2.3