Changeset 21360 for trunk/ppSub/src/ppSubArguments.c
- Timestamp:
- Feb 5, 2009, 3:37:17 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubArguments.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubArguments.c
r21257 r21360 1 /** @file ppSubArguments.c 2 * 3 * @brief 4 * 5 * @ingroup ppSub 6 * 7 * @author IfA 8 * @version $Revision: 1.56 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-06 01:37:17 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 #include "ppSub.h" 2 14 … … 50 62 } 51 63 52 // Get a string value from the command-line and add it to the target 64 /** 65 * Get a string value from the command-line and add it to the target 66 */ 53 67 static bool valueArgStr(psMetadata *arguments, // Command-line arguments 54 68 const char *argName, // Argument name in the command-line arguments … … 64 78 } 65 79 66 // Get a string value from the command-line or recipe and add it to the target 80 /** 81 * Get a string value from the command-line or recipe and add it to the target 82 */ 67 83 static bool valueArgRecipeStr(psMetadata *arguments, // Command-line arguments 68 84 psMetadata *recipe, // Recipe … … 85 101 } 86 102 87 // Get a vector from the command-line or recipe, and add it to the target 103 /** 104 * Get a vector from the command-line or recipe, and add it to the target 105 */ 88 106 static bool vectorArgRecipe(psMetadata *arguments, // Command-line arguments 89 107 const char *argName, // Argument name in the command-line arguments … … 146 164 } 147 165 148 // Add a single filename to the arguments as an array, so that it can be used with pmFPAfileBindFromArgs, etc 166 /** 167 * Add a single filename to the arguments as an array, so that it can be used with pmFPAfileBindFromArgs, etc 168 */ 149 169 static void fileList(const char *file, // The symbolic name for the file 150 170 const char *name, // The name of the file
Note:
See TracChangeset
for help on using the changeset viewer.
