Index: trunk/psLib/src/math/psMathUtils.h
===================================================================
--- trunk/psLib/src/math/psMathUtils.h	(revision 7132)
+++ trunk/psLib/src/math/psMathUtils.h	(revision 11248)
@@ -1,18 +1,19 @@
-/** @file psMathUtils.h
- *  @brief Standard Mathematical Functions.
- *  @ingroup GROUP00
+/* @file psMathUtils.h
+ * @brief Standard Mathematical Functions.
  *
- *  This file contains standard math rotines.
+ * This file contains standard math rotines.
  *
- *  @author GLG, MHPCC
+ * @author GLG, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-05-18 01:20:51 $
- *
- *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+ * @version $Revision: 1.4 $ $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_MATHUTILS_H
 #define PS_MATHUTILS_H
+
+/// @addtogroup MathOps Mathematical Operations
+/// @{
 
 #include <stdio.h>
@@ -23,8 +24,4 @@
 #include "psScalar.h"
 #include "psPolynomial.h"
-
-/** \addtogroup GROUP00
- *  \{
- */
 
 /** Performs a binary disection on a monotonically non-decreasing vector.
@@ -55,6 +52,4 @@
                               psF64 outHigh);
 
-/** \} */ // End of MathGroup Functions
-
+/// @}
 #endif // #ifndef PS_MATHUTILS_H
-
