Index: trunk/psModules/src/extras/psPipe.h
===================================================================
--- trunk/psModules/src/extras/psPipe.h	(revision 10610)
+++ trunk/psModules/src/extras/psPipe.h	(revision 11253)
@@ -1,18 +1,17 @@
-/** @file  psPipe.h
-*
-*  @brief 3-stream pipe 
-*
-*  @ingroup misc
-*
-*  @author EAM, IfA
-*
-*  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-12-10 18:27:26 $
-*
-*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
-*/
+/* @file  psPipe.h
+ * @brief 3-stream pipe 
+ *
+ * @author EAM, IfA
+ *
+ * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PS_PIPE_H
 #define PS_PIPE_H
+
+/// @addtogroup Extras Miscellaneous Funtions
+/// @{
 
 // move these to pslib??
@@ -31,3 +30,4 @@
 int     psPipeClose (psPipe *pipe);
 
+/// @}
 # endif
