code-architecture.adoc: Fix missing alignment in digraph

Change-Id: I9077590f6786833c9a86c3e844fc2dd07b404d58
This commit is contained in:
Pau Espin Pedrol
2024-03-26 18:14:08 +01:00
parent e6dc78e5c5
commit 8fd51cb7c9

View File

@@ -9,7 +9,7 @@ digraph hierarchy {
node[shape=record,style=filled,fillcolor=gray95]
edge[dir=back, arrowtail=empty]
2[label = "{Transceiver|+ constructor()\l+ destructor()\l+ init()\l+ numChans()\l+ receiveFIFO()\l+ setSignalHandler()}"]
2[label = "{Transceiver|+ constructor()\l+ destructor()\l+ init()\l+ numChans()\l+ receiveFIFO()\l+ setSignalHandler()\l}"]
3[label = "{RadioInterface|...}"]
4[label = "{RadioInterfaceResamp|...}"]
5[label = "{RadioInterfaceMulti|...}"]