IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 3:37:17 PM (17 years ago)
Author:
giebink
Message:

ppSub Doxygen tags and Doxygen configuration files added

File:
1 edited

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
    113#include "ppSub.h"
    214
     
    5062}
    5163
    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 */
    5367static bool valueArgStr(psMetadata *arguments, // Command-line arguments
    5468                        const char *argName, // Argument name in the command-line arguments
     
    6478}
    6579
    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 */
    6783static bool valueArgRecipeStr(psMetadata *arguments, // Command-line arguments
    6884                              psMetadata *recipe, // Recipe
     
    85101}
    86102
    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 */
    88106static bool vectorArgRecipe(psMetadata *arguments, // Command-line arguments
    89107                            const char *argName, // Argument name in the command-line arguments
     
    146164}
    147165
    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 */
    149169static void fileList(const char *file, // The symbolic name for the file
    150170                     const char *name, // The name of the file
Note: See TracChangeset for help on using the changeset viewer.