Especially when making examples to distribute with out of tree modules, I'd like to include comments in the flow graph. That is, I'd like to include text with no effect on the generated code.
How can I do that?
Especially when making examples to distribute with out of tree modules, I'd like to include comments in the flow graph. That is, I'd like to include text with no effect on the generated code.
How can I do that?
In any block’s properties, under the Advanced tab, there is a field called “Comment”. This text will be displayed below the block.
You can use the block Core → Misc → Note which allows you to put arbitrary text in its “Name” field.
Neither of these puts any comments or anything else into the generated code.