Index: trunk/psLib/src/imageops/psImagePixelExtract.h
===================================================================
--- trunk/psLib/src/imageops/psImagePixelExtract.h	(revision 6294)
+++ trunk/psLib/src/imageops/psImagePixelExtract.h	(revision 11248)
@@ -1,19 +1,19 @@
-/** @file  psImagePixelExtract.h
-*
-*  @brief Contains basic image extraction operations, as specified in the
-*         PSLIB SDRS sections "Image Pixel Extractions".
-*
-*  @ingroup Image
-*
-*  @author Robert DeSonia, MHPCC
-*
-*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-02-02 04:41:42 $
-*
-*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
-*/
+/* @file  psImagePixelExtract.h
+ *
+ * @brief Basic image extraction operations
+ *
+ * @author Robert DeSonia, MHPCC
+ *
+ * @version $Revision: 1.10 $ $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 PSIMAGE_PIXEL_EXTRACT_H
 #define PSIMAGE_PIXEL_EXTRACT_H
+
+/// @addtogroup ImageOps Image Operations
+/// @{
 
 #include "psImage.h"
@@ -21,7 +21,4 @@
 #include "psStats.h"
 #include "psPixels.h"
-
-/// @addtogroup Image
-/// @{
 
 /* Cut direction flag.  Used with psImageCut function.
@@ -146,4 +143,3 @@
 
 /// @}
-
 #endif // #ifndef PSIMAGE_PIXEL_EXTRACT_H
