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:
Diffstat (limited to 'intern/memutil/intern/MEM_RefCountedC-Api.cpp')
-rw-r--r--intern/memutil/intern/MEM_RefCountedC-Api.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/intern/memutil/intern/MEM_RefCountedC-Api.cpp b/intern/memutil/intern/MEM_RefCountedC-Api.cpp
index 3c04d3c4531..d920592c94d 100644
--- a/intern/memutil/intern/MEM_RefCountedC-Api.cpp
+++ b/intern/memutil/intern/MEM_RefCountedC-Api.cpp
@@ -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"