From 4c90eb4a43fbc4380fe4d9deafb4fbcbd13c30d0 Mon Sep 17 00:00:00 2001 From: Mathew Kallada Date: Sat, 8 Dec 2012 08:48:37 -0500 Subject: misc rtems: Clean up Doxygen GCI Task #8 http://www.google-melange.com/gci/task/view/google/gci2012/8024203 --- cpukit/rtems/include/rtems/rtems/part.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/part.h') diff --git a/cpukit/rtems/include/rtems/rtems/part.h b/cpukit/rtems/include/rtems/rtems/part.h index ced0b052c4..e62e9043fc 100644 --- a/cpukit/rtems/include/rtems/rtems/part.h +++ b/cpukit/rtems/include/rtems/rtems/part.h @@ -93,7 +93,9 @@ RTEMS_PART_EXTERN Objects_Information _Partition_Information; void _Partition_Manager_initialization(void); /** - * @brief rtems_partition_create + * @brief RTEMS Partition Create + * + * Partition Manager * * This routine implements the rtems_partition_create directive. The * partition will have the name name. The memory area managed by @@ -142,9 +144,9 @@ rtems_status_code rtems_partition_ident( * This routine implements the rtems_partition_delete directive. The * partition indicated by ID is deleted, provided that none of its buffers * are still allocated. - * + * * @param[in] id is the partition id - * + * * @return This method returns RTEMS_SUCCESSFUL if there was not an * error. Otherwise, a status code is returned indicating the * source of the error. @@ -159,10 +161,10 @@ rtems_status_code rtems_partition_delete( * This routine implements the rtems_partition_get_buffer directive. It * attempts to allocate a buffer from the partition associated with ID. * If a buffer is allocated, its address is returned in buffer. - * + * * @param[in] id is the partition id * @param[out] buffer is the pointer to buffer address - * + * * @return RTEMS_SUCCESSFUL if successful or error code if unsuccessful */ rtems_status_code rtems_partition_get_buffer( -- cgit v1.2.3