Index: trunk/psLib/src/sys/psConfigure.h
===================================================================
--- trunk/psLib/src/sys/psConfigure.h	(revision 10286)
+++ trunk/psLib/src/sys/psConfigure.h	(revision 11248)
@@ -1,6 +1,5 @@
 /** @file  psConfigure.h
  *
- *  @brief Contains the declarations for initialization, memory finalization,
- *   and configuration.
+ *  @brief Functions to init and cleanup psLib
  *
  *  These functions initalize psLib data before the beginning of a run and
@@ -8,11 +7,10 @@
  *  also provided to return the current psLib version.
  *
- *  @ingroup Configure
  *
  *  @author Ross Harman, MHPCC
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-29 21:33:09 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-23 22:47:23 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -22,7 +20,6 @@
 #define PS_CONFIGURE_H
 
-/** @addtogroup Configure
- *  @{
- */
+/// @addtogroup SysUtils System Utilities
+/// @{
 
 /** Get current psLib version
@@ -70,5 +67,4 @@
 void p_psMemoryCheck(void);
 
-/** @} */
-
+/// @}
 #endif // #ifndef PS_CONFIGURE_H
