Index: trunk/psLib/src/math/psPolynomial.h
===================================================================
--- trunk/psLib/src/math/psPolynomial.h	(revision 10848)
+++ trunk/psLib/src/math/psPolynomial.h	(revision 11248)
@@ -1,22 +1,22 @@
-/** @file psPolynomial.h
- *  @brief Standard Mathematical Functions.
- *  @ingroup Stats
- *
- *  This file will hold the prototypes for procedures which allocate, free,
- *  and evaluate various polynomials.  Those polynomial structures are also
- *  defined here.
- *
- *  @ingroup Stats
- *
- *  @author GLG, MHPCC
- *
- *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-29 04:38:42 $
- *
- *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+/* @file  psPolynomial.h
+ * @brief Standard Mathematical Functions.
+ *
+ * This file will hold the prototypes for procedures which allocate, free,
+ * and evaluate various polynomials.  Those polynomial structures are also
+ * defined here.
+ *
+ * @author GLG, MHPCC
+ *
+ * @version $Revision: 1.67 $ $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_POLYNOMIAL_H
 #define PS_POLYNOMIAL_H
+
+/// @addtogroup MathOps Mathematical Operations
+/// @{
 
 #include <stdio.h>
@@ -27,8 +27,4 @@
 #include "psVector.h"
 #include "psScalar.h"
-
-/** \addtogroup Stats
- *  \{
- */
 
 /** Evaluate a non-normalized Gaussian with the given mean and sigma at the
@@ -351,6 +347,4 @@
 }\
 
-/** \} */ // End of MathGroup Functions
-
+/// @}
 #endif // #ifndef PS_POLYNOMIAL_H
-
