Index: trunk/psModules/src/detrend/pmNonLinear.h
===================================================================
--- trunk/psModules/src/detrend/pmNonLinear.h	(revision 9617)
+++ trunk/psModules/src/detrend/pmNonLinear.h	(revision 11253)
@@ -1,19 +1,18 @@
-/// @file pmNonLinear.h
-///
-/// @brief Perform non-linear correction through polynomial or table lookup
-///
-/// @ingroup Detrend
-///
-/// @author George Gusciora, MHPCC
-/// @author Paul Price, IfA
-///
-/// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2006-10-17 22:57:27 $
-///
-/// Copyright 2004 Institute for Astronomy, University of Hawaii
-///
+/* @file pmNonLinear.h
+ * @brief Perform non-linear correction through polynomial or table lookup
+ *
+ * @author George Gusciora, MHPCC
+ * @author Paul Price, IfA
+ *
+ * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2004 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PM_NON_LINEAR_H
 #define PM_NON_LINEAR_H
+
+/// @addtogroup detrend Detrend Creation and Application
+/// @{
 
 #include <pslib.h>
@@ -36,3 +35,4 @@
                                );
 
+/// @}
 #endif
