Index: trunk/psModules/src/detrend/pmFlatNormalize.h
===================================================================
--- trunk/psModules/src/detrend/pmFlatNormalize.h	(revision 9614)
+++ trunk/psModules/src/detrend/pmFlatNormalize.h	(revision 11253)
@@ -1,22 +1,21 @@
-/// @file pmFlatNormalize.h
-///
-/// @brief Normalize flat-field measurements
-///
-/// @ingroup Detrend
-///
-/// @author Paul Price, IfA
-///
-/// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2006-10-17 20:49:10 $
-///
-/// Copyright 2004-2006 Institute for Astronomy, University of Hawaii
-///
+/* @file pmFlatNormalize.h
+ * @brief Normalize flat-field measurements
+ *
+ * @author Paul Price, IfA
+ *
+ * @version $Revision: 1.6 $ $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_NORMALIZE_H
 #define PM_FLAT_NORMALIZE_H
 
+/// @addtogroup detrend Detrend Creation and Application
+/// @{
+
 #include <pslib.h>
 
-/// Normalise flat-field measurements
+/// Normalize flat-field measurements
 ///
 /// We have f_ij = g_i s_j where f_ij is the flux recorded for chip i and integration j, g_i is the gain for
@@ -31,3 +30,4 @@
                     );
 
+/// @}
 #endif
