Index: trunk/psLib/src/math/psVectorSmooth.h
===================================================================
--- trunk/psLib/src/math/psVectorSmooth.h	(revision 7380)
+++ trunk/psLib/src/math/psVectorSmooth.h	(revision 11248)
@@ -1,10 +1,15 @@
-/** @file  psVectorSmooth.h
+/* @file psVectorSmooth.h
+ * @brief smooth the input vector
  *
- * smooth the input vector
- *
+ * $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ * $Date: 2007-01-23 22:47:23 $
+ * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
 #ifndef PS_VECTOR_SMOOTH_H
 #define PS_VECTOR_SMOOTH_H
+
+/// @addtogroup MathOps Mathematical Operations
+/// @{
 
 // Smooth a vector with a Gaussian
@@ -14,4 +19,4 @@
                          double Nsigma  // Number of standard deviations for Gaussian to extend (either side)
                         );
-
+/// @}
 #endif
