(svn r11914) -Documentation: fix some @file statement
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user