Index: trunk/psastro/src/psastroDataLoad.c
===================================================================
--- trunk/psastro/src/psastroDataLoad.c	(revision 17038)
+++ trunk/psastro/src/psastroDataLoad.c	(revision 21409)
@@ -1,7 +1,15 @@
+/** @file psastroDataLoad.c
+ *
+ *  @brief
+ *
+ *  @ingroup psastro
+ *
+ *  @author IfA
+ *  @version $Revision: 1.12 $ $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 data from the input files and selects the
-// brighter stars for astrometry
-// at the end of this function, the complete stellar data is loaded
-// into the correct fpa structure locations (readout.analysis:PSPHOT.SOURCES)
 
 # define ESCAPE { \
@@ -11,5 +19,12 @@
 }
   
-// all of the different astrometry analysis modes use the same data load loop
+/**
+ * \brief this loop loads the data from the input files and selects the
+ * brighter stars for astrometry
+ *
+ * at the end of this function, the complete stellar data is loaded
+ * into the correct fpa structure locations (readout.analysis:PSPHOT.SOURCES)
+ * all of the different astrometry analysis modes use the same data load loop
+ */
 bool psastroDataLoad (pmConfig *config) {
 
