IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2004, 12:44:25 PM (22 years ago)
Author:
desonia
Message:

fixed some stupid indent-induced formating problems and added doxygen
comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psAbort.h

    r1407 r1426  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-08-07 00:06:06 $
     14 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-08-09 22:44:25 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3737 *
    3838 */
    39 void psAbort(const char *name,  // /< Source of abort such as file or function detected
    40              const char *fmt,   // /< A printf style formatting statement defining msg
     39void psAbort(const char *name,  ///< Source of abort such as file or function detected
     40             const char *fmt,   ///< A printf style formatting statement defining msg
    4141             ...
    4242            );
Note: See TracChangeset for help on using the changeset viewer.