doxygen: intern/guardedalloc tagged

This commit is contained in:
Nathan Letwory 2011-02-25 11:41:12 +00:00
parent b15161a2d3
commit 56a4b21695
3 changed files with 18 additions and 3 deletions

@ -1,4 +1,4 @@
/**
/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@ -21,6 +21,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file guardedalloc/cpp/mallocn.cpp
* \ingroup MEM
*/
#include <new>
#include "../MEM_guardedalloc.h"

@ -1,4 +1,4 @@
/**
/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file guardedalloc/intern/mallocn.c
* \ingroup MEM
*/
/**
* $Id$

@ -1,4 +1,4 @@
/**
/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
@ -26,6 +26,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file guardedalloc/intern/mmap_win.c
* \ingroup MEM
*/
#if defined(WIN32)