Index: trunk/psModules/src/camera/pmHDU.h
===================================================================
--- trunk/psModules/src/camera/pmHDU.h	(revision 10081)
+++ trunk/psModules/src/camera/pmHDU.h	(revision 11253)
@@ -1,18 +1,17 @@
-/// @file pmHDU.h
-///
-/// @brief Define a header data unit (from a FITS file), with functions to read and write
-///
-/// @ingroup Camera
-///
-/// @author Paul Price, IfA
-///
-/// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2006-11-18 23:43:28 $
-///
-/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
-///
+/* @file pmHDU.h
+ * @brief Define a header data unit (from a FITS file), with functions to read and write
+ *
+ * @author Paul Price, IfA
+ *
+ * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:14 $
+ * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PM_HDU_H
 #define PM_HDU_H
+
+/// @addtogroup Camera Camera Layout
+/// @{
 
 /// An instance of the FITS Header Data Unit
@@ -80,3 +79,4 @@
                      );
 
+/// @}
 #endif
