Index: trunk/psLib/src/fits/psFits.h
===================================================================
--- trunk/psLib/src/fits/psFits.h	(revision 3407)
+++ trunk/psLib/src/fits/psFits.h	(revision 3476)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-11 20:38:56 $
+ *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-22 21:52:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -206,6 +206,6 @@
  */
 psArray* psFitsReadTableColumn(
-    psFits* fits,
-    const char* colname
+    psFits* fits,                      ///< the psFits object
+    const char* colname                ///< the column name
 );
 
@@ -262,5 +262,4 @@
     ///< Array of psMetadata items, which contains the output data items of each row.
     int row                            ///< the row number to update.
-
 );
 
