From 88c47041f9ecb5c1e47ce5953f84e64f92048d49 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Sun, 2 Dec 2012 16:59:17 -0600 Subject: score misc: Clean up Doxygen #14 (GCI 2012) This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. http://www.google-melange.com/gci/task/view/google/gci2012/8025204 --- cpukit/rtems/include/rtems/rtems/support.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 b2c6471c31..99bf405a21 100644 --- a/cpukit/rtems/include/rtems/rtems/support.h +++ b/cpukit/rtems/include/rtems/rtems/support.h @@ -100,13 +100,13 @@ bool rtems_workspace_free( ); /** - * @brief Greedy allocate that empties the workspace. + * @brief Greedy Allocate that Empties the Workspace * - * Afterward the heap has at most @a block_count allocateable blocks of sizes - * specified by @a block_sizes. The @a block_sizes must point to an array with - * @a block_count members. All other blocks are used. + * Afterward the heap has at most @a block_count allocateable blocks of sizes + * specified by @a block_sizes. The @a block_sizes must point to an array with + * @a block_count members. All other blocks are used. * - * @see rtems_workspace_greedy_free(). + * @see rtems_workspace_greedy_free(). */ void *rtems_workspace_greedy_allocate( const uintptr_t *block_sizes, -- cgit v1.2.3