Index: trunk/psLib/src/math/psSpline.h
===================================================================
--- trunk/psLib/src/math/psSpline.h	(revision 7766)
+++ trunk/psLib/src/math/psSpline.h	(revision 11248)
@@ -1,23 +1,20 @@
-/** @file psSpline.h
- *  @brief Standard Mathematical Functions.
- *  @ingroup GROUP00
+/* @file psSpline.h
+ * @brief Standard Mathematical Functions.
  *
- *  This file will hold the prototypes for procedures which allocate, free,
- *  and evaluate splines.
+ * This file will hold the prototypes for procedures which allocate, free,
+ * and evaluate splines.
  *
- *  XXX: What is the purpose of the SplineAlloc() function?
+ * @author GLG, MHPCC
  *
- *  @ingroup GROUP00
- *
- *  @author GLG, MHPCC
- *
- *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-30 02:20:06 $
- *
- *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+ * @version $Revision: 1.61 $ $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_SPLINE_H
 #define PS_SPLINE_H
+
+/// @addtogroup MathOps Mathematical Operations
+/// @{
 
 #include <stdio.h>
@@ -32,8 +29,4 @@
 #define PS_LEFT_SPLINE_DERIV 0.0
 #define PS_RIGHT_SPLINE_DERIV 0.0
-
-/** \addtogroup GROUP00
- *  \{
- */
 
 /** One-Dimensional Spline */
@@ -115,6 +108,4 @@
 
 
-/** \} */ // End of MathGroup Functions
-
+/// @}
 #endif // #ifndef PS_SPLINE_H
-
