changeset 8844 | b4f9ff470b85 |
parent 7792 | fa3c0a96e8a4 |
--- a/src/misc/countedptr.hpp Fri Jan 18 02:16:39 2008 +0000 +++ b/src/misc/countedptr.hpp Fri Jan 18 03:48:29 2008 +0000 @@ -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.