Index: trunk/psModules/src/objects/pmGrowthCurve.h
===================================================================
--- trunk/psModules/src/objects/pmGrowthCurve.h	(revision 11247)
+++ trunk/psModules/src/objects/pmGrowthCurve.h	(revision 11253)
@@ -1,5 +1,17 @@
+/* @file  pmGrowthCurve.h
+ * @brief functions to manipulate the curve-of-growth data
+ *
+ * @author EAM, IfA
+ *
+ * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2006 Institute for Astronomy, University of Hawaii
+ */
 
 # ifndef PM_GROWTH_CURVE_H
 # define PM_GROWTH_CURVE_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 typedef struct
@@ -18,3 +30,4 @@
 psF32 pmGrowthCurveCorrect (pmGrowthCurve *growth, psF32 radius);
 
+/// @}
 # endif /* PM_GROWTH_CURVE_H */
Index: trunk/psModules/src/objects/pmModel.h
===================================================================
--- trunk/psModules/src/objects/pmModel.h	(revision 11247)
+++ trunk/psModules/src/objects/pmModel.h	(revision 11253)
@@ -1,18 +1,18 @@
-/** @file  pmObjects.h
+/* @file  pmObjects.h
+ * @brief Functions to define and manipulate object models
  *
- *  Functions to define and manipulate object models
+ * @author GLG, MHPCC
+ * @author EAM, IfA
  *
- *  @author GLG, MHPCC
- *  @author EAM, IfA
- *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-31 19:38:44 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.6 $ $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_MODEL_H
 # define PM_MODEL_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 // type of model carried by the pmModel structure
@@ -125,3 +125,4 @@
 );
 
+/// @}
 # endif /* PM_MODEL_H */
Index: trunk/psModules/src/objects/pmModelGroup.h
===================================================================
--- trunk/psModules/src/objects/pmModelGroup.h	(revision 11247)
+++ trunk/psModules/src/objects/pmModelGroup.h	(revision 11253)
@@ -1,21 +1,22 @@
-/** @file  pmModelGroup.h
- *
- *  The object model function types are defined to allow for the flexible addition
- *  of new object models. Every object model, with parameters represented by
- *  pmModel, has an associated set of functions which provide necessary support
- *  operations. A set of abstract functions allow the programmer to select the
- *  approriate function or property for a specific named object model.
- * 
- *  @author EAM, IfA
- *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-29 02:36:07 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- * 
+/* @file  pmModelGroup.h
+ *
+ * The object model function types are defined to allow for the flexible addition
+ * of new object models. Every object model, with parameters represented by
+ * pmModel, has an associated set of functions which provide necessary support
+ * operations. A set of abstract functions allow the programmer to select the
+ * approriate function or property for a specific named object model.
+ *
+ * @author EAM, IfA
+ *
+ * @version $Revision: 1.7 $ $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_MODEL_GROUP_H
 # define PM_MODEL_GROUP_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 //  This function is the model chi-square minimization function for this model.
@@ -200,3 +201,4 @@
 );
 
+/// @}
 # endif /* PM_MODEL_GROUP_H */
