Index: trunk/psLib/src/fits/psFits.h
===================================================================
--- trunk/psLib/src/fits/psFits.h	(revision 10999)
+++ trunk/psLib/src/fits/psFits.h	(revision 11248)
@@ -1,14 +1,10 @@
-/** @file  psFits.h
- *
- *  @brief Contains Fits I/O routines
- *
- *  @ingroup FileIO
- *
- *  @author Robert DeSonia, MHPCC
- *
- *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-07-08 03:06:40 $
- *
- *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+/* @file  psFits.h
+ * @brief Contains Fits I/O routines
+ *
+ * @author Robert DeSonia, MHPCC
+ *
+ * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-23 22:47:23 $
+ * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
@@ -16,6 +12,8 @@
 #define PS_FITS_H
 
+/// @addtogroup FileIO Input/Output
+/// @{
+
 #include <fitsio.h>
-
 #include "psType.h"
 #include "psArray.h"
@@ -23,7 +21,4 @@
 #include "psMetadata.h"
 #include "psImage.h"
-
-/// @addtogroup FileIO
-/// @{
 
 /** FITS HDU type.
@@ -203,4 +198,3 @@
 
 /// @}
-
 #endif // #ifndef PS_FITS_H
Index: trunk/psLib/src/fits/psFitsHeader.h
===================================================================
--- trunk/psLib/src/fits/psFitsHeader.h	(revision 10999)
+++ trunk/psLib/src/fits/psFitsHeader.h	(revision 11248)
@@ -1,14 +1,11 @@
-/** @file  psFitsHeader.h
+/* @file  psFitsHeader.h
+ * @brief Contains Fits header I/O routines
  *
- *  @brief Contains Fits header I/O routines
+ * @author Robert DeSonia, MHPCC
  *
- *  @ingroup FileIO
+ * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-23 22:47:23 $
  *
- *  @author Robert DeSonia, MHPCC
- *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-30 02:29:20 $
- *
- *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+ * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
@@ -16,9 +13,9 @@
 #define PS_FITSHEADER_H
 
+/// @addtogroup FileIO Input/Output
+/// @{
+
 #include "psFits.h"
 #include "psMetadata.h"
-
-/// @addtogroup FileIO
-/// @{
 
 /** Reads the header of the current HDU.
@@ -70,4 +67,3 @@
 
 /// @}
-
 #endif // #ifndef PS_FITS_H
Index: trunk/psLib/src/fits/psFitsImage.h
===================================================================
--- trunk/psLib/src/fits/psFitsImage.h	(revision 10999)
+++ trunk/psLib/src/fits/psFitsImage.h	(revision 11248)
@@ -1,14 +1,10 @@
-/** @file  psFitsImage.h
+/* @file  psFitsImage.h
+ * @brief Contains Fits I/O routines
  *
- *  @brief Contains Fits I/O routines
+ * @author Robert DeSonia, MHPCC
  *
- *  @ingroup FileIO
- *
- *  @author Robert DeSonia, MHPCC
- *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-17 22:15:17 $
- *
- *  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
  */
 
@@ -16,6 +12,8 @@
 #define PS_FITSIMAGE_H
 
+/// @addtogroup FileIO Input/Output
+/// @{
+
 #include "psFits.h"
-
 #include "psType.h"
 #include "psArray.h"
@@ -23,7 +21,4 @@
 #include "psMetadata.h"
 #include "psImage.h"
-
-/// @addtogroup FileIO
-/// @{
 
 /** Reads an image, given the desired region and z-plane.
@@ -89,4 +84,3 @@
 
 /// @}
-
 #endif // #ifndef PS_FITS_H
Index: trunk/psLib/src/fits/psFitsTable.h
===================================================================
--- trunk/psLib/src/fits/psFitsTable.h	(revision 10999)
+++ 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
