Changeset 11248 for trunk/psLib/src/sys/psAbort.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psAbort.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psAbort.h
r8627 r11248 1 2 1 /** @file psAbort.h 3 2 * … … 8 7 * needing to abort from program execution. 9 8 * 10 * @ingroup ErrorHandling11 *12 9 * @author Eric Van Alst, MHPCC 13 10 * 14 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-08-26 04:34:28 $ 16 * 11 * $Revision: 1.13 $ $Name: not supported by cvs2svn $ 12 * $Date: 2007-01-23 22:47:23 $ 17 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 18 14 */ … … 21 17 #define PS_ABORT_H 22 18 23 // Doxygen grouping tags 24 25 /** @addtogroup ErrorHandling 26 * @{ 27 */ 19 /// @addtogroup SysUtils System Utilities 20 /// @{ 28 21 29 22 /** Reports an abort message to logging facility … … 51 44 #endif // __GNUC__ 52 45 53 /** @} */ // Doxygen - End of SystemGroup Functions 54 46 /// @} 55 47 #endif // #ifndef PS_ABORT_H
Note:
See TracChangeset
for help on using the changeset viewer.
