Index: trunk/psLib/src/math/psUnaryOp.h
===================================================================
--- trunk/psLib/src/math/psUnaryOp.h	(revision 4540)
+++ trunk/psLib/src/math/psUnaryOp.h	(revision 11248)
@@ -1,37 +1,36 @@
-/** @file  psUnaryOp.h
+/* @file  psUnaryOp.h
  *
- *  @brief Provides unary functions for simple matrix and vector element operations. Functions
- *  include:
+ * @brief Provides unary functions for simple matrix and vector element operations
  *
- *      Addition (+)
- *      Subtraction (-)
- *      Multiplication (*)
- *      Division (/)
- *      Power (^)
- *      Minimum (min)
- *      Maximum (max)
- *      Absolute value (abs)
- *      Exponent (exp)
- *      Natural Log (ln)
- *      Power of 10 (ten)
- *      Log (log)
- *      Sine (sin or dsin)
- *      Cosine (cos or dcos)
- *      Tangent (tan or dtan)
- *      Arcsine (asin or dasin)
- *      Arccosine (acos or dacos)
- *      Arctan (atan or datan)
+ * Defined unary functions include:
  *
- *  Currently only vector-vector and image-image binary operations are supported.
+ *     Addition (+)
+ *     Subtraction (-)
+ *     Multiplication (*)
+ *     Division (/)
+ *     Power (^)
+ *     Minimum (min)
+ *     Maximum (max)
+ *     Absolute value (abs)
+ *     Exponent (exp)
+ *     Natural Log (ln)
+ *     Power of 10 (ten)
+ *     Log (log)
+ *     Sine (sin or dsin)
+ *     Cosine (cos or dcos)
+ *     Tangent (tan or dtan)
+ *     Arcsine (asin or dasin)
+ *     Arccosine (acos or dacos)
+ *     Arctan (atan or datan)
  *
- *  @ingroup MatrixArithmetic
+ * Currently only vector-vector and image-image binary operations are supported.
  *
- *  @author Ross Harman, MHPCC
- *  @author Robert DeSonia, MHPCC
+ * @author EAM, IfA
+ * @author Ross Harman, MHPCC
+ * @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-07-12 19:12:01 $
- *
- *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+ * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-23 22:47:23 $
+ * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
@@ -39,7 +38,6 @@
 #define PSUNARY_OP_H
 
-/// @addtogroup MatrixArithmetic
+/// @addtogroup MathOps Mathematical Operations
 /// @{
-
 
 /** Perform simple unary arithmetic with images or vectors
@@ -66,4 +64,3 @@
 
 /// @}
-
 #endif // #ifndef PSUNARY_OP_H
