Mercurial > hg > x
comparison tstream.h @ 5:5f3c32dc6e17
* Adjust comment syntax to permit Doxygen to generate HTML documentation; add Doxyfile
author | Chris Cannam |
---|---|
date | Wed, 06 Oct 2010 15:19:49 +0100 |
parents | fc19d45615d1 |
children | 9b1c0825cc77 |
comparison
equal
deleted
inserted
replaced
4:92ee28024c05 | 5:5f3c32dc6e17 |
---|---|
1 #ifndef TSTREAM_H | 1 #ifndef TSTREAM_H |
2 #define TSTREAM_H | 2 #define TSTREAM_H |
3 | 3 |
4 /* | 4 /** |
5 TStream.h - a stream I/O interface without implementation. | 5 \file tstream.h - a stream I/O interface without implementation. |
6 | 6 |
7 This file is included to allow compiling relevent functions that uses Borland VCL's TStream class for | 7 This file is included to allow compiling relevent functions that uses Borland VCL's TStream class for |
8 abstract I/O purposes. | 8 abstract I/O purposes. |
9 */ | 9 */ |
10 | 10 |