mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
documentation for v1.0
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
digraph "array2D< T, nRow, nCol >"
|
||||
{
|
||||
// LATEX_PDF_SIZE
|
||||
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||||
node [fontname="Helvetica",fontsize="10",shape=record];
|
||||
Node1 [label="array2D\< T, nRow, nCol \>",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "];
|
||||
Node1 -> Node2 [dir="back",color="orange",fontsize="10",style="dashed",label=" \< real, 3uL, 3uL \>" ,fontname="Helvetica"];
|
||||
Node2 [label="array2D\< real, 3uL,\l 3uL \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structpFlow_1_1array2D.html",tooltip=" "];
|
||||
}
|
Reference in New Issue
Block a user