Index: trunk/pswarp/src/pswarpMatchRange.c
===================================================================
--- trunk/pswarp/src/pswarpMatchRange.c	(revision 12526)
+++ trunk/pswarp/src/pswarpMatchRange.c	(revision 21323)
@@ -1,2 +1,14 @@
+/** @file pswarpMatchRange.c
+ *
+ *  @brief
+ *
+ *  @ingroup pswarp
+ *
+ *  @author IfA
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2009-02-05 20:44:04 $
+ *  Copyright 2009 Institute for Astronomy, University of Hawaii
+ */
+
 # include "pswarp.h"
 
@@ -13,7 +25,8 @@
     *maxY = PS_MAX (*maxY, srcPix->y);
 
-// we are warping from src to dest.  find the max overlapping pixels in the INPUT (src)
-// coordinate frame.  NOTE: these are in the parent pixel frame since the astrometric
-// transformation refers to the parent frame
+/** we are warping from src to dest.  find the max overlapping pixels in the INPUT (src)
+ * coordinate frame.  NOTE: these are in the parent pixel frame since the astrometric
+ * transformation refers to the parent frame
+ */
 bool pswarpMatchRange (int *minX, int *minY, int *maxX, int *maxY, pmReadout *dest, pmReadout *src) {
 
