Newer
Older
UbixOS / doc / html / group__socket.dot
digraph "Socket API"
{
  edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
  node [fontname="Helvetica",fontsize="10",shape=box];
  rankdir=LR;
  Node1 [label="Socket API",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "];
  Node2 [label="NETDB API",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$group__netdbapi.html",tooltip=" "];
  Node1->Node2 [shape=plaintext, dir="back", style="solid"];
}