Index: trunk/psLib/src/sysUtils/psString.h
===================================================================
--- trunk/psLib/src/sysUtils/psString.h	(revision 463)
+++ 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
 
