Index: trunk/psLib/src/math/psMatrix.h
===================================================================
--- trunk/psLib/src/math/psMatrix.h	(revision 908)
+++ trunk/psLib/src/math/psMatrix.h	(revision 974)
@@ -17,8 +17,10 @@
  *  operate only with the psF64 data type.
  *
+ *  @ingroup Matrix
+ *
  *  @author Ross Harman, MHPCC
- *   
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-08 01:58:03 $
+ *
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-10 01:58:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -28,23 +30,10 @@
 #define PSMATRIX_H
 
-/******************************************************************************/
-/*  DEFINE STATEMENTS                                                         */
-/******************************************************************************/
-
-// None
-
-/******************************************************************************/
-/*  TYPE DEFINITIONS                                                          */
-/******************************************************************************/
-
-// None
-
-/*****************************************************************************/
-/* FUNCTION PROTOTYPES                                                       */
-/*****************************************************************************/
+/// @addtogroup Matrix
+/// @{
 
 /** LU Decomposition of psImage matrix.
  *
- *  Performs a LU decomposition on a psImage matrix and returns the LU matrix. If the user specifies NULL for 
+ *  Performs a LU decomposition on a psImage matrix and returns the LU matrix. If the user specifies NULL for
  *  the outImage or outPerm arguments, then they will be automatically created. The input image must 
  *  be square. This function operates only with the psF64 data type. Input and output arguments should not be 
@@ -77,5 +66,5 @@
 /** Invert psImage matrix.
  *
- *  Inverts a psImage matrix and returns the determinant as an option through the argument list. If the user 
+ *  Inverts a psImage matrix and returns the determinant as an option through the argument list. If the user
  *  specifies NULL as the outImage argument, then it will automatically be created. The input image must be 
  *  square. This function operates only with the psF64 data type. Input and output arguments should not be 
@@ -172,3 +161,5 @@
 );
 
+/// @}
+
 #endif
