Index: trunk/psLib/src/collections/psVector.h
===================================================================
--- trunk/psLib/src/collections/psVector.h	(revision 836)
+++ 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
