IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2004, 2:06:06 PM (22 years ago)
Author:
desonia
Message:

another attempt to get astyle to get it right.

File:
1 edited

Legend:

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

    r974 r1407  
     1
    12/** @file  psAbort.h
    23 *
     
    1112 *  @author Eric Van Alst, MHPCC
    1213 *
    13  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-06-10 01:58:06 $
     14 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-08-07 00:06:06 $
    1516 *
    1617 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1819
    1920#ifndef PS_ABORT_H
    20 #define PS_ABORT_H
    21 
     21#    define PS_ABORT_H
    2222
    2323// Doxygen grouping tags
     24
    2425/** @addtogroup ErrorHandling
    2526 *  @{
     
    3637 *
    3738 */
    38 void psAbort(
    39     const char* name,                   ///< Source of abort such as file or function detected
    40     const char* fmt,                    ///< A printf style formatting statement defining msg
    41     ...
    42 );
     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
     41             ...
     42            );
    4343
    44 /* @} */  // Doxygen - End of SystemGroup Functions
     44/* @} */// Doxygen - End of SystemGroup Functions
    4545
    4646#endif
    47 
Note: See TracChangeset for help on using the changeset viewer.