digraph "Sockets" { edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"]; node [fontname="Helvetica",fontsize="10",shape=box]; rankdir=LR; Node1 [label="Sockets",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "]; Node2 [label="Thread-safe APIs",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$group__lwip__opts__threadsafe__apis.html",tooltip=" "]; Node2->Node1 [shape=plaintext, dir="back", style="solid"]; }