Index: trunk/psLib/src/collections/psBitSet.h
===================================================================
--- trunk/psLib/src/collections/psBitSet.h	(revision 966)
+++ trunk/psLib/src/collections/psBitSet.h	(revision 974)
@@ -8,8 +8,10 @@
  *  string.
  *
+ *  @ingroup BitSet
+ *
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-10 00:29:57 $
+ *  @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
@@ -18,4 +20,7 @@
 #ifndef PSBITSET_H
 #define PSBITSET_H
+
+/// @addtogroup BitSet
+/// @{
 
 /******************************************************************************/
@@ -111,3 +116,5 @@
 );
 
+/// @}
+
 #endif
Index: trunk/psLib/src/collections/psList.h
===================================================================
--- trunk/psLib/src/collections/psList.h	(revision 966)
+++ trunk/psLib/src/collections/psList.h	(revision 974)
@@ -4,11 +4,12 @@
 /** @file psList.h
  *  @brief Support for doubly linked lists
- *  @ingroup DataContainers
  *
  *  @author Robert Lupton, Princeton University
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-09 02:16:41 $
+ *  @ingroup LinkedList
+ *
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-10 01:58:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -18,4 +19,8 @@
 
 #include "psVector.h"
+
+/** @addtogroup LinkedList
+ *  @{
+ */
 
 /** Special values of index into list
@@ -54,8 +59,4 @@
 }
 psList;
-
-/** @addtogroup DataContainers General Data Container Utilities
- *  @{
- */
 
 /** Constructor */
Index: trunk/psLib/src/collections/psSort.h
===================================================================
--- trunk/psLib/src/collections/psSort.h	(revision 966)
+++ trunk/psLib/src/collections/psSort.h	(revision 974)
@@ -12,8 +12,10 @@
  *  in the sorted array is undefined.
  *
+ *  @ingroup Sort
+ *
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-09 18:23:22 $
+ *  @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
@@ -22,4 +24,7 @@
 #ifndef PSSORT_H
 #define PSSORT_H
+
+/// @addtogroup Sort
+/// @{
 
 /******************************************************************************/
@@ -58,3 +63,5 @@
 psVector *psSortIndex(psVector *restrict outVector, const psVector *restrict inVector);
 
+/// @}
+
 #endif
Index: trunk/psLib/src/collections/psVector.h
===================================================================
--- trunk/psLib/src/collections/psVector.h	(revision 966)
+++ trunk/psLib/src/collections/psVector.h	(revision 974)
@@ -6,9 +6,11 @@
  *  in manupulating vectors.
  *
+ *  @ingroup Vector
+ *
  *  @author Robert DeSonia, MHPCC
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-03 00:32:32 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-10 01:58:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -19,4 +21,7 @@
 
 #include "psType.h"
+
+/// @addtogroup Vector
+/// @{
 
 /** An vector to support primitive types.
@@ -121,3 +126,5 @@
 );
 
+/// @}
+
 #endif
