Index: trunk/psLib/src/sys/psString.h
===================================================================
--- trunk/psLib/src/sys/psString.h	(revision 10949)
+++ trunk/psLib/src/sys/psString.h	(revision 11248)
@@ -1,25 +1,24 @@
-/** @file  psString.h
- *
- * -*- mode: C; c-basic-indent: 4; tab-width: 8; indent-tabs-mode: nil -*-
- * vim: set cindent ts=8 sw=4 expandtab:
- *
- *  @brief Contains the declarations of string utility functions
- *
- *  @ingroup SysUtils
- *
- *  String utility functions defined shall provide basic string copying
- *  capabilities.
- *
- *  @author Eric Van Alst, MHPCC
- *  @author David Robbins, MHPCC
- *
- *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-06 04:13:51 $
- *
- *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+/* @file  psString.h
+ *
+ * @brief string utility functions
+ *
+ * String utility functions defined shall provide basic string copying
+ * capabilities.
+ *
+ * @author EAM, IfA
+ * @author Eric Van Alst, MHPCC
+ * @author David Robbins, MHPCC
+ *
+ * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-23 22:47:23 $
+ *
+ * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
 #ifndef PS_STRING_H
 #define PS_STRING_H
+
+/// @addtogroup SysUtils System Utilities
+/// @{
 
 #include <sys/types.h>
@@ -35,10 +34,4 @@
 const char *p_psFileLine(const char *file, int line);
 #define PS_FILE_LINE p_psFileLine(__FILE__,__LINE__)
-
-// Doxygen group tags
-
-/** @addtogroup SysUtils
- *  @{
- */
 
 /** Allocates a new psString.
@@ -230,5 +223,4 @@
 #endif // ifndef DOXYGEN
 
-/** @} */// Doxygen - End of SystemGroup Functions
-
+/// @}
 #endif // #ifndef PS_STRING_H
