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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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"