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
