IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 1:40:46 PM (21 years ago)
Author:
desonia
Message:

added comments on the end of #endif and #else

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psError.h

    r3476 r4162  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-03-22 21:52:49 $
     14 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-08 23:40:45 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    104104    va_list va                         ///< any parameters required in fmt
    105105);
    106 #endif
     106#endif // #ifndef SWIG
    107107
    108108#ifdef DOXYGEN
     
    135135    ...
    136136);
    137 #else
     137#else // #ifdef DOXYGEN
    138138psErrorCode p_psError(
    139139    const char* file,
     
    157157#define psError(code,new,...) p_psError(__FILE__,__LINE__,__func__,code,new,__VA_ARGS__)
    158158#define psWarning(...) p_psWarning(__FILE__,__LINE__,__func__,__VA_ARGS__)
    159 #endif
     159#endif // #ifndef SWIG
    160160
    161 #endif
     161#endif // ! DOXYGEN
    162162
    163163/** Create a new psErr struct
Note: See TracChangeset for help on using the changeset viewer.