Index: trunk/psLib/src/sys/psLogMsg.h
===================================================================
--- trunk/psLib/src/sys/psLogMsg.h	(revision 964)
+++ trunk/psLib/src/sys/psLogMsg.h	(revision 974)
@@ -1,16 +1,14 @@
 #if !defined(PS_LOG_MSG_H)
 #define PS_LOG_MSG_H
-#endif
 
 /** \file psLogMsg.h
  *  \brief log messaging facilities
- *  \ingroup SystemGroup
+ *  \ingroup LogTrace
  */
 
 #include <stdarg.h>
 
-/** Functions **************************************************************/
-/** \addtogroup SystemGroup System Utilities
- *  \{
+/** @addtogroup LogTrace
+ *  @{
  */
 
@@ -56,5 +54,4 @@
 ;
 
-/* \} */ // End of SystemGroup Functions
 
 ///< Status codes for log messages
@@ -71,2 +68,5 @@
     PS_LOG_TO_STDOUT };
 
+/// @}
+
+#endif
