Index: trunk/psLib/src/imageops/psImageGeomManip.h
===================================================================
--- trunk/psLib/src/imageops/psImageGeomManip.h	(revision 9927)
+++ trunk/psLib/src/imageops/psImageGeomManip.h	(revision 11248)
@@ -1,18 +1,18 @@
-/** @file  psImageGeomManip.h
+/* @file  psImageGeomManip.h
  *
- *  @brief Contains basic image geometry manipulation operations, as
- *         specified in the PSLIB SDRS sections "Image Geometry Manipulations".
+ * @brief Contains basic image geometry manipulation operations, as
+ *        specified in the PSLIB SDRS sections "Image Geometry Manipulations".
  *
- *  @ingroup Image
+ * @author Robert DeSonia, MHPCC
  *
- *  @author Robert DeSonia, MHPCC
- *
- *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-09 20:20:27 $
- *
- *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+ * @version $Revision: 1.18 $ $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_GEOM_MANIP_H
 #define PS_IMAGE_GEOM_MANIP_H
+
+/// @addtogroup ImageOps Image Operations
+/// @{
 
 #include "psImage.h"
@@ -20,7 +20,4 @@
 #include "psStats.h"
 #include "psPixels.h"
-
-/// @addtogroup Image
-/// @{
 
 /** Rebin image to new scale.
@@ -185,6 +182,6 @@
     psRegion region,                   ///< the size of the transformed image
     const psPixels* pixels,            /**< if not NULL, consists of psPixelCoords and specifies
-                                                    * which pixels in output image shall be transformed;
-                                                    * otherwise, entire image generated*/
+                                                        * which pixels in output image shall be transformed;
+                                                        * otherwise, entire image generated*/
     psImageInterpolateMode mode,       ///< the interpolation scheme to be used
     double exposedValue                ///< Exposed value to which non-corresponding pixels are set
@@ -198,3 +195,4 @@
                     );
 
+/// @}
 #endif // #ifndef PS_IMAGE_GEOM_MANIP_H
