Index: trunk/psastro/src/psastroModelDataLoad.c
===================================================================
--- trunk/psastro/src/psastroModelDataLoad.c	(revision 15891)
+++ trunk/psastro/src/psastroModelDataLoad.c	(revision 21409)
@@ -1,6 +1,15 @@
+/** @file psastroModelDataLoad.c
+ *
+ *  @brief
+ *
+ *  @ingroup psastroModel
+ *
+ *  @author IfA
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2009-02-07 02:03:34 $
+ *  Copyright 2009 Institute for Astronomy, University of Hawaii
+ */
+
 # include "psastroStandAlone.h"
-
-// this loop loads the header data from the input files, using the output pmFPAfile to guide
-// the chip selection and related issues
 
 # define ESCAPE { \
@@ -10,5 +19,9 @@
 }
   
-// all of the different astrometry analysis modes use the same data load loop
+/**
+ * this loop loads the header data from the input files, using the output 
+ * pmFPAfile to guide the chip selection and related issues
+ * all of the different astrometry analysis modes use the same data load loop
+ */
 bool psastroModelDataLoad (pmConfig *config) {
 
