Index: trunk/psModules/src/imcombine/pmImageCombine.h
===================================================================
--- trunk/psModules/src/imcombine/pmImageCombine.h	(revision 11115)
+++ trunk/psModules/src/imcombine/pmImageCombine.h	(revision 11253)
@@ -1,20 +1,21 @@
-/** @file  pmImageCombine.h
+/* @file  pmImageCombine.h
  *
- *  This file will perform image combination of several images of the
- *  same field, produce a list of questionable pixels, then tag some
- *  of those pixels as cosmic rays.
+ * This file will perform image combination of several images of the
+ * same field, produce a list of questionable pixels, then tag some
+ * of those pixels as cosmic rays.
  *
- *  @author Paul Price, IfA (original prototype)
- *  @author GLG, MHPCC
+ * @author Paul Price, IfA (original prototype)
+ * @author GLG, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-16 23:51:51 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
 
 #ifndef PM_IMAGE_COMBINE_H
 #define PM_IMAGE_COMBINE_H
+
+/// @addtogroup imcombine Image Combinations
+/// @{
 
 #include <stdio.h>
@@ -43,3 +44,5 @@
     psF32 gradLimit                     ///< Gradient limit
 );
+
+/// @}
 #endif
Index: trunk/psModules/src/imcombine/pmImageSubtract.h
===================================================================
--- trunk/psModules/src/imcombine/pmImageSubtract.h	(revision 11115)
+++ trunk/psModules/src/imcombine/pmImageSubtract.h	(revision 11253)
@@ -1,19 +1,20 @@
-/** @file  ImageSubtract.h
+/* @file  ImageSubtract.h
  *
- *  This file will contain code which creates a set of kernel basis
- *  functions, solves for their solution, and applies them to an image.
+ * This file will contain code which creates a set of kernel basis
+ * functions, solves for their solution, and applies them to an image.
  *
- *  @author Paul Price, IfA (original prototype)
- *  @author GLG, MHPCC
+ * @author Paul Price, IfA (original prototype)
+ * @author GLG, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-18 02:29:15 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
 
 #ifndef PM_IMAGE_COMBINE_H
 #define PM_IMAGE_COMBINE_H
+
+/// @addtogroup imcombine Image Combinations
+/// @{
 
 #include <stdio.h>
@@ -120,3 +121,4 @@
 );
 
+/// @}
 #endif
Index: trunk/psModules/src/imcombine/pmReadoutCombine.h
===================================================================
--- trunk/psModules/src/imcombine/pmReadoutCombine.h	(revision 11115)
+++ trunk/psModules/src/imcombine/pmReadoutCombine.h	(revision 11253)
@@ -1,20 +1,18 @@
-/// @file  pmReadoutCombine.h
-///
-/// @brief Combine multiple readouts
-///
-/// @ingroup Image combination
-///
-/// @author George Gusciora, MHPCC
-/// @author Paul Price, IfA
-///
-/// @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2006-11-29 01:27:03 $
-///
-/// Copyright 2004-2006 Institute for Astronomy, University of Hawaii
-///
-///
+/* @file  pmReadoutCombine.h
+ * @brief Combine multiple readouts
+ * 
+ * @author George Gusciora, MHPCC
+ * @author Paul Price, IfA
+ * 
+ * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2004-2006 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PM_READOUT_COMBINE_H
 #define PM_READOUT_COMBINE_H
+
+/// @addtogroup imcombine Image Combinations
+/// @{
 
 #include <pslib.h>
@@ -50,3 +48,4 @@
                      );
 
+/// @}
 #endif
