IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2009, 12:00:45 PM (17 years ago)
Author:
giebink
Message:

Doxygen comments made consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/ppArith/src/ppArith.h

    r21229 r21239  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.3.32.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-01-30 01:37:55 $
     8 *  @version $Revision: 1.3.32.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-01-30 22:00:45 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
     
    1717/// @addtogroup ppArith
    1818/// @{
    19 #define PPARITH_RECIPE "PPARITH"            /** Name of the recipe to use */
     19#define PPARITH_RECIPE "PPARITH"            ///< Name of the recipe to use
    2020
    21 /// Parse the arguments
    22 bool ppArithArguments(int argc, char *argv[], /**< Command-line arguments */
    23                       pmConfig *config    /**< Configuration */
     21/**
     22 * Parse the arguments
     23 */
     24bool ppArithArguments(int argc, char *argv[], ///< Command-line arguments
     25                      pmConfig *config    ///< Configuration
    2426    );
    2527
    26 /// Parse the camera input
    27 bool ppArithCamera(pmConfig *config       /**< Configuration */
     28/**
     29 * Parse the camera input
     30 */
     31bool ppArithCamera(pmConfig *config       ///< Configuration
    2832    );
    2933
    30 /// Loop over the FPA hierarchy
    31 bool ppArithLoop(pmConfig *config         /**< Configuration */
     34/**
     35 * Loop over the FPA hierarchy
     36 */
     37bool ppArithLoop(pmConfig *config         ///< Configuration
    3238    );
    3339
    34 /// Perform arithmetic on the readout
    35 bool ppArithReadout(pmReadout *output,  /**< Output readout */
    36                     const pmReadout *input1, /**< Input readout */
    37                     const pmReadout *input2, /**< Input readout */
    38                     const pmConfig *config, /**< Configuration */
    39                     const pmFPAview *view /**< View of readout on which to operate */
     40/**
     41 * Perform arithmetic on the readout
     42 */
     43bool ppArithReadout(pmReadout *output,  ///< Output readout
     44                    const pmReadout *input1, ///< Input readout
     45                    const pmReadout *input2, ///< Input readout
     46                    const pmConfig *config, ///< Configuration
     47                    const pmFPAview *view ///< View of readout on which to operate
    4048    );
    4149
    42 /// Put the program version information into a metadata
    43 void ppArithVersionMetadata(psMetadata *metadata /**< Metadata to populate */
     50/**
     51 * Put the program version information into a metadata
     52 */
     53void ppArithVersionMetadata(psMetadata *metadata ///< Metadata to populate
    4454    );
    4555
Note: See TracChangeset for help on using the changeset viewer.