[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35153] trunk/blender/intern/guardedalloc: doxygen: intern/guardedalloc tagged

Nathan Letwory nathan at letworyinteractive.com
Fri Feb 25 12:41:12 CET 2011


Revision: 35153
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35153
Author:   jesterking
Date:     2011-02-25 11:41:12 +0000 (Fri, 25 Feb 2011)
Log Message:
-----------
doxygen: intern/guardedalloc tagged

Modified Paths:
--------------
    trunk/blender/intern/guardedalloc/cpp/mallocn.cpp
    trunk/blender/intern/guardedalloc/intern/mallocn.c
    trunk/blender/intern/guardedalloc/intern/mmap_win.c

Modified: trunk/blender/intern/guardedalloc/cpp/mallocn.cpp
===================================================================
--- trunk/blender/intern/guardedalloc/cpp/mallocn.cpp	2011-02-25 11:28:33 UTC (rev 35152)
+++ trunk/blender/intern/guardedalloc/cpp/mallocn.cpp	2011-02-25 11:41:12 UTC (rev 35153)
@@ -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"
 

Modified: trunk/blender/intern/guardedalloc/intern/mallocn.c
===================================================================
--- trunk/blender/intern/guardedalloc/intern/mallocn.c	2011-02-25 11:28:33 UTC (rev 35152)
+++ trunk/blender/intern/guardedalloc/intern/mallocn.c	2011-02-25 11:41:12 UTC (rev 35153)
@@ -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$

Modified: trunk/blender/intern/guardedalloc/intern/mmap_win.c
===================================================================
--- trunk/blender/intern/guardedalloc/intern/mmap_win.c	2011-02-25 11:28:33 UTC (rev 35152)
+++ trunk/blender/intern/guardedalloc/intern/mmap_win.c	2011-02-25 11:41:12 UTC (rev 35153)
@@ -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)
 




More information about the Bf-blender-cvs mailing list