leafdoc
Version:
A lightweight NaturalDocs-like LeafletJS-style documentation generator
41 lines (19 loc) • 691 B
Markdown
2020-09-08
Invert direction of composition and aggregation arrows
--
2020-09-03
Moar graphviz relationships, e.g.
Foo -> Bar [arrowhead = diamond; headlabel="head"; taillabel="tail"]
arrowhead = normal (filled triangle)
arrowhead = empty
arrowhead = open (not closed, chevron-like)
arrowhead = diamond
arrowhead = odiamond (hollow diamond)
style = solid (solid line)
style = dashed (dashed line)
Association [arrowhead = open]
Inheritance (default) [arrowhead = empty]
Implementation [style = dashed; arrowhead = empty]
Dependency [style = dashed; arrowhead = open]
Aggregation [arrowhead = odiamond] ("has", soft)
Composition [arrowhead = diamond] ("owns", hard)