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
commitb7f50533c29ea74e9973ac641ec677eb69411d5d (patch)
tree6ac2c8a0d7db1be70cb212d28fdcdc13603b75f1 /src/misc
parent0b3db1a92d5d38a383db2fe7cbd5028febdb3789 (diff)
downloadopenttd-b7f50533c29ea74e9973ac641ec677eb69411d5d.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.