From 355ee7dbd52a1ea5fd7d8b32d31aeccd58ccb8c4 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Wed, 28 Nov 2012 13:57:31 -0600 Subject: score misc: Clean up Doxygen #3 (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/7982215 --- cpukit/score/src/objectgetnoprotection.c | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) (limited to 'cpukit/score/src/objectgetnoprotection.c') diff --git a/cpukit/score/src/objectgetnoprotection.c b/cpukit/score/src/objectgetnoprotection.c index 8d283abd59..30b61cc41d 100644 --- a/cpukit/score/src/objectgetnoprotection.c +++ b/cpukit/score/src/objectgetnoprotection.c @@ -1,7 +1,11 @@ -/* - * Object Handler -- Object Get - * +/** + * @file * + * @brief Get Object without Dispatching Protection + * @ingroup ScoreObject + */ + +/* * COPYRIGHT (c) 1989-2002. * On-Line Applications Research Corporation (OAR). * @@ -26,25 +30,6 @@ #include #include -/* - * _Objects_Get_no_protection - * - * This routine sets the object pointer for the given - * object id based on the given object information structure. - * - * Input parameters: - * information - pointer to entry in table for this class - * id - object id to search for - * location - address of where to store the location - * - * Output parameters: - * returns - address of object if local - * location - one of the following: - * OBJECTS_ERROR - invalid object ID - * OBJECTS_REMOTE - remote object - * OBJECTS_LOCAL - local object - */ - Objects_Control *_Objects_Get_no_protection( Objects_Information *information, Objects_Id id, -- cgit v1.2.3