Changeset 530 for trunk/psLib/src/sysUtils/psString.h
- Timestamp:
- Apr 27, 2004, 9:24:32 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psString.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
