Skip to content

Commit

Permalink
Seq diagram: ArrowHeads: add newlines/whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
weedySeaDragon committed Mar 2, 2019
1 parent 6f667b8 commit 64d0c42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/site/sphinx/diagrams/sequence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,16 +396,18 @@ Solid arrow heads represent *synchronous* messages. Open (not filled in) arrow

:code:`/` creates the bottom half (only) of a filled arrow pointing to the right

:code:`?` means the arrow line is short; it is only as long as the label for it. If the :code:`?` is at the end, the arrow line is connected to the start (origin) and stops when the label for it stops.
If the :code:`?` is at the end, then the arrow is connected to the end (target), and the arrow line is only as long as the arrow label.
:code:`?` means the arrow line is short; it is only as long as the label for it.

If the :code:`?` is at the end, the arrow line is connected to the start (origin) and stops when the label for it stops.

If the :code:`?` is at the end, then the arrow is connected to the end (target), and the arrow line is only as long as the arrow label.

:code:`o` puts a final "o" at arrow head, denoting a *lost* message

:code:`x` puts an ***X*** at the end, denoting a *destruction* message.




.. uml:: puml/seq-arrow-heads.puml
:scale: 100 %

Expand Down

0 comments on commit 64d0c42

Please sign in to comment.