mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
				synced 2025-11-04 06:03:17 +00:00 
			
		
		
		
	code-architecture.adoc: Fix missing alignment in digraph
Change-Id: I9077590f6786833c9a86c3e844fc2dd07b404d58
This commit is contained in:
		@@ -9,7 +9,7 @@ digraph hierarchy {
 | 
				
			|||||||
node[shape=record,style=filled,fillcolor=gray95]
 | 
					node[shape=record,style=filled,fillcolor=gray95]
 | 
				
			||||||
edge[dir=back, arrowtail=empty]
 | 
					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|...}"]
 | 
					3[label = "{RadioInterface|...}"]
 | 
				
			||||||
4[label = "{RadioInterfaceResamp|...}"]
 | 
					4[label = "{RadioInterfaceResamp|...}"]
 | 
				
			||||||
5[label = "{RadioInterfaceMulti|...}"]
 | 
					5[label = "{RadioInterfaceMulti|...}"]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user