Skip to content

Comment annotation

Comment is an annotation to create a comment in a SectionTemplate which is stripped from the template while generating. This way you can comment your template, without having these comments in all generated code.

Annotation

Comment(<comment>)

Parameters

Parameter Description
comment The text of the comment.

Example