File: dep_ed.dot

package info (click to toggle)
ocamlgraph 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,624 kB
  • sloc: ml: 19,995; xml: 151; makefile: 14; sh: 1
file content (9 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
digraph G {
  size="7.5,10" ;
  rankdir = TB ;
  "Ed_main" -> "Ed_display" ;
  "Ed_main" -> "Ed_draw" ;
  "Ed_graph" -> "Ed_hyper" ;
  "Ed_draw" -> "Ed_graph" ;
  "Ed_display" -> "Ed_graph" ;
}