Index: trunk/psLib/src/sys/psError.h
===================================================================
--- trunk/psLib/src/sys/psError.h	(revision 8802)
+++ trunk/psLib/src/sys/psError.h	(revision 11248)
@@ -1,5 +1,5 @@
 /** @file  psError.h
  *
- *  @brief Contains the declarations for the error reporting functions
+ *  @brief error reporting functions
  *
  *  Error reporting functions shall be used to create log entries in the
@@ -8,10 +8,9 @@
  *  of error detected.
  *
- *  @ingroup ErrorHandling
- *
+ *  @author RHL, Princeton
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-12 21:39:47 $
+ *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-23 22:47:23 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -20,4 +19,7 @@
 #ifndef PS_ERROR_H
 #define PS_ERROR_H
+
+/// @addtogroup SysUtils System Utilities
+/// @{
 
 #include<stdio.h>
@@ -28,8 +30,4 @@
 
 #define _(string) string
-
-/** @addtogroup ErrorHandling
- *  @{
- */
 
 /** Error message object */
@@ -231,5 +229,4 @@
 );
 
-/* @} */// End of SysUtils Functions
-
+/// @}
 #endif
