Index: trunk/psLib/src/sys/psLine.h
===================================================================
--- trunk/psLib/src/sys/psLine.h	(revision 7950)
+++ trunk/psLib/src/sys/psLine.h	(revision 11248)
@@ -1,16 +1,14 @@
 /** @file  psLine.h
  *
- *
- *  @brief Contains the declarations of line utility functions
- *
- *  @ingroup SysUtils
+ *  @brief charater-string fixed-length line functions
  *
  *  The psLine functions allow manipulation of fixed-length lines.
  *
+ *  @author EAM, IFA
  *  @author Paul Price, IFA
  *  @author David Robbins, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-07-21 02:39:33 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-23 22:47:23 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -20,9 +18,8 @@
 #define PS_LINE_H
 
+/// @addtogroup SysUtils System Utilities
+/// @{
+
 #include "psString.h"
-
-/** @addtogroup SysUtils
- *  @{
- */
 
 /** Structure to carry a dynamic string */
@@ -77,3 +74,4 @@
 );
 
+/// @}
 #endif /* PS_LINE_H */
