Index: trunk/psLib/src/astro/psEarthOrientation.h
===================================================================
--- trunk/psLib/src/astro/psEarthOrientation.h	(revision 5012)
+++ trunk/psLib/src/astro/psEarthOrientation.h	(revision 5306)
@@ -8,6 +8,6 @@
 *  @author Robert Daniel DeSonia, MHPCC
 *
-*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-09-13 00:50:04 $
+*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-10-13 20:23:57 $
 *
 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
@@ -21,68 +21,124 @@
 #include "psSphereOps.h"
 
+/**
+ *
+ *
+ */
 typedef struct
 {
-    double x;
-    double y;
-    double s;
+    double x;                          ///<
+    double y;                          ///<
+    double s;                          ///<
 }
 psEarthPole;
 
+/**
+ *
+ *
+ */
 typedef enum {
-    PS_PRECESS_ROUGH,
-    PS_PRECESS_COMPLETE,
-    PS_PRECESS_IAU2000A,
+    PS_PRECESS_ROUGH,                  ///<
+    PS_PRECESS_COMPLETE,               ///<
+    PS_PRECESS_IAU2000A,               ///<
 } psPrecessMethod;
 
+/**
+ *
+ *
+ *
+ */
 psSphere *psAberration(
-    psSphere *apparent,
-    const psSphere *actual,
-    const psSphere *direction,
-    double speed
+    psSphere *apparent,                ///<
+    const psSphere *actual,            ///<
+    const psSphere *direction,         ///<
+    double speed                       ///<
 );
 
+/**
+ *
+ *
+ *
+ */
 psSphere *psGravityDeflection(
-    psSphere *apparent,
-    psSphere *actual,
-    psSphere *sun
+    psSphere *apparent,                ///<
+    psSphere *actual,                  ///<
+    psSphere *sun                      ///<
 );
 
+/**
+ *
+ *
+ */
 double psEOC_ParallaxFactor(
-    const psSphere *coords,
-    const psTime *time
+    const psSphere *coords,            ///<
+    const psTime *time                 ///<
 );
 
+/**
+ *
+ *
+ */
 psEarthPole *psEOC_PrecessionModel(
-    const psTime *time
+    const psTime *time                 ///<
 );
 
+/**
+ *
+ *
+ */
 psEarthPole *psEOC_PrecessionCorr(
-    const psTime *time,
-    psTimeBulletin bulletin
+    const psTime *time,                ///<
+    psTimeBulletin bulletin            ///<
 );
 
+/**
+ *
+ *
+ */
 psSphereRot *psSphereRot_CEOtoGCRS(
-    const psEarthPole *pole
+    const psEarthPole *pole            ///<
 );
 
+/**
+ *
+ *
+ */
 psSphereRot *psSphereRot_TEOtoCEO(
-    const psTime *time
+    const psTime *time                 ///<
 );
 
+/**
+ *
+ *
+ */
 psEarthPole *psEOC_GetPolarMotion(
-    const psTime *time,
-    psTimeBulletin bulletin
+    const psTime *time,                ///<
+    psTimeBulletin bulletin            ///<
 );
 
+/**
+ *
+ *
+ */
 psEarthPole *psEOC_PolarTideCorr(
-    const psTime *time
+    const psTime *time                 ///<
 );
 
+/**
+ *
+ *
+ *
+ */
 psEarthPole *psEOC_NutationCorr(
-    psTime *time
+    psTime *time                       ///<
 );
 
+/**
+ *
+ *
+ *
+ */
 psSphereRot *psSphereRot_ITRStoTEO(
-    const psEarthPole *motion
+    const psEarthPole *motion          ///<
 );
 
