fixes #22
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/// Manually adds an event to the given participant
|
||||
/// - participant (str): The participant concerned by the event
|
||||
/// - event (str): The event type (see @@EVENTS for ccepted values)
|
||||
#let _evt(participant, event) = {}
|
||||
/// - lifeline-style (auto, dict): See @@_seq()
|
||||
#let _evt(participant, event, lifeline-style: auto) = {}
|
||||
|
||||
/// Creates a sequence / message between two participants
|
||||
/// - p1 (str): Start participant
|
||||
|
||||
Reference in New Issue
Block a user