Index: trunk/psLib/src/math/psMatrix.h
===================================================================
--- trunk/psLib/src/math/psMatrix.h	(revision 10381)
+++ trunk/psLib/src/math/psMatrix.h	(revision 11248)
@@ -1,28 +1,25 @@
-/** @file  psMatrix.h
+/* @file  psMatrix.h
  *
- *  @brief Provides functions for linear algebra operations on psImages and psVectors.
+ * @brief Provides functions for linear algebra operations on psImages and psVectors.
  *
- *  Functions are provided to:
- *      Transpose a psImage
- *      Compute LUD
- *      Solve LUD
- *      Matrix inversion
- *      Calculate determinant
- *      Matrix multiplication
- *      Calculate Eigenvectors
- *      Convert matrix to vector
- *      Convert vector to matrix
+ * Functions are provided to:
+ *     Transpose a psImage
+ *     Compute LUD
+ *     Solve LUD
+ *     Matrix inversion
+ *     Calculate determinant
+ *     Matrix multiplication
+ *     Calculate Eigenvectors
+ *     Convert matrix to vector
+ *     Convert vector to matrix
  *
- *  These functions treat psImages as if they were matrices, therefore there is no psMatrix. These functions
- *  operate only with the psF64 data type.
+ * These functions treat psImages as if they were matrices, therefore there is no psMatrix. These functions
+ * operate only with the psF64 data type.
  *
- *  @ingroup Matrix
+ * @author Ross Harman, MHPCC
  *
- *  @author Ross Harman, MHPCC
- *
- *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-01 21:48:47 $
- *
- *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+ * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-23 22:47:23 $
+ * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
@@ -30,5 +27,5 @@
 #define PSMATRIX_H
 
-/// @addtogroup Matrix
+/// @addtogroup MathOps Mathematical Operations
 /// @{
 
@@ -183,4 +180,3 @@
 
 /// @}
-
 #endif // #ifndef PSMATRIX_H
