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