summaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-01-18 03:48:29 +0000
committerglx <glx@openttd.org>2008-01-18 03:48:29 +0000
commitbba1a62db1d9dc233e57c34d639109f03d060a2b (patch)
tree6ac2c8a0d7db1be70cb212d28fdcdc13603b75f1 /src/misc
parent91cb42fa73423f28392fdaa0e14333ee5de56803 (diff)
downloadopenttd-bba1a62db1d9dc233e57c34d639109f03d060a2b.tar.xz
(svn r11914) -Documentation: fix some @file statement
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/countedptr.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/misc/countedptr.hpp b/src/misc/countedptr.hpp
index e3920e49a..c19e64b0b 100644
--- a/src/misc/countedptr.hpp
+++ b/src/misc/countedptr.hpp
@@ -1,12 +1,10 @@
/* $Id$ */
-/** @file countedptr.hpp */
+/** @file countedptr.hpp CCountedPtr - smart pointer implementation. */
#ifndef COUNTEDPTR_HPP
#define COUNTEDPTR_HPP
-/** @file CCountedPtr - smart pointer implementation */
-
/** CCountedPtr - simple reference counting smart pointer.
*
* One of the standard ways how to maintain object's lifetime.