Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-25 14:41:12 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-25 14:41:12 +0300
commit56a4b21695739b81d1c2ca06bde1483e18107da6 (patch)
treedac70a91a0c1085694af26fc18643ee1f4c93dce /intern/guardedalloc
parentb15161a2d33a309a15b431428bb082966d6d381a (diff)
doxygen: intern/guardedalloc tagged
Diffstat (limited to 'intern/guardedalloc')
-rw-r--r--intern/guardedalloc/cpp/mallocn.cpp7
-rw-r--r--intern/guardedalloc/intern/mallocn.c7
-rw-r--r--intern/guardedalloc/intern/mmap_win.c7
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 <new>
#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)