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

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


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

Modified Paths:
--------------
    trunk/blender/intern/memutil/MEM_Allocator.h
    trunk/blender/intern/memutil/MEM_CacheLimiter.h
    trunk/blender/intern/memutil/MEM_CacheLimiterC-Api.h
    trunk/blender/intern/memutil/MEM_NonCopyable.h
    trunk/blender/intern/memutil/MEM_RefCountPtr.h
    trunk/blender/intern/memutil/MEM_RefCounted.h
    trunk/blender/intern/memutil/MEM_RefCountedC-Api.h
    trunk/blender/intern/memutil/MEM_SmartPtr.h
    trunk/blender/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp
    trunk/blender/intern/memutil/intern/MEM_RefCountedC-Api.cpp

Modified: trunk/blender/intern/memutil/MEM_Allocator.h
===================================================================
--- trunk/blender/intern/memutil/MEM_Allocator.h	2011-02-25 11:45:16 UTC (rev 35155)
+++ trunk/blender/intern/memutil/MEM_Allocator.h	2011-02-25 11:47:18 UTC (rev 35156)
@@ -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
 

Modified: trunk/blender/intern/memutil/MEM_CacheLimiter.h
===================================================================
--- trunk/blender/intern/memutil/MEM_CacheLimiter.h	2011-02-25 11:45:16 UTC (rev 35155)
+++ trunk/blender/intern/memutil/MEM_CacheLimiter.h	2011-02-25 11:47:18 UTC (rev 35156)
@@ -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
 

Modified: trunk/blender/intern/memutil/MEM_CacheLimiterC-Api.h
===================================================================
--- trunk/blender/intern/memutil/MEM_CacheLimiterC-Api.h	2011-02-25 11:45:16 UTC (rev 35155)
+++ trunk/blender/intern/memutil/MEM_CacheLimiterC-Api.h	2011-02-25 11:47:18 UTC (rev 35156)
@@ -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
 

Modified: trunk/blender/intern/memutil/MEM_NonCopyable.h
===================================================================
--- trunk/blender/intern/memutil/MEM_NonCopyable.h	2011-02-25 11:45:16 UTC (rev 35155)
+++ trunk/blender/intern/memutil/MEM_NonCopyable.h	2011-02-25 11:47:18 UTC (rev 35156)
@@ -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.

Modified: trunk/blender/intern/memutil/MEM_RefCountPtr.h
===================================================================
--- trunk/blender/intern/memutil/MEM_RefCountPtr.h	2011-02-25 11:45:16 UTC (rev 35155)
+++ trunk/blender/intern/memutil/MEM_RefCountPtr.h	2011-02-25 11:47:18 UTC (rev 35156)
@@ -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.

Modified: trunk/blender/intern/memutil/MEM_RefCounted.h
===================================================================
--- trunk/blender/intern/memutil/MEM_RefCounted.h	2011-02-25 11:45:16 UTC (rev 35155)
+++ trunk/blender/intern/memutil/MEM_RefCounted.h	2011-02-25 11:47:18 UTC (rev 35156)
@@ -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.

Modified: trunk/blender/intern/memutil/MEM_RefCountedC-Api.h
===================================================================
--- trunk/blender/intern/memutil/MEM_RefCountedC-Api.h	2011-02-25 11:45:16 UTC (rev 35155)
+++ trunk/blender/intern/memutil/MEM_RefCountedC-Api.h	2011-02-25 11:47:18 UTC (rev 35156)
@@ -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.

Modified: trunk/blender/intern/memutil/MEM_SmartPtr.h
===================================================================
--- trunk/blender/intern/memutil/MEM_SmartPtr.h	2011-02-25 11:45:16 UTC (rev 35155)
+++ trunk/blender/intern/memutil/MEM_SmartPtr.h	2011-02-25 11:47:18 UTC (rev 35156)
@@ -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.

Modified: trunk/blender/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp
===================================================================
--- trunk/blender/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp	2011-02-25 11:45:16 UTC (rev 35155)
+++ trunk/blender/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp	2011-02-25 11:47:18 UTC (rev 35156)
@@ -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

Modified: trunk/blender/intern/memutil/intern/MEM_RefCountedC-Api.cpp
===================================================================
--- trunk/blender/intern/memutil/intern/MEM_RefCountedC-Api.cpp	2011-02-25 11:45:16 UTC (rev 35155)
+++ trunk/blender/intern/memutil/intern/MEM_RefCountedC-Api.cpp	2011-02-25 11:47:18 UTC (rev 35156)
@@ -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"
 




More information about the Bf-blender-cvs mailing list