t.gv 224 B

123456789101112131415
  1. # c-comments to fix.
  2. # c++ comments to fix // test
  3. # html labels to fix
  4. digraph "name"
  5. {
  6. concentrate=true;
  7. size="30,40";
  8. "apt-rdepends" [shape=box];
  9. "apt-rdepends" -> "libapt-pkg-perl";
  10. "8"[label=<is underline>];
  11. "a";
  12. }