IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 9:45:30 AM (17 years ago)
Author:
giebink
Message:

inline Doxygen comments deleted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppArith/src/ppArithReadout.c

    r21244 r21378  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-01 21:40:52 $
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-06 19:45:30 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
     
    2929    PS_ASSERT_PTR_NON_NULL(view, false);
    3030
    31     bool mdok;                          ///< Status of MD lookup
     31    bool mdok;                          // Status of MD lookup
    3232    bool isMask = psMetadataLookupBool(&mdok, config->arguments, "MASK");
    3333
    34     psImage *inImage1;  ///< Input image 1
    35     psImage *outImage;  ///< Output image
     34    psImage *inImage1;  // Input image 1
     35    psImage *outImage;  // Output image
    3636    if (isMask) {
    3737        inImage1 = input1->mask;
     
    5454    PS_ASSERT_IMAGE_NON_NULL(inImage1, false);
    5555
    56     psImage *inImage2 = NULL;           ///< Input image 2
     56    psImage *inImage2 = NULL;           // Input image 2
    5757    if (input2) {
    5858        inImage2 = isMask ? input2->mask : input2->image;
     
    7373
    7474    // Look up appropriate values
    75     const char *op = psMetadataLookupStr(NULL, config->arguments, "OPERATION"); ///< Operation to perform
     75    const char *op = psMetadataLookupStr(NULL, config->arguments, "OPERATION"); // Operation to perform
    7676
    7777    if (input2) {
Note: See TracChangeset for help on using the changeset viewer.