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/sys/psErrorCodes.h

    r3264 r4162  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-02-17 19:26:24 $
     9 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-08 23:40:45 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2525 *     $2  The error description (rest of the line in psErrorCodes.dat)
    2626 *     $n  The order of the source line in psErrorCodes.dat (comments excluded)
    27  * 
     27 *
    2828 * DO NOT EDIT THE LINES BETWEEN //~Start and //~End!  ANY CHANGES WILL BE OVERWRITTEN.
    2929 */
     
    7878/** Retrieves the description of an error code.
    7979 *
    80  *  The routine psErrorCodeString returns the string associated with an error 
     80 *  The routine psErrorCodeString returns the string associated with an error
    8181 *  code.
    8282 *
     
    9090 *
    9191 *  Any project needed to use psLib must define the necessary error codes and
    92  *  associated message strings.  This function registers an array of error 
     92 *  associated message strings.  This function registers an array of error
    9393 *  codes with the error handling subsystem.
    9494 *
     
    109109/// @}
    110110
    111 #endif
     111#endif // #ifndef PS_ERROR_CODES_H
Note: See TracChangeset for help on using the changeset viewer.