Index: trunk/psLib/src/math/psRandom.h
===================================================================
--- trunk/psLib/src/math/psRandom.h	(revision 4857)
+++ trunk/psLib/src/math/psRandom.h	(revision 11248)
@@ -1,21 +1,21 @@
-/** @file psRandom.h
-*  \brief Random Number Generators
-*  \ingroup Math
-*
-*  This file will hold the prototypes for procedures which allocate, free,
-*  and evaluate random number Generators.
-*
-*  @ingroup Math
-*
-*  @author GLG, MHPCC
-*
-*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-08-23 23:23:05 $
-*
-*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
-*/
+/* @file psRandom.h
+ * @brief Random Number Generators
+ *
+ * This file will hold the prototypes for procedures which allocate, free,
+ * and evaluate random number Generators.
+ *
+ * @author GLG, MHPCC
+ *
+ * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-23 22:47:23 $
+ *
+ * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+ */
 
 #ifndef PS_RANDOM_H
 #define PS_RANDOM_H
+
+/// @addtogroup MathOps Mathematical Operations
+/// @{
 
 #include <stdio.h>
@@ -28,8 +28,4 @@
 #include <gsl/gsl_rng.h>
 #include <gsl/gsl_randist.h>
-
-/** \addtogroup Math
- *  \{
- */
 
 /** Enumeration containing a flag for psRandom types.  */
@@ -109,5 +105,4 @@
 );
 
-/* \} */// End of MathGroup Functions
-
+/// @}
 #endif // #ifndef PS_RANDOM_H
