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/imbuf/intern/util_gpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/intern/util_gpu.c b/source/blender/imbuf/intern/util_gpu.c index 3dd7e52a638..fc89de476a1 100644 --- a/source/blender/imbuf/intern/util_gpu.c +++ b/source/blender/imbuf/intern/util_gpu.c @@ -86,8 +86,8 @@ static bool IMB_gpu_get_compressed_format(const ImBuf *ibuf, eGPUTextureFormat * /** * Apply colormanagement and scale buffer if needed. - * *r_freedata is set to true if the returned buffer need to be manually freed. - **/ + * `*r_freedata` is set to true if the returned buffer need to be manually freed. + */ static void *imb_gpu_get_data(const ImBuf *ibuf, const bool do_rescale, const int rescale_size[2], -- cgit v1.2.3