Index: trunk/pswarp/src/pswarpHeadersLoad.c
===================================================================
--- trunk/pswarp/src/pswarpHeadersLoad.c	(revision 13109)
+++ trunk/pswarp/src/pswarpHeadersLoad.c	(revision 21323)
@@ -1,12 +1,25 @@
+/** @file pswarpHeadersLoad.c
+ *
+ *  @brief
+ *
+ *  @ingroup pswarp
+ *
+ *  @author IfA
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2009-02-05 20:44:04 $
+ *  Copyright 2009 Institute for Astronomy, University of Hawaii
+ */
+
 # include "pswarp.h"
 
-// XXX this function should load all of the PSWARP.INPUT headers
-// it should examine the overlap between each chip in PSWARP.INPUT
-// and the output (pswarpMatchRange) and select/de-select the chips
-// and/or cell which contribute pixels.
-
-// pswarpDataLoad should then load the pixel of the needed chips
-
-// all of the different astrometry analysis modes use the same data load loop
+/** XXX this function should load all of the PSWARP.INPUT headers
+ * it should examine the overlap between each chip in PSWARP.INPUT
+ * and the output (pswarpMatchRange) and select/de-select the chips
+ * and/or cell which contribute pixels.
+ *
+ * pswarpDataLoad should then load the pixel of the needed chips
+ *
+ * all of the different astrometry analysis modes use the same data load loop
+ */
 bool pswarpHeadersLoad (pmConfig *config) {
 
