Index: trunk/psLib/src/sysUtils/psError.h
===================================================================
--- trunk/psLib/src/sysUtils/psError.h	(revision 530)
+++ trunk/psLib/src/sysUtils/psError.h	(revision 974)
@@ -2,6 +2,4 @@
  *
  *  @brief Contains the declarations for the error reporting functions
- *
- *  @ingroup SystemGroup
  *
  *  Error reporting functions shall be used to create log entries in the
@@ -10,8 +8,10 @@
  *  of error detected.
  *
+ *  @ingroup ErrorHandling
+ *
  *  @author Eric Van Alst, MHPCC
- *   
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-27 19:24:32 $
+ *
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-10 01:58:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,21 +21,5 @@
 #define PS_ERROR_H
 
-/******************************************************************************/
-/*  DEFINE STATEMENTS                                                         */
-/******************************************************************************/
-
-// None
-
-/******************************************************************************/
-/*  TYPE DEFINITIONS                                                          */
-/******************************************************************************/
-
-// None
-
-/*****************************************************************************/
-/* FUNCTION PROTOTYPES                                                       */
-/*****************************************************************************/
-
-/** @addtogroup SystemGroup System Utilities
+/** @addtogroup ErrorHandling
  *  @{
  */
@@ -56,5 +40,5 @@
 );
 
-/* @} */  // End of SystemGroup Functions
+/* @} */  // End of SysUtils Functions
 
 #endif
