Index: trunk/psModules/src/objects/pmGrowthCurve.h
===================================================================
--- trunk/psModules/src/objects/pmGrowthCurve.h	(revision 9897)
+++ 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 */
