Index: trunk/psModules/src/imcombine/pmImageSubtract.h
===================================================================
--- trunk/psModules/src/imcombine/pmImageSubtract.h	(revision 9621)
+++ 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
