digraph "token" { // LATEX_PDF_SIZE edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"]; node [fontname="Helvetica",fontsize="10",shape=record]; Node1 [label="token",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Token class based on OpenFOAM stream, with some modifications/simplifications to be tailored to our n..."]; Node2 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" data_" ,fontname="Helvetica"]; Node2 [label="content",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$unionpFlow_1_1token_1_1content.html",tooltip="A union of token types."]; }