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')
-rw-r--r--intern/memutil/MEM_Allocator.h2
-rw-r--r--intern/memutil/MEM_CacheLimiter.h2
-rw-r--r--intern/memutil/MEM_CacheLimiterC-Api.h2
-rw-r--r--intern/memutil/MEM_RefCounted.h2
-rw-r--r--intern/memutil/MEM_RefCountedC-Api.h2
-rw-r--r--intern/memutil/intern/MEM_CacheLimiterC-Api.cpp2
-rw-r--r--intern/memutil/intern/MEM_RefCountedC-Api.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/intern/memutil/MEM_Allocator.h b/intern/memutil/MEM_Allocator.h
index 1dbb2d5a9f7..2afe66023ac 100644
--- a/intern/memutil/MEM_Allocator.h
+++ b/intern/memutil/MEM_Allocator.h
@@ -15,7 +15,7 @@
*/
/** \file
- * \ingroup memutil
+ * \ingroup intern_memutil
*/
#ifndef __MEM_ALLOCATOR_H__
diff --git a/intern/memutil/MEM_CacheLimiter.h b/intern/memutil/MEM_CacheLimiter.h
index a8706454de8..d0e52f8540c 100644
--- a/intern/memutil/MEM_CacheLimiter.h
+++ b/intern/memutil/MEM_CacheLimiter.h
@@ -15,7 +15,7 @@
*/
/** \file
- * \ingroup memutil
+ * \ingroup intern_memutil
*/
#ifndef __MEM_CACHELIMITER_H__
diff --git a/intern/memutil/MEM_CacheLimiterC-Api.h b/intern/memutil/MEM_CacheLimiterC-Api.h
index 2bbbfb75555..9a2e404d9da 100644
--- a/intern/memutil/MEM_CacheLimiterC-Api.h
+++ b/intern/memutil/MEM_CacheLimiterC-Api.h
@@ -15,7 +15,7 @@
*/
/** \file
- * \ingroup memutil
+ * \ingroup intern_memutil
*/
#ifndef __MEM_CACHELIMITERC_API_H__
diff --git a/intern/memutil/MEM_RefCounted.h b/intern/memutil/MEM_RefCounted.h
index 06828fc32c3..319effdebaf 100644
--- a/intern/memutil/MEM_RefCounted.h
+++ b/intern/memutil/MEM_RefCounted.h
@@ -18,7 +18,7 @@
*/
/** \file
- * \ingroup memutil
+ * \ingroup intern_memutil
*
* Declaration of MEM_RefCounted class.
*/
diff --git a/intern/memutil/MEM_RefCountedC-Api.h b/intern/memutil/MEM_RefCountedC-Api.h
index 2a132f3c173..0e5dd5e0ae3 100644
--- a/intern/memutil/MEM_RefCountedC-Api.h
+++ b/intern/memutil/MEM_RefCountedC-Api.h
@@ -18,7 +18,7 @@
*/
/** \file
- * \ingroup memutil
+ * \ingroup intern_memutil
*
* Interface for C access to functionality relating to shared objects in the foundation library.
*/
diff --git a/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp b/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp
index 9f583c948ee..099c89f2dfe 100644
--- a/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp
+++ b/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp
@@ -15,7 +15,7 @@
*/
/** \file
- * \ingroup memutil
+ * \ingroup intern_memutil
*/
#include <cstddef>
diff --git a/intern/memutil/intern/MEM_RefCountedC-Api.cpp b/intern/memutil/intern/MEM_RefCountedC-Api.cpp
index c319d6321f4..8a0eebcd5e4 100644
--- a/intern/memutil/intern/MEM_RefCountedC-Api.cpp
+++ b/intern/memutil/intern/MEM_RefCountedC-Api.cpp
@@ -18,7 +18,7 @@
*/
/** \file
- * \ingroup memutil
+ * \ingroup intern_memutil
*/
#include "MEM_RefCountedC-Api.h"