Skip to content

Commit b985b3d

Browse files
kartbenhenrikbrixandersen
authored andcommitted
doc: smf: fix graphviz warning in state diagram
Modified the smf_hierarchical_initial digraph so that it doesn't use a `<>` label as that makes recent versions of graphviz unhappy (warning). Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 634a5d0 commit b985b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/services/smf/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ state. The statechart for this test is below.
551551
STATE_B [shape = box];
552552
STATE_C [shape = box];
553553
STATE_D [shape = box];
554-
DC[shape=point height=0 width=0 label=<>]
554+
DC[shape=point height=0 width=0 label="" style="invis"]
555555

556556
subgraph cluster_root {
557557
label = "ROOT";

0 commit comments

Comments
 (0)