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/MEM_RefCounted.h')
-rw-r--r--intern/memutil/MEM_RefCounted.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/intern/memutil/MEM_RefCounted.h b/intern/memutil/MEM_RefCounted.h
index e369aa122e6..4f2edd0be09 100644
--- a/intern/memutil/MEM_RefCounted.h
+++ b/intern/memutil/MEM_RefCounted.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -25,13 +25,18 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file memutil/MEM_RefCounted.h
+ * \ingroup memutil
+ */
+
/**
* @file MEM_RefCounted.h
* Declaration of MEM_RefCounted class.
*/
-#ifndef _H_MEM_REF_COUNTED
-#define _H_MEM_REF_COUNTED
+#ifndef MEM_REFCOUNTED_H
+#define MEM_REFCOUNTED_H
/**
* An object with reference counting.
@@ -108,5 +113,5 @@ inline int MEM_RefCounted::decRef()
return m_refCount;
}
-#endif // _H_MEM_REF_COUNTED
+#endif // MEM_REFCOUNTED_H