Is it possible to add a comment on top of a Activity partition?
For example :
partition "**process** HelloWorld" {
note
i:int
end note
:Ready;
:HelloWorld(i)>
:Hello-Sent;
}
This code results in a syntax error. However if the note is below ready it works, but the comment is linked to the ready state. Is it possible for the previous syntax to produce a comment in the top part of the partition (top left would be even better)?
The following image shows what I mean by a comment in the top left part of a partition