doxygen: intern/memutil tagged

This commit is contained in:
Nathan Letwory 2011-02-25 11:47:18 +00:00
parent b52453e8d6
commit 65687c32fb
10 changed files with 57 additions and 9 deletions

@ -1,4 +1,4 @@
/** /*
* *
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@ -21,6 +21,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file memutil/MEM_Allocator.h
* \ingroup memutil
*/
#ifndef MEM_ALLOCATOR_H #ifndef MEM_ALLOCATOR_H
#define MEM_ALLOCATOR_H #define MEM_ALLOCATOR_H

@ -1,4 +1,4 @@
/** /*
* *
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@ -21,6 +21,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file memutil/MEM_CacheLimiter.h
* \ingroup memutil
*/
#ifndef MEM_CACHELIMITER_H #ifndef MEM_CACHELIMITER_H
#define MEM_CACHELIMITER_H #define MEM_CACHELIMITER_H

@ -1,4 +1,4 @@
/** /*
* *
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@ -21,6 +21,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file memutil/MEM_CacheLimiterC-Api.h
* \ingroup memutil
*/
#ifndef MEM_CACHELIMITERC_API_H #ifndef MEM_CACHELIMITERC_API_H
#define MEM_CACHELIMITERC_API_H #define MEM_CACHELIMITERC_API_H

@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@ -25,6 +25,11 @@
* *
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file memutil/MEM_NonCopyable.h
* \ingroup memutil
*/
/** /**
* @file MEM_NonCopyable.h * @file MEM_NonCopyable.h
* Declaration of MEM_NonCopyable class. * Declaration of MEM_NonCopyable class.

@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@ -25,6 +25,11 @@
* *
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file memutil/MEM_RefCountPtr.h
* \ingroup memutil
*/
/** /**
* @file MEM_RefCountPtr.h * @file MEM_RefCountPtr.h
* Declaration of MEM_RefCounted and MEM_RefCountable classes. * Declaration of MEM_RefCounted and MEM_RefCountable classes.

@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@ -25,6 +25,11 @@
* *
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file memutil/MEM_RefCounted.h
* \ingroup memutil
*/
/** /**
* @file MEM_RefCounted.h * @file MEM_RefCounted.h
* Declaration of MEM_RefCounted class. * Declaration of MEM_RefCounted class.

@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@ -25,6 +25,11 @@
* *
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file memutil/MEM_RefCountedC-Api.h
* \ingroup memutil
*/
/** /**
* @file MEM_RefCountedC-Api.h * @file MEM_RefCountedC-Api.h
* Interface for C access to functionality relating to shared objects in the foundation library. * Interface for C access to functionality relating to shared objects in the foundation library.

@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@ -25,6 +25,11 @@
* *
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file memutil/MEM_SmartPtr.h
* \ingroup memutil
*/
/** /**
* @file MEM_SmartPtr.h * @file MEM_SmartPtr.h
* Declaration of MEM_RefCounted and MEM_RefCountable classes. * Declaration of MEM_RefCounted and MEM_RefCountable classes.

@ -1,3 +1,6 @@
/** \file memutil/intern/MEM_CacheLimiterC-Api.cpp
* \ingroup memutil
*/
/** /**
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License

@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file memutil/intern/MEM_RefCountedC-Api.cpp
* \ingroup memutil
*/
#include "MEM_RefCountedC-Api.h" #include "MEM_RefCountedC-Api.h"
#include "MEM_RefCounted.h" #include "MEM_RefCounted.h"