Changeset 530 for trunk/psLib/src/sys/psAbort.h
- Timestamp:
- Apr 27, 2004, 9:24:32 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psAbort.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psAbort.h
r432 r530 1 1 /** @file psAbort.h 2 * 3 * @ingroup SystemGroup System Utilities 2 4 * 3 5 * @brief Contains the declarations for the abort function … … 9 11 * @author Eric Van Alst, MHPCC 10 12 * 11 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-04- 16 02:18:57$13 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-04-27 19:24:32 $ 13 15 * 14 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 17 */ 16 18 17 #ifndef PS ABORT_H18 #define PS ABORT_H19 #ifndef PS_ABORT_H 20 #define PS_ABORT_H 19 21 20 22 /******************************************************************************/ … … 34 36 /*****************************************************************************/ 35 37 38 // Doxygen grouping tags 39 /** @addtogroup SystemGroup System Utilities 40 * @{ 41 */ 42 36 43 /** Reports an abort message to logging facility 37 44 * … … 50 57 ); 51 58 59 /* @} */ // Doxygen - End of SystemGroup Functions 60 52 61 #endif 53 62
Note:
See TracChangeset
for help on using the changeset viewer.
