From 54f89e870425b20af14e2be03b777836b88a29af Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Jan 2021 12:00:18 +1100 Subject: Cleanup: docy comments beginning with '/**' don't end with '**/' --- source/blender/draw/intern/draw_manager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/draw/intern/draw_manager.h') diff --git a/source/blender/draw/intern/draw_manager.h b/source/blender/draw/intern/draw_manager.h index 4f4e03938c0..295b0ed5e80 100644 --- a/source/blender/draw/intern/draw_manager.h +++ b/source/blender/draw/intern/draw_manager.h @@ -429,7 +429,7 @@ struct DRWView { * We lose a bit of memory by allocating more than what we need * but it's counterbalanced by not needing the linked-list pointers * for each item. - **/ + */ typedef struct DRWUniformChunk { struct DRWUniformChunk *next; /* single-linked list */ @@ -480,7 +480,7 @@ typedef struct DRWDebugSphere { /* ------------- DRAW MANAGER ------------ */ -#define DST_MAX_SLOTS 64 /* Cannot be changed without modifying RST.bound_tex_slots */ +#define DST_MAX_SLOTS 64 /* Cannot be changed without modifying RST.bound_tex_slots */ #define MAX_CLIP_PLANES 6 /* GL_MAX_CLIP_PLANES is at least 6 */ #define STENCIL_UNDEFINED 256 #define DRW_DRAWLIST_LEN 256 -- cgit v1.2.3