PlantumlBase.suite

Make a suite/block as a child of "this" with an optional separator.

The separator is inserted after the block.

mixintemplate PlantumlBase()
suite
(
string headline
,
Flag!"addSep" separator = Yes.addSep
)

Return Value

Type: auto

Suite instance stored in this.

Meta