Index: /trunk/psLib/src/dataManip/psMinimize.c
===================================================================
--- /trunk/psLib/src/dataManip/psMinimize.c	(revision 1609)
+++ /trunk/psLib/src/dataManip/psMinimize.c	(revision 1610)
@@ -1,3 +1,2 @@
-
 /** @file  psMinimize.c
  *  \brief basic minimization functions
@@ -10,6 +9,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-24 19:57:03 $
+ *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-24 19:59:05 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Index: /trunk/psLib/src/dataManip/psMinimize.h
===================================================================
--- /trunk/psLib/src/dataManip/psMinimize.h	(revision 1609)
+++ /trunk/psLib/src/dataManip/psMinimize.h	(revision 1610)
@@ -105,9 +105,9 @@
 typedef struct
 {
-    const int maxIter;
-    const float tol;
-    float value;
-    int iter;
-    float lastDelta;
+    const int maxIter;   ///< Convergence limit
+    const float tol;   ///< Error Tolerance
+    float value;   ///< Value of function at minimum
+    int iter;    ///< Number of iterations required
+    float lastDelta;   ///< The last difference for the fit
 }
 psMinimization;
Index: /trunk/psLib/src/math/psMinimize.c
===================================================================
--- /trunk/psLib/src/math/psMinimize.c	(revision 1609)
+++ /trunk/psLib/src/math/psMinimize.c	(revision 1610)
@@ -1,3 +1,2 @@
-
 /** @file  psMinimize.c
  *  \brief basic minimization functions
@@ -10,6 +9,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-24 19:57:03 $
+ *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-24 19:59:05 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Index: /trunk/psLib/src/math/psMinimize.h
===================================================================
--- /trunk/psLib/src/math/psMinimize.h	(revision 1609)
+++ /trunk/psLib/src/math/psMinimize.h	(revision 1610)
@@ -105,9 +105,9 @@
 typedef struct
 {
-    const int maxIter;
-    const float tol;
-    float value;
-    int iter;
-    float lastDelta;
+    const int maxIter;   ///< Convergence limit
+    const float tol;   ///< Error Tolerance
+    float value;   ///< Value of function at minimum
+    int iter;    ///< Number of iterations required
+    float lastDelta;   ///< The last difference for the fit
 }
 psMinimization;
