Index: trunk/psLib/src/imageops/psImageStats.h
===================================================================
--- trunk/psLib/src/imageops/psImageStats.h	(revision 10548)
+++ trunk/psLib/src/imageops/psImageStats.h	(revision 11248)
@@ -1,19 +1,22 @@
-/** @file psImageStats.h
-*  \brief Routines for calculating statistics on images.
-*  @ingroup ImageStats
-*
-*  This file will hold the prototypes for procedures which calculate
-*  statistic on images, histograms on images, and fit/evaluate Chebyshev
-*  polynomials to images.
-*
-*  @author GLG, MHPCC
-*
-*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-12-08 11:37:31 $
-*
-*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
-*/
+/* @file psImageStats.h
+ *
+ * @brief Routines for calculating statistics on images.
+ *
+ * This file will hold the prototypes for procedures which calculate
+ * statistic on images, histograms on images, and fit/evaluate Chebyshev
+ * polynomials to images.
+ *
+ * @author GLG, MHPCC
+ *
+ * @version $Revision: 1.30 $ $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_IMAGE_STATS_H
 #define PS_IMAGE_STATS_H
+
+/// @addtogroup ImageOps Image Operations
+/// @{
 
 #include "psType.h"
@@ -24,7 +27,4 @@
 #include "psPolynomial.h"
 #include "psRegion.h"
-
-/// @addtogroup ImageStats
-/// @{
 
 /** This routine must determine the various statistics for the image.
@@ -101,4 +101,3 @@
 
 /// @}
-
 #endif // #ifndef PS_IMAGE_STATS_H
