From 56a4b21695739b81d1c2ca06bde1483e18107da6 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 25 Feb 2011 11:41:12 +0000 Subject: [PATCH] doxygen: intern/guardedalloc tagged --- intern/guardedalloc/cpp/mallocn.cpp | 7 ++++++- intern/guardedalloc/intern/mallocn.c | 7 ++++++- intern/guardedalloc/intern/mmap_win.c | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/intern/guardedalloc/cpp/mallocn.cpp b/intern/guardedalloc/cpp/mallocn.cpp index b4d19a62bdc..0615d19d77f 100644 --- a/intern/guardedalloc/cpp/mallocn.cpp +++ b/intern/guardedalloc/cpp/mallocn.cpp @@ -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 #include "../MEM_guardedalloc.h" diff --git a/intern/guardedalloc/intern/mallocn.c b/intern/guardedalloc/intern/mallocn.c index 27170439a53..e56f3c3d598 100644 --- a/intern/guardedalloc/intern/mallocn.c +++ b/intern/guardedalloc/intern/mallocn.c @@ -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$ diff --git a/intern/guardedalloc/intern/mmap_win.c b/intern/guardedalloc/intern/mmap_win.c index d8e53fc9bd1..3b366ae7674 100644 --- a/intern/guardedalloc/intern/mmap_win.c +++ b/intern/guardedalloc/intern/mmap_win.c @@ -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)