Index: trunk/psLib/src/sys/psError.h
===================================================================
--- trunk/psLib/src/sys/psError.h	(revision 432)
+++ trunk/psLib/src/sys/psError.h	(revision 530)
@@ -2,4 +2,6 @@
  *
  *  @brief Contains the declarations for the error reporting functions
+ *
+ *  @ingroup SystemGroup
  *
  *  Error reporting functions shall be used to create log entries in the
@@ -10,12 +12,12 @@
  *  @author Eric Van Alst, MHPCC
  *   
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-16 02:18:57 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-04-27 19:24:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
 
-#ifndef PSERROR_H
-#define PSERROR_H
+#ifndef PS_ERROR_H
+#define PS_ERROR_H
 
 /******************************************************************************/
@@ -35,4 +37,8 @@
 /*****************************************************************************/
 
+/** @addtogroup SystemGroup System Utilities
+ *  @{
+ */
+
 /** Reports an error message to the logging facility
  *
@@ -50,4 +56,6 @@
 );
 
+/* @} */  // End of SystemGroup Functions
+
 #endif
 
