Index: /trunk/psLib/src/sys/psAbort.h
===================================================================
--- /trunk/psLib/src/sys/psAbort.h	(revision 529)
+++ /trunk/psLib/src/sys/psAbort.h	(revision 530)
@@ -1,3 +1,5 @@
 /** @file  psAbort.h
+ *
+ *  @ingroup SystemGroup System Utilities
  *
  *  @brief Contains the declarations for the abort function
@@ -9,12 +11,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 PSABORT_H
-#define PSABORT_H
+#ifndef PS_ABORT_H
+#define PS_ABORT_H
 
 /******************************************************************************/
@@ -34,4 +36,9 @@
 /*****************************************************************************/
 
+// Doxygen grouping tags
+/** @addtogroup SystemGroup System Utilities
+ *  @{
+ */
+
 /** Reports an abort message to logging facility
  *
@@ -50,4 +57,6 @@
 );
 
+/* @} */  // Doxygen - End of SystemGroup Functions
+
 #endif
 
Index: /trunk/psLib/src/sys/psError.h
===================================================================
--- /trunk/psLib/src/sys/psError.h	(revision 529)
+++ /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
 
Index: /trunk/psLib/src/sys/psString.h
===================================================================
--- /trunk/psLib/src/sys/psString.h	(revision 529)
+++ /trunk/psLib/src/sys/psString.h	(revision 530)
@@ -2,4 +2,6 @@
  *
  *  @brief Contains the declarations of string utility functions
+ *
+ *  @ingroup SystemGroup
  *
  *  String utility functions defined shall provide basic string copying
@@ -8,6 +10,6 @@
  *  @author Eric Van Alst, MHPCC
  *   
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-20 02:30:07 $
+ *  @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
@@ -33,4 +35,9 @@
 /* FUNCTION PROTOTYPES                                                       */
 /*****************************************************************************/
+
+// Doxygen group tags
+/** @addtogroup SystemGroup System Utilities
+ *  @{
+ */
 
 /** Copies the input string
@@ -65,4 +72,6 @@
 );
 
+/* @} */  // Doxygen - End of SystemGroup Functions
+
 #endif
 
Index: /trunk/psLib/src/sysUtils/psAbort.h
===================================================================
--- /trunk/psLib/src/sysUtils/psAbort.h	(revision 529)
+++ /trunk/psLib/src/sysUtils/psAbort.h	(revision 530)
@@ -1,3 +1,5 @@
 /** @file  psAbort.h
+ *
+ *  @ingroup SystemGroup System Utilities
  *
  *  @brief Contains the declarations for the abort function
@@ -9,12 +11,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 PSABORT_H
-#define PSABORT_H
+#ifndef PS_ABORT_H
+#define PS_ABORT_H
 
 /******************************************************************************/
@@ -34,4 +36,9 @@
 /*****************************************************************************/
 
+// Doxygen grouping tags
+/** @addtogroup SystemGroup System Utilities
+ *  @{
+ */
+
 /** Reports an abort message to logging facility
  *
@@ -50,4 +57,6 @@
 );
 
+/* @} */  // Doxygen - End of SystemGroup Functions
+
 #endif
 
Index: /trunk/psLib/src/sysUtils/psError.h
===================================================================
--- /trunk/psLib/src/sysUtils/psError.h	(revision 529)
+++ /trunk/psLib/src/sysUtils/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
 
Index: /trunk/psLib/src/sysUtils/psString.h
===================================================================
--- /trunk/psLib/src/sysUtils/psString.h	(revision 529)
+++ /trunk/psLib/src/sysUtils/psString.h	(revision 530)
@@ -2,4 +2,6 @@
  *
  *  @brief Contains the declarations of string utility functions
+ *
+ *  @ingroup SystemGroup
  *
  *  String utility functions defined shall provide basic string copying
@@ -8,6 +10,6 @@
  *  @author Eric Van Alst, MHPCC
  *   
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-20 02:30:07 $
+ *  @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
@@ -33,4 +35,9 @@
 /* FUNCTION PROTOTYPES                                                       */
 /*****************************************************************************/
+
+// Doxygen group tags
+/** @addtogroup SystemGroup System Utilities
+ *  @{
+ */
 
 /** Copies the input string
@@ -65,4 +72,6 @@
 );
 
+/* @} */  // Doxygen - End of SystemGroup Functions
+
 #endif
 
