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