Index: trunk/psModules/src/extras/pmKapaPlots.c
===================================================================
--- trunk/psModules/src/extras/pmKapaPlots.c	(revision 10866)
+++ trunk/psModules/src/extras/pmKapaPlots.c	(revision 11253)
@@ -7,6 +7,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-01 21:03:41 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-24 02:54:15 $
  *
  *  Copyright 2006 Institute for Astronomy, University of Hawaii
@@ -148,5 +148,5 @@
     # include "pmKapaPlots.h"
 
-    int pmKapaOpen ()
+    int pmKapaOpen (bool showWindow)
 {
     return -1;
Index: trunk/psModules/src/extras/pmKapaPlots.h
===================================================================
--- trunk/psModules/src/extras/pmKapaPlots.h	(revision 10866)
+++ trunk/psModules/src/extras/pmKapaPlots.h	(revision 11253)
@@ -1,18 +1,17 @@
-/** @file  pmKapaPlots.h
-*
-*  @brief functions to make plots with the external program 'kapa' 
-*
-*  @ingroup extras
-*
-*  @author EAM, IfA
-*
-*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-01-01 21:03:41 $
-*
-*  Copyright 2006 Institute for Astronomy, University of Hawaii
-*/
+/* @file  pmKapaPlots.h
+ * @brief functions to make plots with the external program 'kapa' 
+ *
+ * @author EAM, IfA
+ *
+ * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2006 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PM_KAPA_PLOTS_H
 #define PM_KAPA_PLOTS_H
+
+/// @addtogroup Extras Miscellaneous Funtions
+/// @{
 
 // move to psLib or psModules
@@ -31,3 +30,4 @@
 # endif
 
+/// @}
 #endif // PM_KAPA_PLOTS_H
Index: trunk/psModules/src/extras/psIOBuffer.h
===================================================================
--- trunk/psModules/src/extras/psIOBuffer.h	(revision 10866)
+++ 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
Index: trunk/psModules/src/extras/psPipe.h
===================================================================
--- trunk/psModules/src/extras/psPipe.h	(revision 10866)
+++ 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
Index: trunk/psModules/src/extras/psVectorBracket.h
===================================================================
--- trunk/psModules/src/extras/psVectorBracket.h	(revision 10866)
+++ trunk/psModules/src/extras/psVectorBracket.h	(revision 11253)
@@ -1,5 +1,17 @@
+/* @file  psVectorBracket.h
+ * @brief vector bracket functions
+ *
+ * @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_VECTOR_BRACKET_H
 # define PS_VECTOR_BRACKET_H
+
+/// @addtogroup Extras Miscellaneous Funtions
+/// @{
 
 int psVectorBracket(const psVector *index, psF32 key, bool above);
@@ -7,3 +19,4 @@
 psF32 psVectorInterpolate(const psVector *index, const psVector *value, psF32 key);
 
+/// @}
 # endif /* PS_VECTOR_BRACKET_H */
