Sha256: 20bdef3690f0ad23871ed05acfcd19817cff420da06cbad445e80daf71c5b96b

Contents?: true

Size: 202 Bytes

Versions: 2

Compression:

Stored size: 202 Bytes

Contents

digraph structure {
  graph [rankdir = LR];
  "org-file" [shape = box];
  output [shape = box];
  tree [shape = box];
  "org-file" -> parser;
  parser -> tree;
  tree -> visitor;
  visitor -> output;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
org-parse-0.1.2 doc/struct.dot
org-parse-0.1.1 doc/struct.dot