Index: trunk/psastro/src/psastroRemoveClumps.c
===================================================================
--- trunk/psastro/src/psastroRemoveClumps.c	(revision 20805)
+++ trunk/psastro/src/psastroRemoveClumps.c	(revision 21409)
@@ -1,5 +1,19 @@
+/** @file psastroRemoveClumps.c
+ *
+ *  @brief 
+ *
+ *  @ingroup libpsastro
+ *
+ *  @author IfA
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2009-02-07 02:03:34 $
+ *  Copyright 2009 Institute for Astronomy, University of Hawaii
+ */
+
 # include "psastroInternal.h"
 
-// look for and exclude objects in clumps in the input list
+/**
+ * look for and exclude objects in clumps in the input list
+ */
 psArray *psastroRemoveClumps (psArray *input, int scale) {
 
@@ -75,5 +89,7 @@
 
 # if (0)
-// make a list of the outlier pixels
+/**
+ * make a list of the outlier pixels
+ */
 psArray *badpix = psArrayAllocEmpty (16);
 for (int iy = 0; iy < count->numRows; iy++) {
