From f2f63d15488312ec053dec8842a2a25a8f957305 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Thu, 29 Nov 2012 17:14:28 -0600 Subject: score misc: Score misc: Clean up Doxygen #7 (GCI 2012) This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. https://google-melange.appspot.com/gci/task/view/google/gci2012/7986214 --- cpukit/score/src/objectallocate.c | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'cpukit/score/src/objectallocate.c') diff --git a/cpukit/score/src/objectallocate.c b/cpukit/score/src/objectallocate.c index 23debcad8f..15db8d38fb 100644 --- a/cpukit/score/src/objectallocate.c +++ b/cpukit/score/src/objectallocate.c @@ -1,7 +1,11 @@ -/* - * Object Handler - * +/** + * @file * + * @brief Allocate Object + * @ingroup ScoreObject + */ + +/* * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * @@ -32,15 +36,6 @@ #include #endif -/* - * _Objects_Allocate - * - * DESCRIPTION: - * - * This function allocates a object control block from - * the inactive chain of free object control blocks. - */ - Objects_Control *_Objects_Allocate( Objects_Information *information ) -- cgit v1.2.3