Index: trunk/psModules/src/detrend/pmDetrendDB.h
===================================================================
--- trunk/psModules/src/detrend/pmDetrendDB.h	(revision 9854)
+++ trunk/psModules/src/detrend/pmDetrendDB.h	(revision 11253)
@@ -1,25 +1,22 @@
-/** @file  pmDetrendDB.h
-*
-*  @brief Tools to query the detrend database system
-*
-*  the functions in here do not perform the detrend database queries directly.  all interfaces
-*  to the detrend database go through the external dettools functions.  this allows the modules
-*  and directly dependent program to be sufficiently independent of the database schema that it
-*  can be used with any properly defined detrend database tables.
-*
-*  XXX place the specific name of the detrend database query command in the configuration data
-*
-*  @ingroup Detrend
-*
-*  @author EAM, IfA
-*
-*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-11-04 02:34:01 $
-*
-*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
-*/
+/* @file  pmDetrendDB.h
+ * @brief Tools to query the detrend database system
+ *
+ * the functions in here do not perform the detrend database queries directly.  all interfaces
+ * to the detrend database go through the external dettools functions.  this allows the modules
+ * and directly dependent program to be sufficiently independent of the database schema that it
+ * can be used with any properly defined detrend database tables.
+ *
+ * @author EAM, IfA
+ *
+ * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PM_DETREND_DB_H
 #define PM_DETREND_DB_H
+
+/// @addtogroup detrend Detrend Creation and Application
+/// @{
 
 #include "pmFPALevel.h"
@@ -69,3 +66,4 @@
 char *pmDetrendFile (const char *detID, const char *classID);
 
+/// @}
 # endif
