blob: 50441c46d0c1ce276032456ecd0dd443b2e42253 (
plain)
1
2
3
4
5
6
|
# Diagrams
The diagrams are written for [PlantUML](https://plantuml.com/). The SVG files can be produced via `plantuml -tsvg *.puml`.
The more complex diagrams require a version of PlantUML that uses [eclipses diagramming library](https://plantuml.com/elk),
this is indicated by the line `!pragma layout elk`.
|