package b0
Software construction and deployment kit
Install
dune-project
Dependency
Authors
Maintainers
Sources
b0-0.0.6.tbz
sha512=e9aa779e66c08fc763019f16d4706f465d16c05d6400b58fbd0313317ef33ddea51952e2b058db28e65f7ddb7012f328c8bf02d8f1da17bb543348541a2587f0
doc/b0.std/B0_dot/index.html
Module B0_dot
Source
Dot graph generation.
Note. No support for ports. Should be too hard to add though.
References
Generation sequences
The type for sequences.
Graphs
The type for ids, they can be any string and are escaped.
The type for dot statements.
The type for dot attributes.
The type for dot graphs.
edge ~atts id id'
is an edge from id
to id'
with attribute atts
if specified.
nod ~atts id
is a node with id id
and attributes atts
if specified.
atts kind atts
are attributes atts
for kind
.
subgraph ~id sts
is subgraph id
(default unlabelled) with statements sts
.
graph ~id ~strict g sts
is according to g
a graph or digraph id
(default unlabelled) with statements sts
. If strict
is true
(defaults to false
) multi-edges are not created.
Output
output oc g
outputs the dot graph g
on b
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page