Index: trunk/psLib/src/sys/psAbort.h
===================================================================
--- trunk/psLib/src/sys/psAbort.h	(revision 432)
+++ 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
 
