From 9e365069afe156f33fadfad9705e1325f894cd54 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Dec 2021 20:01:44 +1100 Subject: Cleanup: move public doc-strings into headers for 'blenlib' - Added space below non doc-string comments to make it clear these aren't comments for the symbols directly below them. - Use doxy sections for some headers. - Minor improvements to doc-strings. Ref T92709 --- source/blender/blenlib/BLI_utildefines.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/blenlib/BLI_utildefines.h') diff --git a/source/blender/blenlib/BLI_utildefines.h b/source/blender/blenlib/BLI_utildefines.h index dec8acd7549..1b9457496ef 100644 --- a/source/blender/blenlib/BLI_utildefines.h +++ b/source/blender/blenlib/BLI_utildefines.h @@ -635,6 +635,9 @@ extern "C" { /* defined * in memory_utils.c for now. I do not know where we should put it actually... */ #ifndef __BLI_MEMORY_UTILS_H__ +/** + * Check if memory is zeroed, as with `memset(arr, 0, arr_size)`. + */ extern bool BLI_memory_is_zero(const void *arr, const size_t arr_size); #endif -- cgit v1.2.3