From a6500136a9f30603f7dff766d7b98766851c7204 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Wed, 5 Dec 2012 18:16:48 -0500 Subject: rtems misc: Clean up Doxygen GCI Task #7 http://www.google-melange.com/gci/task/view/google/gci2012/7950206 --- cpukit/rtems/include/rtems/rtems/part.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 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 d46be0a6c4..ebdc845bea 100644 --- a/cpukit/rtems/include/rtems/rtems/part.h +++ b/cpukit/rtems/include/rtems/rtems/part.h @@ -135,10 +135,17 @@ rtems_status_code rtems_partition_ident( ); /** - * @brief rtems_partition_delete + * @brief RTEMS Delete Partition * * This routine implements the rtems_partition_delete directive. The - * partition indicated by ID is deleted. + * 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. */ rtems_status_code rtems_partition_delete( rtems_id id -- cgit v1.2.3