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/intern/BLI_array.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/blenlib/intern/BLI_array.c') diff --git a/source/blender/blenlib/intern/BLI_array.c b/source/blender/blenlib/intern/BLI_array.c index 7a9cf416d91..f4d60a9e047 100644 --- a/source/blender/blenlib/intern/BLI_array.c +++ b/source/blender/blenlib/intern/BLI_array.c @@ -54,11 +54,6 @@ #include "MEM_guardedalloc.h" -/** - * This function is only to be called via macros. - * - * \note The caller must adjust \a arr_len - */ void _bli_array_grow_func(void **arr_p, const void *arr_static, const int sizeof_arr_p, -- cgit v1.2.3