Index: trunk/psLib/src/sys/psLogMsg.h
===================================================================
--- trunk/psLib/src/sys/psLogMsg.h	(revision 10429)
+++ trunk/psLib/src/sys/psLogMsg.h	(revision 11248)
@@ -1,28 +1,27 @@
 /** @file  psLogMsg.h
+ *
  *  @brief Procedures for logging messages.
- *  \ingroup LogTrace
  *
  *  This file will hold the prototypes for defining procedure which set
  *  message log levels, messahe log formats, message log destinations, and
  *  for generating the messages themselves.
- *  @ingroup LogTrace
  *
  *  @author Robert Lupton, Princeton University
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-04 20:45:46 $
+ *  @version $Revision: 1.38 $ $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_LOG_MSG_H
 #define PS_LOG_MSG_H
+
+/// @addtogroup SysUtils System Utilities
+/// @{
+
 #include <stdarg.h>
-
 #include "psType.h"
-
-/** @addtogroup LogTrace
- *  @{
- */
 
 /** This procedure sets the destination for future log messages.
@@ -137,4 +136,3 @@
 
 /// @}
-
 #endif // #ifndef PS_LOG_MSG_H
