Index: trunk/psModules/src/extras/psIOBuffer.h
===================================================================
--- trunk/psModules/src/extras/psIOBuffer.h	(revision 10610)
+++ trunk/psModules/src/extras/psIOBuffer.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  IOBuffer.h
+ * @brief input/output character buffer
+ *
+ * @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_IO_BUFFER_H
 #define PS_IO_BUFFER_H
+
+/// @addtogroup Extras Miscellaneous Funtions
+/// @{
 
 typedef struct
@@ -32,3 +31,4 @@
 int psIOBufferReadEmpty (psIOBuffer *buffer, int maxRetries, int fd);
 
+/// @}
 # endif
