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