X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/blobdiff_plain/f78de74b202cefa087e9d6d1ac62a6d4f0bcf6eb..a68a7f42b02ad0260220d94f36ab61c772db071a:/intern/memutil/MEM_SmartPtr.h diff --git a/intern/memutil/MEM_SmartPtr.h b/intern/memutil/MEM_SmartPtr.h index f8305c0afd9..55bae151027 100644 --- a/intern/memutil/MEM_SmartPtr.h +++ b/intern/memutil/MEM_SmartPtr.h @@ -28,19 +28,19 @@ * * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ +/** + * @file MEM_SmartPtr.h + * Declaration of MEM_RefCounted and MEM_RefCountable classes. + * @author Laurence + */ #ifndef NAN_INCLUDED_MEM_SmartPtr_h #define NAN_INCLUDED_MEM_SmartPtr_h -/** - * $Id$ - * Copyright (C) 2001 NaN Technologies B.V. - * - * @author Laurence - */ #include // for NULL ! + /** * @section MEM_SmartPtr * This class defines a smart pointer similar to that defined in @@ -86,7 +86,7 @@ * MEM_SmartPtr m_foo; * } * - * You my also safely construct vectors of MEM_SmartPtrs and + * You may also safely construct vectors of MEM_SmartPtrs and * have the vector own stuff you put into it. * * e.g.