From c402cfa3085188dabcb7b8576f85d482b3efae1f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 26 Feb 2021 16:30:06 +1100 Subject: Cleanup: move comment into function doc-string --- source/blender/editors/undo/ed_undo.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/undo') diff --git a/source/blender/editors/undo/ed_undo.c b/source/blender/editors/undo/ed_undo.c index 2e5d233f207..7d8f72f3779 100644 --- a/source/blender/editors/undo/ed_undo.c +++ b/source/blender/editors/undo/ed_undo.c @@ -863,6 +863,9 @@ void ED_undo_object_set_active_or_warn( } } +/** + * Load all our objects from `object_array` into edit-mode, clear everything else. + */ void ED_undo_object_editmode_restore_helper(struct bContext *C, Object **object_array, uint object_array_len, -- cgit v1.2.3