Index: trunk/psModules/src/detrend/pmSkySubtract.h
===================================================================
--- trunk/psModules/src/detrend/pmSkySubtract.h	(revision 10299)
+++ trunk/psModules/src/detrend/pmSkySubtract.h	(revision 11253)
@@ -1,18 +1,19 @@
-/** @file  pmSubtractSky.h
+/* @file  pmSubtractSky.h
  *
- *  This file will contain a module which will create a model of the
- *  background sky and subtract that from the input image.
+ * This file will contain a module which will create a model of the
+ * background sky and subtract that from the input image.
  *
- *  @author GLG, MHPCC
+ * @author GLG, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-30 00:52:21 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.2 $ $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_SUBTRACT_SKY_H
 #define PM_SUBTRACT_SKY_H
+
+/// @addtogroup detrend Detrend Creation and Application
+/// @{
 
 #include<stdio.h>
@@ -34,3 +35,5 @@
                          psStats *stats,
                          float clipSD);
+
+/// @}
 #endif
