Index: trunk/psLib/src/sys/psTrace.h
===================================================================
--- trunk/psLib/src/sys/psTrace.h	(revision 9546)
+++ trunk/psLib/src/sys/psTrace.h	(revision 11248)
@@ -1,5 +1,5 @@
 /** @file psTrace.h
- *  \brief basic run-time trace facilities
- *  \ingroup LogTrace
+ *
+ *  @brief basic run-time trace facilities
  *
  *  This file will hold the prototypes for defining procedures to insert
@@ -9,11 +9,16 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-13 22:29:23 $
+ *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-23 22:47:23 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
-#if !defined(PS_TRACE_H)
+
+#ifndef PS_TRACE_H
 #define PS_TRACE_H 1
+
+/// @addtogroup SysUtils System Utilities
+/// @{
+
 #include <stdarg.h>
 
@@ -21,8 +26,4 @@
 #define PS_DEFAULT_TRACE_LEVEL -1
 #define PS_THE_OTHER_DEFAULT_TRACE_LEVEL 0
-
-/** \addtogroup LogTrace
- *  \{
- */
 
 enum {
@@ -171,8 +172,5 @@
 int psTraceGetDestination(void);
 
-/* \} */// End of SystemGroup Functions
-
+/// @}
 #endif /* PS_NO_TRACE */
-
 #endif /* PS_TRACE_H */
-
