From 65687c32fb065eba8a636f3c4ebdea0d498d6d0a Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 25 Feb 2011 11:47:18 +0000 Subject: [PATCH] doxygen: intern/memutil tagged --- intern/memutil/MEM_Allocator.h | 7 ++++++- intern/memutil/MEM_CacheLimiter.h | 7 ++++++- intern/memutil/MEM_CacheLimiterC-Api.h | 7 ++++++- intern/memutil/MEM_NonCopyable.h | 7 ++++++- intern/memutil/MEM_RefCountPtr.h | 7 ++++++- intern/memutil/MEM_RefCounted.h | 7 ++++++- intern/memutil/MEM_RefCountedC-Api.h | 7 ++++++- intern/memutil/MEM_SmartPtr.h | 7 ++++++- intern/memutil/intern/MEM_CacheLimiterC-Api.cpp | 3 +++ intern/memutil/intern/MEM_RefCountedC-Api.cpp | 7 ++++++- 10 files changed, 57 insertions(+), 9 deletions(-) diff --git a/intern/memutil/MEM_Allocator.h b/intern/memutil/MEM_Allocator.h index c9975b1e563..9e9ce47c84f 100644 --- a/intern/memutil/MEM_Allocator.h +++ b/intern/memutil/MEM_Allocator.h @@ -1,4 +1,4 @@ -/** +/* * * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -21,6 +21,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file memutil/MEM_Allocator.h + * \ingroup memutil + */ + + #ifndef MEM_ALLOCATOR_H #define MEM_ALLOCATOR_H diff --git a/intern/memutil/MEM_CacheLimiter.h b/intern/memutil/MEM_CacheLimiter.h index b90c5db1b4f..0b657104a05 100644 --- a/intern/memutil/MEM_CacheLimiter.h +++ b/intern/memutil/MEM_CacheLimiter.h @@ -1,4 +1,4 @@ -/** +/* * * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -21,6 +21,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file memutil/MEM_CacheLimiter.h + * \ingroup memutil + */ + + #ifndef MEM_CACHELIMITER_H #define MEM_CACHELIMITER_H diff --git a/intern/memutil/MEM_CacheLimiterC-Api.h b/intern/memutil/MEM_CacheLimiterC-Api.h index 4116d05e42f..4f267f7ddf0 100644 --- a/intern/memutil/MEM_CacheLimiterC-Api.h +++ b/intern/memutil/MEM_CacheLimiterC-Api.h @@ -1,4 +1,4 @@ -/** +/* * * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -21,6 +21,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file memutil/MEM_CacheLimiterC-Api.h + * \ingroup memutil + */ + + #ifndef MEM_CACHELIMITERC_API_H #define MEM_CACHELIMITERC_API_H diff --git a/intern/memutil/MEM_NonCopyable.h b/intern/memutil/MEM_NonCopyable.h index 92b1ded4d64..9b677f0e576 100644 --- a/intern/memutil/MEM_NonCopyable.h +++ b/intern/memutil/MEM_NonCopyable.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,6 +25,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file memutil/MEM_NonCopyable.h + * \ingroup memutil + */ + /** * @file MEM_NonCopyable.h * Declaration of MEM_NonCopyable class. diff --git a/intern/memutil/MEM_RefCountPtr.h b/intern/memutil/MEM_RefCountPtr.h index 05a8e7d9941..2a1c92ad61c 100644 --- a/intern/memutil/MEM_RefCountPtr.h +++ b/intern/memutil/MEM_RefCountPtr.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,6 +25,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file memutil/MEM_RefCountPtr.h + * \ingroup memutil + */ + /** * @file MEM_RefCountPtr.h * Declaration of MEM_RefCounted and MEM_RefCountable classes. diff --git a/intern/memutil/MEM_RefCounted.h b/intern/memutil/MEM_RefCounted.h index 64aceef6f3c..4f2edd0be09 100644 --- a/intern/memutil/MEM_RefCounted.h +++ b/intern/memutil/MEM_RefCounted.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,6 +25,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file memutil/MEM_RefCounted.h + * \ingroup memutil + */ + /** * @file MEM_RefCounted.h * Declaration of MEM_RefCounted class. diff --git a/intern/memutil/MEM_RefCountedC-Api.h b/intern/memutil/MEM_RefCountedC-Api.h index 900b5083e09..2f4297582af 100644 --- a/intern/memutil/MEM_RefCountedC-Api.h +++ b/intern/memutil/MEM_RefCountedC-Api.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,6 +25,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file memutil/MEM_RefCountedC-Api.h + * \ingroup memutil + */ + /** * @file MEM_RefCountedC-Api.h * Interface for C access to functionality relating to shared objects in the foundation library. diff --git a/intern/memutil/MEM_SmartPtr.h b/intern/memutil/MEM_SmartPtr.h index 4d7ce1add00..50d69cfd8dd 100644 --- a/intern/memutil/MEM_SmartPtr.h +++ b/intern/memutil/MEM_SmartPtr.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,6 +25,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file memutil/MEM_SmartPtr.h + * \ingroup memutil + */ + /** * @file MEM_SmartPtr.h * Declaration of MEM_RefCounted and MEM_RefCountable classes. diff --git a/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp b/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp index e8f11957c74..1bc011a5be0 100644 --- a/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp +++ b/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp @@ -1,3 +1,6 @@ +/** \file memutil/intern/MEM_CacheLimiterC-Api.cpp + * \ingroup memutil + */ /** * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/intern/memutil/intern/MEM_RefCountedC-Api.cpp b/intern/memutil/intern/MEM_RefCountedC-Api.cpp index 3c04d3c4531..d920592c94d 100644 --- a/intern/memutil/intern/MEM_RefCountedC-Api.cpp +++ b/intern/memutil/intern/MEM_RefCountedC-Api.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file memutil/intern/MEM_RefCountedC-Api.cpp + * \ingroup memutil + */ + + #include "MEM_RefCountedC-Api.h" #include "MEM_RefCounted.h"