Index: trunk/psLib/src/sys/psMemory.h
===================================================================
--- trunk/psLib/src/sys/psMemory.h	(revision 876)
+++ trunk/psLib/src/sys/psMemory.h	(revision 974)
@@ -12,8 +12,8 @@
  *  @author Robert Lupton, Princeton University
  *
- *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-04 23:46:48 $
- *
- *  @ingroup SystemGroup System Utilities
+ *  @ingroup MemoryManagement
+ *
+ *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-10 01:58:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,12 +21,7 @@
 
 #include <stdio.h>                      // needed for FILE
-#include <pthread.h>                   // we need a mutex to make this stuff thread safe.
-
-/** @addtogroup MemoryManagement Memory Management Utilities
- *  @ingroup SystemGroup
- *
- *  This is the generic memory management system put inbetween the user's high level code and the OS-level
- *  memory allocation routines.  This system adds such features as callback routines for memory error events,
- *  tracing capabilities, and reference counting.
+#include <pthread.h>                    // we need a mutex to make this stuff thread safe.
+
+/** @addtogroup MemoryManagement
  *  @{
  */
