Index: trunk/psLib/src/image/psImageStats.h
===================================================================
--- trunk/psLib/src/image/psImageStats.h	(revision 1407)
+++ trunk/psLib/src/image/psImageStats.h	(revision 1426)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-07 00:06:06 $
+*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-09 22:44:25 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -28,23 +28,23 @@
 
 /// This routine must determine the various statistics for the image.
-psStats *psImageStats(psStats * stats,  // /< defines statistics to be calculated
-                      psImage * in,     // /< image (or subimage) to calculate stats
-                      psImage * mask,   // /< mask data for image (NULL ok)
-                      int maskVal);     // /< mask Mask for mask
+psStats *psImageStats(psStats * stats,  ///< defines statistics to be calculated
+                      psImage * in,     ///< image (or subimage) to calculate stats
+                      psImage * mask,   ///< mask data for image (NULL ok)
+                      int maskVal);     ///< mask Mask for mask
 
-psHistogram *psImageHistogram(psHistogram * out,        // /< input histogram description & target
-                              psImage * in,     // /< Image data to be histogramed.
-                              psImage * mask,   // /< mask data for image (NULL ok)
-                              unsigned int maskVal);    // /< mask Mask for mask
+psHistogram *psImageHistogram(psHistogram * out,        ///< input histogram description & target
+                              psImage * in,     ///< Image data to be histogramed.
+                              psImage * mask,   ///< mask data for image (NULL ok)
+                              unsigned int maskVal);    ///< mask Mask for mask
 
 /// Fit a 2-D polynomial surface to an image.
-psPolynomial2D *psImageFitPolynomial(const psImage * input,     // /< image to fit
-                                     psPolynomial2D * coeffs    // /< coefficient structure carries in
+psPolynomial2D *psImageFitPolynomial(const psImage * input,     ///< image to fit
+                                     psPolynomial2D * coeffs    ///< coefficient structure carries in
                                      // desired terms & target
                                     );
 
 /// Evaluate a 2-D polynomial surface to image pixels.
-int psImageEvalPolynomial(const psImage * input,        // /< image to fit
-                          const psPolynomial2D * coeffs // /< coefficient structure carries in desired terms
+int psImageEvalPolynomial(const psImage * input,        ///< image to fit
+                          const psPolynomial2D * coeffs ///< coefficient structure carries in desired terms
                          );
 
