Index: trunk/psModules/src/detrend/pmFlatField.h
===================================================================
--- trunk/psModules/src/detrend/pmFlatField.h	(revision 9724)
+++ trunk/psModules/src/detrend/pmFlatField.h	(revision 11253)
@@ -1,19 +1,18 @@
-/// @file pmFlatField.h
-///
-/// @brief Apply flat field calibration
-///
-/// @ingroup Detrend
-///
-/// @author Ross Harman, MHPCC
-/// @author Paul Price, IfA
-///
-/// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2006-10-24 03:48:42 $
-///
-/// Copyright 2004-2006 Institute for Astronomy, University of Hawaii
-///
+/* @file pmFlatField.h
+ * @brief Apply flat field calibration
+ *
+ * @author Ross Harman, MHPCC
+ * @author Paul Price, IfA
+ *
+ * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2004-2006 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PM_FLAT_FIELD_H
 #define PM_FLAT_FIELD_H
+
+/// @addtogroup detrend Detrend Creation and Application
+/// @{
 
 #include "pmFPA.h"
@@ -29,5 +28,4 @@
                  const pmReadout *flat  ///< Readout with flat image
                 );
-
-
+/// @}
 #endif
