Index: trunk/ppSub/src/ppSubArguments.c
===================================================================
--- trunk/ppSub/src/ppSubArguments.c	(revision 21257)
+++ trunk/ppSub/src/ppSubArguments.c	(revision 21360)
@@ -1,2 +1,14 @@
+/** @file ppSubArguments.c
+ *
+ *  @brief
+ *
+ *  @ingroup ppSub
+ *
+ *  @author IfA
+ *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2009-02-06 01:37:17 $
+ *  Copyright 2009 Institute for Astronomy, University of Hawaii
+ */
+
 #include "ppSub.h"
 
@@ -50,5 +62,7 @@
 }
 
-// Get a string value from the command-line and add it to the target
+/**
+ * Get a string value from the command-line and add it to the target
+ */
 static bool valueArgStr(psMetadata *arguments, // Command-line arguments
                         const char *argName, // Argument name in the command-line arguments
@@ -64,5 +78,7 @@
 }
 
-// Get a string value from the command-line or recipe and add it to the target
+/**
+ * Get a string value from the command-line or recipe and add it to the target
+ */
 static bool valueArgRecipeStr(psMetadata *arguments, // Command-line arguments
                               psMetadata *recipe, // Recipe
@@ -85,5 +101,7 @@
 }
 
-// Get a vector from the command-line or recipe, and add it to the target
+/**
+ * Get a vector from the command-line or recipe, and add it to the target
+ */
 static bool vectorArgRecipe(psMetadata *arguments, // Command-line arguments
                             const char *argName, // Argument name in the command-line arguments
@@ -146,5 +164,7 @@
 }
 
-// Add a single filename to the arguments as an array, so that it can be used with pmFPAfileBindFromArgs, etc
+/**
+ * Add a single filename to the arguments as an array, so that it can be used with pmFPAfileBindFromArgs, etc
+ */
 static void fileList(const char *file, // The symbolic name for the file
                      const char *name, // The name of the file
