9 lines
572 B
Plaintext
9 lines
572 B
Plaintext
|
digraph "sources/instruments/instruments.h"
|
||
|
{
|
||
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
||
|
Node1 [label="sources/instruments\l/instruments.h",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
|
||
|
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid"];
|
||
|
Node2 [label="sources/instruments\l/instruments.c",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$instruments_8c.html"];
|
||
|
}
|