From e0f91da505b5c907b545016645c07a3132696236 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Fri, 30 Nov 2012 15:34:17 -0600 Subject: score misc: Score misc: Clean up Doxygen #9 (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/7977211 --- cpukit/score/include/rtems/score/object.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/object.h') diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h index 29c98a8183..6d43b39e81 100644 --- a/cpukit/score/include/rtems/score/object.h +++ b/cpukit/score/include/rtems/score/object.h @@ -135,8 +135,6 @@ typedef uint16_t Objects_Maximum; * the object Id. */ #define OBJECTS_INDEX_START_BIT 0U - - /** * This is the bit position of the starting bit of the node portion of * the object Id. @@ -525,6 +523,7 @@ Objects_Control *_Objects_Allocate( ); /** + * @brief Free Object * * This function frees a object control block to the * inactive chain of free object control blocks. -- cgit v1.2.3