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,16 @@
|
||||
digraph "indent"
|
||||
{
|
||||
// LATEX_PDF_SIZE
|
||||
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||||
node [fontname="Helvetica",fontsize="10",shape=record];
|
||||
rankdir="RL";
|
||||
Node1 [label="indent",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Indent stream."];
|
||||
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node2 [label="pFlow::iOstream::beginBlock",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1iOstream.html#ab440fa44645864fa1f9595b19d77bed0",tooltip="Write begin block group with a name Increments indentation, adds newline."];
|
||||
Node1 -> Node5 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node5 [label="pFlow::iOstream::endBlock",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1iOstream.html#a1850a128366512b2539de09dc0622358",tooltip="Write end block group Decrements indentation, adds newline."];
|
||||
Node1 -> Node7 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node7 [label="pFlow::stlFile::writeFacet",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1stlFile.html#a31d2dfd4d5c60b132fbd118af72afceb",tooltip=" "];
|
||||
Node1 -> Node8 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node8 [label="pFlow::iOstream::writeWord\lKeyword",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1iOstream.html#af746580dedb817d31f5060ee684b9543",tooltip="Write the keyword followed by an appropriate indentation."];
|
||||
}
|
Reference in New Issue
Block a user