Index: trunk/psLib/src/imageops/psImageMaskOps.h
===================================================================
--- trunk/psLib/src/imageops/psImageMaskOps.h	(revision 5256)
+++ trunk/psLib/src/imageops/psImageMaskOps.h	(revision 11248)
@@ -1,18 +1,20 @@
-/** @file  psImageMaskOps.h
+/* @file  psImageMaskOps.h
  *
- *  @brief Contains basic image pixel manipulation operations, as
- *         specified in the PSLIB SDRS sections "Mask Operations"
+ * @brief Contains basic image pixel manipulation operations, as
+ *        specified in the PSLIB SDRS sections "Mask Operations"
  *
- *  @ingroup Image
+ * @author David Robbins, MHPCC
  *
- *  @author David Robbins, MHPCC
+ * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-23 22:47:23 $
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-10-10 20:12:13 $
- *
- *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+ * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
+
 #ifndef PS_IMAGE_MASK_OPS_H
 #define PS_IMAGE_MASK_OPS_H
+
+/// @addtogroup ImageOps Image Operations
+/// @{
 
 #include "psImage.h"
@@ -20,7 +22,4 @@
 #include "psStats.h"
 #include "psPixels.h"
-
-/// @addtogroup Image
-/// @{
 
 /** Sets the bits inside the region, ignoring pixels outside.
@@ -95,3 +94,4 @@
 );
 
+/// @}
 #endif // #ifndef PS_MASK_OPS_H
