Index: trunk/psLib/src/imageops/psImagePixelManip.h
===================================================================
--- trunk/psLib/src/imageops/psImagePixelManip.h	(revision 6227)
+++ trunk/psLib/src/imageops/psImagePixelManip.h	(revision 11248)
@@ -1,18 +1,19 @@
-/** @file  psImagePixelManip.h
+/* @file  psImagePixelManip.h
  *
- *  @brief Contains basic image pixel manipulation operations, as
- *         specified in the PSLIB SDRS sections "Image Pixel Manipulations"
+ * @brief Basic image pixel manipulation operations
  *
- *  @ingroup Image
+ * @author Robert DeSonia, MHPCC
  *
- *  @author Robert DeSonia, MHPCC
+ * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-23 22:47:23 $
  *
- *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-01-28 01:12:11 $
- *
- *  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_PIXEL_MANIP_H
 #define PS_IMAGE_PIXEL_MANIP_H
+
+/// @addtogroup ImageOps Image Operations
+/// @{
 
 #include "psImage.h"
@@ -20,7 +21,4 @@
 #include "psStats.h"
 #include "psPixels.h"
-
-/// @addtogroup Image
-/// @{
 
 /** Clip image values outside of range to given values
@@ -88,3 +86,4 @@
 );
 
+/// @}
 #endif // #ifndef PS_IMAGE_PIXEL_MANIP_H
