From b7f50533c29ea74e9973ac641ec677eb69411d5d Mon Sep 17 00:00:00 2001 From: glx Date: Fri, 18 Jan 2008 03:48:29 +0000 Subject: (svn r11914) -Documentation: fix some @file statement --- src/misc/countedptr.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/misc') 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. -- cgit v1.2.3-54-g00ecf