Index: trunk/psLib/src/fits/psFits.h
===================================================================
--- trunk/psLib/src/fits/psFits.h	(revision 7846)
+++ 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
