Index: trunk/psLib/src/math/psCompare.h
===================================================================
--- trunk/psLib/src/math/psCompare.h	(revision 4367)
+++ trunk/psLib/src/math/psCompare.h	(revision 11248)
@@ -1,13 +1,10 @@
-/** @file psCompare.h
- *  @brief Comparison functions for sorting routines
- *
- *  @author Robert Daniel DeSonia, MHPCC
- *
- *  @ingroup Compare
- *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-23 03:50:29 $
- *
- *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
+/* @file psCompare.h
+ * @brief Comparison functions for sorting routines
+ *
+ * @author Robert Daniel DeSonia, MHPCC
+ *
+ * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-23 22:47:23 $
+ * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
@@ -15,9 +12,8 @@
 #define PS_COMPARE_H
 
+/// @addtogroup MathOps Mathematical Operations
+/// @{
+
 #include "psType.h"
-
-/** @addtogroup Compare
-*  @{
-*/
 
 /** A comparison function for sorting elements that are pointers to data,
@@ -503,6 +499,4 @@
 );
 
-
 /// @}
-
 #endif  // #ifndef PS_COMPARE_H
