Index: trunk/psastro/src/psastroVisual.c
===================================================================
--- trunk/psastro/src/psastroVisual.c	(revision 20805)
+++ trunk/psastro/src/psastroVisual.c	(revision 21409)
@@ -1,5 +1,14 @@
-/***********************************/
-/***Diagnostic plots for psastro****/
-/***********************************/
+/** @file psastroVisual.c
+ *
+ *  @brief Diagnostic plots for psastro
+ *
+ *  @ingroup libpsastro
+ *
+ *  @author IfA
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2009-02-07 02:03:34 $
+ *  Copyright 2009 Institute for Astronomy, University of Hawaii
+ */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
@@ -47,5 +56,7 @@
 /*****************************/
 
-/**  start or stop plotting */
+/**  
+ * start or stop plotting 
+ */
 bool psastroSetVisual (bool mode) {
     isVisual = mode;
@@ -54,5 +65,7 @@
 
 
-/** open, name, and resize a window if necessary*/
+/** 
+ * open, name, and resize a window if necessary
+ */
 bool psastroVisualInitWindow( int *kapid, char *name ) {
     if (*kapid == -1) {
@@ -69,5 +82,7 @@
 
 
-/** ask the user how to proceed*/
+/** 
+ * ask the user how to proceed
+ */
 bool psastroVisualAskUser( bool *plotflag ) {
     char key[10];
@@ -87,5 +102,7 @@
 
 
-/** destroy windows at the end of a run*/
+/** 
+ * destroy windows at the end of a run
+ */
 bool psastroVisualClose() {
     if(kapa != -1)
