Index: trunk/psLib/src/fft/psVectorFFT.h
===================================================================
--- trunk/psLib/src/fft/psVectorFFT.h	(revision 828)
+++ trunk/psLib/src/fft/psVectorFFT.h	(revision 974)
@@ -3,8 +3,10 @@
  *  @brief Contains FFT transforms functions
  *
+ *  @ingroup Transform
+ *
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-02 19:41: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
@@ -16,4 +18,7 @@
 #include "psImage.h"
 #include "psVector.h"
+
+/// @addtogroup Transform
+/// @{
 
 /** Details on FFT implementation (private). */
@@ -42,4 +47,5 @@
 psVector* psVectorPowerSpectrum(psVector* out, const psVector* in);
 
+/// @}
 
 #endif