Index: trunk/psModules/src/objects/pmMoments.h
===================================================================
--- trunk/psModules/src/objects/pmMoments.h	(revision 11247)
+++ trunk/psModules/src/objects/pmMoments.h	(revision 11253)
@@ -1,17 +1,17 @@
-/** @file  pmMoments.h
+/* @file  pmMoments.h
+ * @brief Definitions of the moments structure
  *
- *  Definitions of the moments structure
+ * @author GLG, MHPCC
  *
- *  @author GLG, MHPCC
- *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-17 18:01:05 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.3 $ $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_MOMENTS_H
 # define PM_MOMENTS_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 /** pmMoments data structure
@@ -43,3 +43,4 @@
 pmMoments *pmMomentsAlloc();
 
+/// @}
 # endif
Index: trunk/psModules/src/objects/pmObjects.h
===================================================================
--- trunk/psModules/src/objects/pmObjects.h	(revision 11247)
+++ trunk/psModules/src/objects/pmObjects.h	(revision 11253)
@@ -1,3 +1,3 @@
-/** @file  pmObjects.h
+/* @file  pmObjects.h
  *
  * The process of finding, measuring, and classifying astronomical sources on
@@ -8,15 +8,16 @@
  * construct a complete object measurement suite.
  *
- *  @author GLG, MHPCC
+ * @author GLG, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-18 02:29:15 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.8 $ $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_OBJECTS_H
 #define PM_OBJECTS_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 #include <stdio.h>
@@ -64,4 +65,4 @@
 );
 
-
+/// @}
 #endif
Index: trunk/psModules/src/objects/pmPSF.h
===================================================================
--- trunk/psModules/src/objects/pmPSF.h	(revision 11247)
+++ trunk/psModules/src/objects/pmPSF.h	(revision 11253)
@@ -1,16 +1,19 @@
-/** @file  pmPSF.h
+/* @file  pmPSF.h
  *
  * This file contains typedefs for the Point-Spread Function and prototypes
  * for functions that calculate the PSF.
  *
- *  @author EAM, IfA
+ * @author EAM, IfA
  *
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.11 $ $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_PSF_H
 # define PM_PSF_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 typedef enum {
@@ -96,3 +99,4 @@
 pmPSF *pmPSFBuildSimple (char *typeName, float sxx, float syy, float sxy, ...);
 
+/// @}
 # endif
Index: trunk/psModules/src/objects/pmPSF_IO.h
===================================================================
--- trunk/psModules/src/objects/pmPSF_IO.h	(revision 11247)
+++ trunk/psModules/src/objects/pmPSF_IO.h	(revision 11253)
@@ -1,18 +1,19 @@
-/** @file  pmPSF.h
+/* @file  pmPSF.h
  *
  * This file contains typedefs for the Point-Spread Function and prototypes
  * for functions that calculate the PSF.
  *
- *  @author EAM, IfA
+ * @author EAM, IfA
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-03 18:48:10 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.5 $ $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_PSF_IO_H
 # define PM_PSF_IO_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 psMetadata *pmPSFtoMetadata (psMetadata *metadata, pmPSF *psf);
@@ -30,3 +31,4 @@
 bool pmReadoutReadPSFmodel (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
 
+/// @}
 # endif
Index: trunk/psModules/src/objects/pmPSFtry.h
===================================================================
--- trunk/psModules/src/objects/pmPSFtry.h	(revision 11247)
+++ trunk/psModules/src/objects/pmPSFtry.h	(revision 11253)
@@ -1,14 +1,12 @@
-/** @file  pmPSFtry.h
+/* @file  pmPSFtry.h
  *
  * This file contains code that allows the user to try to fit several
  * PSF models to an image.
  *
- *  @author EAM, IfA
+ * @author EAM, IfA
  *
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-26 22:21:50 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
 
@@ -16,4 +14,6 @@
 # define PM_PSF_TRY_H
 
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 /**
@@ -125,3 +125,4 @@
 bool pmPSFFromPSFtry (pmPSFtry *psfTry, bool applyWeights);
 
+/// @}
 # endif
Index: trunk/psModules/src/objects/pmPeaks.h
===================================================================
--- trunk/psModules/src/objects/pmPeaks.h	(revision 11247)
+++ trunk/psModules/src/objects/pmPeaks.h	(revision 11253)
@@ -1,3 +1,3 @@
-/** @file  pmPeaks.h
+/* @file  pmPeaks.h
  *
  * The process of finding, measuring, and classifying astronomical sources on
@@ -8,15 +8,16 @@
  * construct a complete object measurement suite.
  *
- *  @author GLG, MHPCC
+ * @author GLG, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-19 04:36:53 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.6 $ $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_PEAKS_H
 # define PM_PEAKS_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 /** pmPeakType
@@ -147,3 +148,4 @@
 int pmPeaksCompareDescend (const void **a, const void **b);
 
+/// @}
 # endif /* PM_PEAKS_H */
Index: trunk/psModules/src/objects/pmSource.h
===================================================================
--- trunk/psModules/src/objects/pmSource.h	(revision 11247)
+++ trunk/psModules/src/objects/pmSource.h	(revision 11253)
@@ -1,15 +1,16 @@
-/** @file  pmSource.h
- *
- *  @author EAM, IfA; GLG, MHPCC
- *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-20 02:01:20 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+/* @file  pmSource.h
+ *
+ * @author EAM, IfA; GLG, MHPCC
+ *
+ * @version $Revision: 1.10 $ $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_SOURCE_H
 # define PM_SOURCE_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 /**
@@ -228,3 +229,4 @@
 pmModel *pmSourceSelectModel (pmSource *source);
 
+/// @}
 # endif /* PM_SOURCE_H */
Index: trunk/psModules/src/objects/pmSourceContour.h
===================================================================
--- trunk/psModules/src/objects/pmSourceContour.h	(revision 11247)
+++ trunk/psModules/src/objects/pmSourceContour.h	(revision 11253)
@@ -1,15 +1,16 @@
-/** @file  pmSourceContour.h
+/* @file  pmSourceContour.h
  *
- *  @author EAM, IfA; GLG, MHPCC
+ * @author EAM, IfA; GLG, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-17 18:01:05 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.3 $ $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_SOURCE_CONTOUR_H
 # define PM_SOURCE_CONTOUR_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 psArray *pmSourceContour (psImage *image, int xc, int yc, float threshold);
@@ -35,3 +36,4 @@
 );
 
+/// @}
 # endif /* PM_SOURCE_PHOTOMETRY_H */
