What's the ref over use for in sequence diagram, I'm not understand the example, that's means it can ref for other diagrams?
@startuml
participant Alice
actor Bob
ref over Alice, Bob : init
Alice -> Bob : hello
ref over Bob
This can be on
several lines
end ref
@enduml