From d4d7899bb2730dc77331db202a2473818a7ea351 Mon Sep 17 00:00:00 2001 From: Christopher Kerl Date: Wed, 28 Nov 2012 13:31:53 -0600 Subject: score misc: Clean up Doxygen #2 (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/7986213 --- cpukit/score/src/corebarrierrelease.c | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) (limited to 'cpukit/score/src/corebarrierrelease.c') diff --git a/cpukit/score/src/corebarrierrelease.c b/cpukit/score/src/corebarrierrelease.c index bd238fe201..e6f7554fbb 100644 --- a/cpukit/score/src/corebarrierrelease.c +++ b/cpukit/score/src/corebarrierrelease.c @@ -1,10 +1,12 @@ -/* - * SuperCore Barrier Handler - * - * DESCRIPTION: +/** + * @file * - * This package is part of the implementation of the SuperCore Barrier Handler. + * @brief Manually releases the Barrier * + * @ingroup ScoreBarrier + */ + +/* * COPYRIGHT (c) 1989-2006. * On-Line Applications Research Corporation (OAR). * @@ -24,22 +26,6 @@ #include #include -/* - * _CORE_barrier_Release - * - * Input parameters: - * the_barrier - the barrier to be flushed - * id - id of the object for a remote unblock - * api_barrier_mp_support - api dependent MP support actions - * - * Output parameters: - * CORE_BARRIER_STATUS_SUCCESSFUL - if successful - * core error code - if unsuccessful - * - * Output parameters: - * returns number of threads unblocked - */ - uint32_t _CORE_barrier_Release( CORE_barrier_Control *the_barrier, #if defined(RTEMS_MULTIPROCESSING) -- cgit v1.2.3