Changeset 530
- Timestamp:
- Apr 27, 2004, 9:24:32 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 6 edited
-
sys/psAbort.h (modified) (4 diffs)
-
sys/psError.h (modified) (4 diffs)
-
sys/psString.h (modified) (4 diffs)
-
sysUtils/psAbort.h (modified) (4 diffs)
-
sysUtils/psError.h (modified) (4 diffs)
-
sysUtils/psString.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 -
trunk/psLib/src/sys/psError.h
r432 r530 2 2 * 3 3 * @brief Contains the declarations for the error reporting functions 4 * 5 * @ingroup SystemGroup 4 6 * 5 7 * Error reporting functions shall be used to create log entries in the … … 10 12 * @author Eric Van Alst, MHPCC 11 13 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-04- 16 02:18:57$14 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-04-27 19:24:32 $ 14 16 * 15 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 16 18 */ 17 19 18 #ifndef PS ERROR_H19 #define PS ERROR_H20 #ifndef PS_ERROR_H 21 #define PS_ERROR_H 20 22 21 23 /******************************************************************************/ … … 35 37 /*****************************************************************************/ 36 38 39 /** @addtogroup SystemGroup System Utilities 40 * @{ 41 */ 42 37 43 /** Reports an error message to the logging facility 38 44 * … … 50 56 ); 51 57 58 /* @} */ // End of SystemGroup Functions 59 52 60 #endif 53 61 -
trunk/psLib/src/sys/psString.h
r463 r530 2 2 * 3 3 * @brief Contains the declarations of string utility functions 4 * 5 * @ingroup SystemGroup 4 6 * 5 7 * String utility functions defined shall provide basic string copying … … 8 10 * @author Eric Van Alst, MHPCC 9 11 * 10 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-04-2 0 02:30:07$12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-04-27 19:24:32 $ 12 14 * 13 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 33 35 /* FUNCTION PROTOTYPES */ 34 36 /*****************************************************************************/ 37 38 // Doxygen group tags 39 /** @addtogroup SystemGroup System Utilities 40 * @{ 41 */ 35 42 36 43 /** Copies the input string … … 65 72 ); 66 73 74 /* @} */ // Doxygen - End of SystemGroup Functions 75 67 76 #endif 68 77 -
trunk/psLib/src/sysUtils/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 -
trunk/psLib/src/sysUtils/psError.h
r432 r530 2 2 * 3 3 * @brief Contains the declarations for the error reporting functions 4 * 5 * @ingroup SystemGroup 4 6 * 5 7 * Error reporting functions shall be used to create log entries in the … … 10 12 * @author Eric Van Alst, MHPCC 11 13 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-04- 16 02:18:57$14 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-04-27 19:24:32 $ 14 16 * 15 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 16 18 */ 17 19 18 #ifndef PS ERROR_H19 #define PS ERROR_H20 #ifndef PS_ERROR_H 21 #define PS_ERROR_H 20 22 21 23 /******************************************************************************/ … … 35 37 /*****************************************************************************/ 36 38 39 /** @addtogroup SystemGroup System Utilities 40 * @{ 41 */ 42 37 43 /** Reports an error message to the logging facility 38 44 * … … 50 56 ); 51 57 58 /* @} */ // End of SystemGroup Functions 59 52 60 #endif 53 61 -
trunk/psLib/src/sysUtils/psString.h
r463 r530 2 2 * 3 3 * @brief Contains the declarations of string utility functions 4 * 5 * @ingroup SystemGroup 4 6 * 5 7 * String utility functions defined shall provide basic string copying … … 8 10 * @author Eric Van Alst, MHPCC 9 11 * 10 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-04-2 0 02:30:07$12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-04-27 19:24:32 $ 12 14 * 13 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 33 35 /* FUNCTION PROTOTYPES */ 34 36 /*****************************************************************************/ 37 38 // Doxygen group tags 39 /** @addtogroup SystemGroup System Utilities 40 * @{ 41 */ 35 42 36 43 /** Copies the input string … … 65 72 ); 66 73 74 /* @} */ // Doxygen - End of SystemGroup Functions 75 67 76 #endif 68 77
Note:
See TracChangeset
for help on using the changeset viewer.
