Index: trunk/psLib/src/astronomy/psPhotometry.h
===================================================================
--- trunk/psLib/src/astronomy/psPhotometry.h	(revision 1312)
+++ trunk/psLib/src/astronomy/psPhotometry.h	(revision 1374)
@@ -1,17 +1,17 @@
 /** @file  psPhotometry.h
- *
- *  @brief Contains basic photometric structures.
- *
- *  This file defines the basic photometric structures.
- *
- *  @ingroup AstroImage
- *
- *  @author George Gusciora, MHPCC
- *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-28 22:31:01 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- */
+*
+*  @brief Contains basic photometric structures.
+*
+*  This file defines the basic photometric structures.
+*
+*  @ingroup Photometry
+*
+*  @author George Gusciora, MHPCC
+*
+*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-04 00:55:17 $
+*
+*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+*/
 
 # ifndef PS_PHOTOMETRIC_H
@@ -24,24 +24,29 @@
 #include "psFunctions.h"
 
+/// @addtogroup Photometry
+/// @{
+
 typedef struct
-{
-    const int ID;
-    const char *name;
-    const char *camera;
-    const char *filter;
-    const char *detector;
-}
+    {
+        const int ID;
+        const char *name;
+        const char *camera;
+        const char *filter;
+        const char *detector;
+    }
 psPhotSystem;
 
 typedef struct
-{
-    psPhotSystem src;
-    psPhotSystem dst;
-    psPhotSystem pP, pM;
-    psPhotSystem sP, sM;
-    float pA, sA;
-    psPolynomial3D transform;
-}
+    {
+        psPhotSystem src;
+        psPhotSystem dst;
+        psPhotSystem pP, pM;
+        psPhotSystem sP, sM;
+        float pA, sA;
+        psPolynomial3D transform;
+    }
 psPhotTransform;
 
+/// @}
+
 #endif
