Index: trunk/psLib/src/fits/psFitsTable.h
===================================================================
--- trunk/psLib/src/fits/psFitsTable.h	(revision 7540)
+++ trunk/psLib/src/fits/psFitsTable.h	(revision 11248)
@@ -1,18 +1,18 @@
-/** @file  psFitsTable.h
+/* @file  psFitsTable.h
+ * @brief Contains Fits I/O routines
  *
- *  @brief Contains Fits I/O routines
+ * @author EAM, PAP, JH
+ * @author Robert DeSonia, MHPCC
  *
- *  @ingroup FileIO
- *
- *  @author Robert DeSonia, MHPCC
- *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-13 22:28:02 $
- *
- *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+ * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-23 22:47:23 $
+ * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
 #ifndef PS_FITSTABLE_H
 #define PS_FITSTABLE_H
+
+/// @addtogroup FileIO Input/Output
+/// @{
 
 #include "psFits.h"
@@ -23,7 +23,4 @@
 #include "psMetadata.h"
 #include "psImage.h"
-
-/// @addtogroup FileIO
-/// @{
 
 /** Reads a table row.  The current HDU type must be either
@@ -117,4 +114,3 @@
 
 /// @}
-
 #endif // #ifndef PS_FITS_H
