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/support.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/support.h') diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h index 99bf405a21..30716de72f 100644 --- a/cpukit/rtems/include/rtems/rtems/support.h +++ b/cpukit/rtems/include/rtems/rtems/support.h @@ -63,7 +63,7 @@ extern "C" { */ /** - * @brief Gets workspace information. + * @brief Gets Workspace Information * * Returns information about the heap that is used as the RTEMS Executive * Workspace in @a the_info. @@ -75,7 +75,7 @@ bool rtems_workspace_get_information( ); /** - * @brief Allocates memory from the workspace. + * @brief Allocates Memory from the Workspace * * A number of @a bytes bytes will be allocated from the RTEMS Executive * Workspace and returned in @a pointer. @@ -88,7 +88,7 @@ bool rtems_workspace_allocate( ); /** - * @brief Frees memory allocated from the workspace. + * @brief Frees Memory Allocated from the Workspace * * This frees the memory indicated by @a pointer that was allocated from the * RTEMS Executive Workspace. -- cgit v1.2.3