Changeset 11248 for trunk/psLib/src/sys/psLine.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLine.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLine.h
r7950 r11248 1 1 /** @file psLine.h 2 2 * 3 * 4 * @brief Contains the declarations of line utility functions 5 * 6 * @ingroup SysUtils 3 * @brief charater-string fixed-length line functions 7 4 * 8 5 * The psLine functions allow manipulation of fixed-length lines. 9 6 * 7 * @author EAM, IFA 10 8 * @author Paul Price, IFA 11 9 * @author David Robbins, MHPCC 12 10 * 13 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $14 * @date $Date: 200 6-07-21 02:39:33 $11 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-23 22:47:23 $ 15 13 * 16 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 20 18 #define PS_LINE_H 21 19 20 /// @addtogroup SysUtils System Utilities 21 /// @{ 22 22 23 #include "psString.h" 23 24 /** @addtogroup SysUtils25 * @{26 */27 24 28 25 /** Structure to carry a dynamic string */ … … 77 74 ); 78 75 76 /// @} 79 77 #endif /* PS_LINE_H */
Note:
See TracChangeset
for help on using the changeset viewer.