Index: trunk/psModules/src/objects/pmSourceFitModel.h
===================================================================
--- trunk/psModules/src/objects/pmSourceFitModel.h	(revision 11247)
+++ trunk/psModules/src/objects/pmSourceFitModel.h	(revision 11253)
@@ -1,15 +1,16 @@
-/** @file  pmSourceFitModel.h
+/* @file  pmSourceFitModel.h
  *
- *  @author EAM, IfA; GLG, MHPCC
+ * @author EAM, IfA; GLG, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-29 02:44:21 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.5 $ $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_SOURCE_FIT_MODEL_H
 # define PM_SOURCE_FIT_MODEL_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 typedef enum {
@@ -71,3 +72,4 @@
 );
 
+/// @}
 # endif /* PM_SOURCE_FIT_MODEL_H */
Index: trunk/psModules/src/objects/pmSourceIO.h
===================================================================
--- trunk/psModules/src/objects/pmSourceIO.h	(revision 11247)
+++ trunk/psModules/src/objects/pmSourceIO.h	(revision 11253)
@@ -1,10 +1,10 @@
-/** @file  pmSourceIO.h
+/* @file  pmSourceIO.h
+ * @brief functions to read and write object files
  *
- *  @author EAM, IfA; GLG, MHPCC
+ * @author EAM, IfA; GLG, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-03 18:48:10 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+ * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  *
  */
@@ -12,4 +12,7 @@
 # ifndef PM_SOURCE_IO_H
 # define PM_SOURCE_IO_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 int pmSourceDophotType (pmSource *source);
@@ -42,3 +45,4 @@
 bool pmReadoutWriteObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
 
+/// @}
 # endif /* PM_SOURCE_IO_H */
Index: trunk/psModules/src/objects/pmSourcePhotometry.h
===================================================================
--- trunk/psModules/src/objects/pmSourcePhotometry.h	(revision 11247)
+++ trunk/psModules/src/objects/pmSourcePhotometry.h	(revision 11253)
@@ -1,15 +1,17 @@
-/** @file  pmSourcePhotometry.h
+/* @file  pmSourcePhotometry.h
+ * @brief functions to measure source photometry
  *
- *  @author EAM, IfA; GLG, MHPCC
+ * @author EAM, IfA; GLG, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-17 23:02:21 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.8 $ $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_SOURCE_PHOTOMETRY_H
 # define PM_SOURCE_PHOTOMETRY_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 /**
@@ -55,3 +57,5 @@
 
 double pmSourceWeight(const pmSource *Mi, int term, const bool unweighted_sum);
+
+/// @}
 # endif /* PM_SOURCE_PHOTOMETRY_H */
Index: trunk/psModules/src/objects/pmSourcePlots.h
===================================================================
--- trunk/psModules/src/objects/pmSourcePlots.h	(revision 11247)
+++ trunk/psModules/src/objects/pmSourcePlots.h	(revision 11253)
@@ -1,18 +1,17 @@
-/** @file  pmSourcePlots.h
-*
-*  @brief functions to create plots illustrating source properties
-*
-*  @ingroup none
-*
-*  @author EAM, IfA
-*
-*  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-12-23 04:00:30 $
-*
-*  Copyright 2006 Institute for Astronomy, University of Hawaii
-*/
+/* @file  pmSourcePlots.h
+ * @brief functions to create plots illustrating source properties
+ *
+ * @author EAM, IfA
+ *
+ * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2006 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PM_SOURCE_PLOTS_H
 #define PM_SOURCE_PLOTS_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 typedef struct
@@ -38,3 +37,4 @@
 bool pmSourcePlotMoments (const pmFPAview *view, pmFPAfile *file, pmConfig *config, pmSourcePlotLayout *layout);
 
+/// @}
 #endif // PM_SOURCE_PLOTS_H
Index: trunk/psModules/src/objects/pmSourceSky.h
===================================================================
--- trunk/psModules/src/objects/pmSourceSky.h	(revision 11247)
+++ trunk/psModules/src/objects/pmSourceSky.h	(revision 11253)
@@ -1,15 +1,15 @@
-/** @file  pmSourceSky.h
+/* @file  pmSourceSky.h
+ * @author EAM, IfA; GLG, MHPCC
  *
- *  @author EAM, IfA; GLG, MHPCC
- *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-17 18:01:05 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.3 $ $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_SOURCE_SKY_H
 # define PM_SOURCE_SKY_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 /** pmSourceLocalSky()
@@ -40,3 +40,4 @@
 );
 
+/// @}
 # endif /* PM_SOURCE_PHOTOMETRY_H */
