Index: trunk/archive/pslib/include/psBitMask.h
===================================================================
--- trunk/archive/pslib/include/psBitMask.h	(revision 247)
+++ trunk/archive/pslib/include/psBitMask.h	(revision 257)
@@ -12,4 +12,9 @@
     char *bits;				//!< The bits
 } psBitMask;
+
+/** Functions **************************************************************/
+/** \addtogroup MathGroup Math Utilities
+ *  \{
+ */
 
 /** Constructor */
@@ -44,3 +49,5 @@
     );
 
+/* \} */ // End of MathGroup Functions
+
 #endif 
