Index: trunk/psLib/src/math/psMinimizePolyFit.h
===================================================================
--- trunk/psLib/src/math/psMinimizePolyFit.h	(revision 10848)
+++ trunk/psLib/src/math/psMinimizePolyFit.h	(revision 11248)
@@ -1,17 +1,13 @@
-/** @file  psMinimizePolyFit.c
- *  \brief basic minimization functions
- *  @ingroup Math
+/* @file  psMinimizePolyFit.c
+ * @brief basic minimization functions
  *
- *  This file will contain function prototypes for various
- *  1-D polynomial fitting routines.
+ * This file will contain function prototypes for various
+ * 1-D polynomial fitting routines.
  *
- *  @author GLG, MHPCC
+ * @author GLG, MHPCC
  *
- *  XXX: Must Doxygenate.
- *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-29 04:38:42 $
- *
- *  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
  *
  */
@@ -20,11 +16,6 @@
 #define PS_MINIMIZE_POLYFIT_H
 
-/** \file psMinimizePolyFit.h
- *  \brief minimization operations
- *  \ingroup Stats
- */
-/** \addtogroup Stats
- *  \{
- */
+/// @addtogroup MathOps Mathematical Operations
+/// @{
 
 #include "psVector.h"
@@ -143,6 +134,4 @@
 );
 
-/* \} */// End of MathGroup Functions
-
+/// @}
 #endif // #ifndef PS_MINIMIZE_POLYFIT_H
-
