Documentation improvements
This commit is contained in:
11
docs/structWAVHEAD____coll__graph.dot
Normal file
11
docs/structWAVHEAD____coll__graph.dot
Normal file
@@ -0,0 +1,11 @@
|
||||
digraph "WAVHEAD_"
|
||||
{
|
||||
// LATEX_PDF_SIZE
|
||||
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||||
node [fontname="Helvetica",fontsize="10",shape=record];
|
||||
Node1 [label="WAVHEAD_",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "];
|
||||
Node2 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" WavData" ,fontname="Helvetica"];
|
||||
Node2 [label="WAVDATA_",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structWAVDATA__.html",tooltip=" "];
|
||||
Node3 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" WavFormat" ,fontname="Helvetica"];
|
||||
Node3 [label="WAVFORMAT_",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structWAVFORMAT__.html",tooltip=" "];
|
||||
}
|
||||
Reference in New Issue
Block a user