From 6afa55b7e4ad50a8375e718a1a1abb6af50cc2f1 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Sat, 28 Aug 2021 00:02:49 -0500 Subject: Add short comment --- source/blender/functions/FN_multi_function_procedure.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/blender/functions/FN_multi_function_procedure.hh b/source/blender/functions/FN_multi_function_procedure.hh index 07aa84e0f94..4c02dac7b7b 100644 --- a/source/blender/functions/FN_multi_function_procedure.hh +++ b/source/blender/functions/FN_multi_function_procedure.hh @@ -156,6 +156,9 @@ class MFDummyInstruction : public MFInstruction { class MFReturnInstruction : public MFInstruction { }; +/** + * Inputs and outputs of the entire procedure network. + */ struct MFParameter { MFParamType::InterfaceType type; MFVariable *variable; -- cgit v1.2.3