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:
authorCampbell Barton <ideasman42@gmail.com>2018-08-29 18:56:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-29 18:56:08 +0300
commit89186595de97d8faeb4a97784c952904f5fb5472 (patch)
tree0315300098fe49164da85262a5df86a930c5c1a9 /source/blender/gpu/GPU_batch_utils.h
parent0efecba957eea45621c004217a76448f11f0376d (diff)
Cleanup: add file doxy comments
Diffstat (limited to 'source/blender/gpu/GPU_batch_utils.h')
-rw-r--r--source/blender/gpu/GPU_batch_utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_batch_utils.h b/source/blender/gpu/GPU_batch_utils.h
index d558b7a1097..05bbb6542ff 100644
--- a/source/blender/gpu/GPU_batch_utils.h
+++ b/source/blender/gpu/GPU_batch_utils.h
@@ -18,6 +18,10 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/gpu/GPU_batch_utils.h
+ * \ingroup gpu
+ */
+
#ifndef __GPU_BATCH_UTILS_H__
#define __GPU_BATCH_UTILS_H__