IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 10:44:04 AM (17 years ago)
Author:
eugene
Message:

merging Doxygen comments by Bill G from eam_branch_20081230

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpErrorCodes.c.in

    r11282 r21323  
     1/** @file pswarpErrorCodes.c.in
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup pswarp
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-05 20:44:04 $
     10 *  Copyright 2009 Institute for Astronomy, University of Hawaii
     11 */
     12
     13#include "pslib.h"
     14#include "pswarpErrorCodes.h"
     15
    116/*
    217 * The line
     
    520 * will be replaced by values from errorCodes.dat
    621 */
    7 #include "pslib.h"
    8 #include "pswarpErrorCodes.h"
    9 
    1022void pswarpErrorRegister(void)
    1123{
     
    1426       { PSWARP_ERR_${ErrorCode}, "${ErrorDescription}"},
    1527    };
    16     static int nerror = PSWARP_ERR_NERROR - PSWARP_ERR_BASE; // number of values in enum
     28    static int nerror = PSWARP_ERR_NERROR - PSWARP_ERR_BASE; ///< number of values in enum
    1729
    1830    for (int i = 0; i < nerror; i++) {
Note: See TracChangeset for help on using the changeset viewer.