summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/workspacegreedy.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/workspacegreedy.c')
-rw-r--r--cpukit/rtems/src/workspacegreedy.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/cpukit/rtems/src/workspacegreedy.c b/cpukit/rtems/src/workspacegreedy.c
index 7e70761069..09204c2833 100644
--- a/cpukit/rtems/src/workspacegreedy.c
+++ b/cpukit/rtems/src/workspacegreedy.c
@@ -1,8 +1,12 @@
/**
- * @file
+ * @file
*
- * @brief Greedy Allocate that Empties the Workspace and Free
- * @ingroup ClassicRTEMS
+ * @ingroup RTEMSImplClassic
+ *
+ * @brief This source file contains the implementation of
+ * rtems_workspace_greedy_allocate(),
+ * rtems_workspace_greedy_allocate_all_except_largest(), and
+ * rtems_workspace_greedy_free().
*/
/*