mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
documentation for v1.0
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
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."];
|
||||
}
|
Reference in New Issue
Block a user