Index: trunk/psLib/src/sys/psMemory.h
===================================================================
--- trunk/psLib/src/sys/psMemory.h	(revision 974)
+++ trunk/psLib/src/sys/psMemory.h	(revision 978)
@@ -14,6 +14,6 @@
  *  @ingroup MemoryManagement
  *
- *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-10 01:58:06 $
+ *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-10 02:09:57 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -31,4 +31,10 @@
  *
  *  Routines dealing with the creating and setting of memory management callback functions.
+ */
+
+/**
+ *  @addtogroup memTracing Memory Tracing
+ *
+ *  Routines dealing with memory tracing and corruption checking.
  */
 
@@ -182,4 +188,5 @@
  *              blocks above id0 that have not been freed.
  *  @see psAlloc, psFree, psgetMemId, psMemProblemCallbackSet
+ *  @ingroup memTracing
  */
 int psMemCheckLeaks(
@@ -192,4 +199,5 @@
  *  i.e., invalid markers that signify a buffer under/overflow.
  *
+ *  @ingroup memTracing
  */
 int psMemCheckCorruption(
@@ -276,9 +284,10 @@
 #define PS_FREE     (void*)1
 
+//@} End of Memory Management Functions
+
+
+#ifndef DOXYGEN
+
 void p_psCustomFree(psFreeFcn fcn,void* ptr);
-
-//@} End of Memory Management Functions
-
-#ifndef DOXYGEN
 
 /*
