aboutsummaryrefslogtreecommitdiff
path: root/src/file.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2008-01-23 23:34:37 +0000
committerMike Buland <eichlan@xagasoft.com>2008-01-23 23:34:37 +0000
commit3e581ae682dc6050b8b8c41c917ae62a040719d8 (patch)
treea28ca879526d870c49108188e8f88ccd571e9a76 /src/file.h
parent51f9aa16cbdd78c0b31483df26d0f7e81376f974 (diff)
downloadlibbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.gz
libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.bz2
libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.xz
libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.zip
Minor changes to documentation, mainly.
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/file.h b/src/file.h
index b676c2d..ab3e529 100644
--- a/src/file.h
+++ b/src/file.h
@@ -15,6 +15,10 @@
15 15
16namespace Bu 16namespace Bu
17{ 17{
18 /**
19 * A file stream.
20 *@ingroup Streams
21 */
18 class File : public Bu::Stream 22 class File : public Bu::Stream
19 { 23 {
20 public: 24 public: