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_CacheLimiter.h')
-rw-r--r--intern/memutil/MEM_CacheLimiter.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/intern/memutil/MEM_CacheLimiter.h b/intern/memutil/MEM_CacheLimiter.h
index 0a7ac8d6629..0b657104a05 100644
--- a/intern/memutil/MEM_CacheLimiter.h
+++ b/intern/memutil/MEM_CacheLimiter.h
@@ -1,4 +1,4 @@
-/**
+/*
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -21,8 +21,13 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef __MEM_cache_limiter_h_included__
-#define __MEM_cache_limiter_h_included__ 1
+/** \file memutil/MEM_CacheLimiter.h
+ * \ingroup memutil
+ */
+
+
+#ifndef MEM_CACHELIMITER_H
+#define MEM_CACHELIMITER_H
/**
* @section MEM_CacheLimiter
@@ -164,4 +169,4 @@ private:
MEM_Allocator<MEM_CacheLimiterHandle<T> *> > queue;
};
-#endif
+#endif // MEM_CACHELIMITER_H